-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSphereSharp.sln
49 lines (49 loc) · 3.06 KB
/
SphereSharp.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SphereSharp", "src\SphereSharp\SphereSharp.csproj", "{88CF5FBD-4E99-4FDB-81B7-658169DBF4D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SphereSharp.Tests", "src\SphereSharp.Tests\SphereSharp.Tests.csproj", "{E99B3AEF-5BE5-42B6-92C9-4DEB33FF46AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SphereSharp.Cli", "src\SphereSharp.Cli\SphereSharp.Cli.csproj", "{086DAEF7-FF78-4359-B217-0895B0AB8102}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SphereSharp.Cli.Tests", "src\SphereSharp.Cli.Tests\SphereSharp.Cli.Tests.csproj", "{1D3891BA-EFF7-411E-A402-79115BF88E9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SphereSharp.Fast", "SphereSharp.Fast\SphereSharp.Fast.csproj", "{C09145C0-2411-4953-B530-2F33359AFED9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88CF5FBD-4E99-4FDB-81B7-658169DBF4D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88CF5FBD-4E99-4FDB-81B7-658169DBF4D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88CF5FBD-4E99-4FDB-81B7-658169DBF4D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88CF5FBD-4E99-4FDB-81B7-658169DBF4D0}.Release|Any CPU.Build.0 = Release|Any CPU
{E99B3AEF-5BE5-42B6-92C9-4DEB33FF46AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E99B3AEF-5BE5-42B6-92C9-4DEB33FF46AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E99B3AEF-5BE5-42B6-92C9-4DEB33FF46AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E99B3AEF-5BE5-42B6-92C9-4DEB33FF46AD}.Release|Any CPU.Build.0 = Release|Any CPU
{086DAEF7-FF78-4359-B217-0895B0AB8102}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{086DAEF7-FF78-4359-B217-0895B0AB8102}.Debug|Any CPU.Build.0 = Debug|Any CPU
{086DAEF7-FF78-4359-B217-0895B0AB8102}.Release|Any CPU.ActiveCfg = Release|Any CPU
{086DAEF7-FF78-4359-B217-0895B0AB8102}.Release|Any CPU.Build.0 = Release|Any CPU
{1D3891BA-EFF7-411E-A402-79115BF88E9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D3891BA-EFF7-411E-A402-79115BF88E9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D3891BA-EFF7-411E-A402-79115BF88E9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D3891BA-EFF7-411E-A402-79115BF88E9D}.Release|Any CPU.Build.0 = Release|Any CPU
{C09145C0-2411-4953-B530-2F33359AFED9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C09145C0-2411-4953-B530-2F33359AFED9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C09145C0-2411-4953-B530-2F33359AFED9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C09145C0-2411-4953-B530-2F33359AFED9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5351FE6D-6D74-4874-B129-FBD106016231}
EndGlobalSection
EndGlobal