-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSszSharp.sln
22 lines (22 loc) · 1.24 KB
/
SszSharp.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SszSharp", "SszSharp\SszSharp.csproj", "{86C1EDD4-8C9B-4D1B-82B7-6A5DC074FF2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SszSharp.Tests", "SszSharp.Tests\SszSharp.Tests.csproj", "{6862A13A-A4D1-4CEA-9381-4FCAFFB84672}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86C1EDD4-8C9B-4D1B-82B7-6A5DC074FF2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86C1EDD4-8C9B-4D1B-82B7-6A5DC074FF2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86C1EDD4-8C9B-4D1B-82B7-6A5DC074FF2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86C1EDD4-8C9B-4D1B-82B7-6A5DC074FF2B}.Release|Any CPU.Build.0 = Release|Any CPU
{6862A13A-A4D1-4CEA-9381-4FCAFFB84672}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6862A13A-A4D1-4CEA-9381-4FCAFFB84672}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6862A13A-A4D1-4CEA-9381-4FCAFFB84672}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6862A13A-A4D1-4CEA-9381-4FCAFFB84672}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal