forked from fsdsabel/SolutionParser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOnion.SolutionParser.sln
37 lines (37 loc) · 2.14 KB
/
Onion.SolutionParser.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 15
VisualStudioVersion = 15.0.28307.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Onion.SolutionParser.Parser", "src\Onion.SolutionParser.Parser\Onion.SolutionParser.Parser.csproj", "{91FEF9D7-5376-4EA4-BE09-CFB0EBB083FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Onion.SolutionParser.Tests", "tests\Onion.SolutionParser.Tests\Onion.SolutionParser.Tests.csproj", "{C32A6EE2-57EA-4B2D-A7B5-7AB1840E0404}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Slntest", "Slntest\Slntest.csproj", "{AACA270B-F273-4B28-983A-8BA524167349}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91FEF9D7-5376-4EA4-BE09-CFB0EBB083FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91FEF9D7-5376-4EA4-BE09-CFB0EBB083FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91FEF9D7-5376-4EA4-BE09-CFB0EBB083FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91FEF9D7-5376-4EA4-BE09-CFB0EBB083FD}.Release|Any CPU.Build.0 = Release|Any CPU
{C32A6EE2-57EA-4B2D-A7B5-7AB1840E0404}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C32A6EE2-57EA-4B2D-A7B5-7AB1840E0404}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C32A6EE2-57EA-4B2D-A7B5-7AB1840E0404}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C32A6EE2-57EA-4B2D-A7B5-7AB1840E0404}.Release|Any CPU.Build.0 = Release|Any CPU
{AACA270B-F273-4B28-983A-8BA524167349}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AACA270B-F273-4B28-983A-8BA524167349}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AACA270B-F273-4B28-983A-8BA524167349}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AACA270B-F273-4B28-983A-8BA524167349}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E1FD3D6-C956-4A20-8C73-4A90EF1B51AE}
EndGlobalSection
EndGlobal