-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path36.sln
More file actions
24 lines (23 loc) · 1.22 KB
/
Copy path36.sln
File metadata and controls
24 lines (23 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Microsoft Visual Studio Solution File, Format Version 11.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library", "Library\Library.csproj", "{6A19C604-3E47-4E53-ADFE-A1AFDE32BC99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{4C9A5E02-C755-4D7A-B4A4-EB901E5B7783}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A19C604-3E47-4E53-ADFE-A1AFDE32BC99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A19C604-3E47-4E53-ADFE-A1AFDE32BC99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A19C604-3E47-4E53-ADFE-A1AFDE32BC99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A19C604-3E47-4E53-ADFE-A1AFDE32BC99}.Release|Any CPU.Build.0 = Release|Any CPU
{4C9A5E02-C755-4D7A-B4A4-EB901E5B7783}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C9A5E02-C755-4D7A-B4A4-EB901E5B7783}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C9A5E02-C755-4D7A-B4A4-EB901E5B7783}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal