-
Notifications
You must be signed in to change notification settings - Fork 0
/
InterpolatedParser.sln
37 lines (37 loc) · 2.08 KB
/
InterpolatedParser.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
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterpolatedParser", "InterpolatedParser\InterpolatedParser.csproj", "{0EAB6F6F-B884-4392-B102-389F550BAB4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{81FBF656-C4C1-4DE2-A9FE-92B72B2AB374}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InterpolatedParser.Sources", "InterpolatedParser.Sources\InterpolatedParser.Sources.csproj", "{7E7413B8-CFF5-45B3-A982-2D7BE6705F59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0EAB6F6F-B884-4392-B102-389F550BAB4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EAB6F6F-B884-4392-B102-389F550BAB4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EAB6F6F-B884-4392-B102-389F550BAB4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EAB6F6F-B884-4392-B102-389F550BAB4E}.Release|Any CPU.Build.0 = Release|Any CPU
{81FBF656-C4C1-4DE2-A9FE-92B72B2AB374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81FBF656-C4C1-4DE2-A9FE-92B72B2AB374}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81FBF656-C4C1-4DE2-A9FE-92B72B2AB374}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81FBF656-C4C1-4DE2-A9FE-92B72B2AB374}.Release|Any CPU.Build.0 = Release|Any CPU
{7E7413B8-CFF5-45B3-A982-2D7BE6705F59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E7413B8-CFF5-45B3-A982-2D7BE6705F59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E7413B8-CFF5-45B3-A982-2D7BE6705F59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E7413B8-CFF5-45B3-A982-2D7BE6705F59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EBAEC2EE-54EE-4E7E-A838-9514AB748D89}
EndGlobalSection
EndGlobal