-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJSorter.sln
28 lines (28 loc) · 1.75 KB
/
JSorter.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSorter", "src\JSorter\JSorter.csproj", "{F9E30090-9B55-4F0B-90DF-42554D3CDAE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSorter.IntegrationTests", "test\JSorter.IntegrationTests\JSorter.IntegrationTests.csproj", "{46E1EDA2-69B7-4A3E-A83F-9629BC8169AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSorter.Test", "test\JSorter.Test\JSorter.Test.csproj", "{CDFD7221-EEF8-43F8-A79D-7C5611D2A9C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9E30090-9B55-4F0B-90DF-42554D3CDAE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9E30090-9B55-4F0B-90DF-42554D3CDAE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9E30090-9B55-4F0B-90DF-42554D3CDAE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9E30090-9B55-4F0B-90DF-42554D3CDAE6}.Release|Any CPU.Build.0 = Release|Any CPU
{46E1EDA2-69B7-4A3E-A83F-9629BC8169AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46E1EDA2-69B7-4A3E-A83F-9629BC8169AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46E1EDA2-69B7-4A3E-A83F-9629BC8169AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46E1EDA2-69B7-4A3E-A83F-9629BC8169AD}.Release|Any CPU.Build.0 = Release|Any CPU
{CDFD7221-EEF8-43F8-A79D-7C5611D2A9C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDFD7221-EEF8-43F8-A79D-7C5611D2A9C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDFD7221-EEF8-43F8-A79D-7C5611D2A9C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDFD7221-EEF8-43F8-A79D-7C5611D2A9C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal