-
Notifications
You must be signed in to change notification settings - Fork 2
/
Parsadox.Parser.sln
31 lines (31 loc) · 1.61 KB
/
Parsadox.Parser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Parsadox.Parser", "Parsadox.Parser\Parsadox.Parser.csproj", "{BECE9681-6BAB-4932-ABBB-137786FDAF77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Parsadox.Parser.UnitTests", "Parsadox.Parser.UnitTests\Parsadox.Parser.UnitTests.csproj", "{CFB80CC3-0E56-4FAA-B4BD-2D3528FC7C0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BECE9681-6BAB-4932-ABBB-137786FDAF77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BECE9681-6BAB-4932-ABBB-137786FDAF77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BECE9681-6BAB-4932-ABBB-137786FDAF77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BECE9681-6BAB-4932-ABBB-137786FDAF77}.Release|Any CPU.Build.0 = Release|Any CPU
{CFB80CC3-0E56-4FAA-B4BD-2D3528FC7C0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFB80CC3-0E56-4FAA-B4BD-2D3528FC7C0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFB80CC3-0E56-4FAA-B4BD-2D3528FC7C0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFB80CC3-0E56-4FAA-B4BD-2D3528FC7C0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9612FDD6-B5AF-4642-BB03-48A09B1444BC}
EndGlobalSection
EndGlobal