-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStmlParsing.sln
32 lines (32 loc) · 1.85 KB
/
StmlParsing.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StmlParsing", "StmlParsing\StmlParsing.csproj", "{6912C931-9EFE-4A66-8D98-FB17BF9048F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StmlDemoDriver", "StmlDemoDriver\StmlDemoDriver.csproj", "{64C12F2B-E82E-4071-AA7C-C9FCC790245B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StmlParsing.Tests", "StmlParsing.Tests\StmlParsing.Tests.csproj", "{19D8501E-7192-4CCD-AE1E-30141B1588EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6912C931-9EFE-4A66-8D98-FB17BF9048F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6912C931-9EFE-4A66-8D98-FB17BF9048F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6912C931-9EFE-4A66-8D98-FB17BF9048F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6912C931-9EFE-4A66-8D98-FB17BF9048F3}.Release|Any CPU.Build.0 = Release|Any CPU
{64C12F2B-E82E-4071-AA7C-C9FCC790245B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64C12F2B-E82E-4071-AA7C-C9FCC790245B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64C12F2B-E82E-4071-AA7C-C9FCC790245B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64C12F2B-E82E-4071-AA7C-C9FCC790245B}.Release|Any CPU.Build.0 = Release|Any CPU
{19D8501E-7192-4CCD-AE1E-30141B1588EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19D8501E-7192-4CCD-AE1E-30141B1588EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19D8501E-7192-4CCD-AE1E-30141B1588EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19D8501E-7192-4CCD-AE1E-30141B1588EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal