-
Notifications
You must be signed in to change notification settings - Fork 2
/
romanTypingParserJP.sln
34 lines (34 loc) · 1.96 KB
/
romanTypingParserJP.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RomanTypingParser", "RomanTypingParser\RomanTypingParser.csproj", "{863DCEF0-2D36-448E-B9C7-EF6708E954A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParserConsole", "ParserConsole\ParserConsole.csproj", "{E2E73271-091A-47E8-BFC7-BF836C34D456}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RomanTypingParserTest", "RomanTypingParserTest\RomanTypingParserTest.csproj", "{0B912760-A925-4FFB-BF40-125EBA91C72A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{863DCEF0-2D36-448E-B9C7-EF6708E954A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{863DCEF0-2D36-448E-B9C7-EF6708E954A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{863DCEF0-2D36-448E-B9C7-EF6708E954A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{863DCEF0-2D36-448E-B9C7-EF6708E954A0}.Release|Any CPU.Build.0 = Release|Any CPU
{E2E73271-091A-47E8-BFC7-BF836C34D456}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2E73271-091A-47E8-BFC7-BF836C34D456}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2E73271-091A-47E8-BFC7-BF836C34D456}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2E73271-091A-47E8-BFC7-BF836C34D456}.Release|Any CPU.Build.0 = Release|Any CPU
{0B912760-A925-4FFB-BF40-125EBA91C72A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B912760-A925-4FFB-BF40-125EBA91C72A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B912760-A925-4FFB-BF40-125EBA91C72A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B912760-A925-4FFB-BF40-125EBA91C72A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal