-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCompassSpike.sln
More file actions
40 lines (40 loc) · 2.41 KB
/
Copy pathCompassSpike.sln
File metadata and controls
40 lines (40 loc) · 2.41 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompassCore", "CompassCore\CompassCore.csproj", "{0209AB40-BD5A-4A3C-8CAF-BD3E4BA68882}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompassCore.Tests", "CompassCore.Tests\CompassCore.Tests.csproj", "{2CF254EC-5802-407D-A862-26DFAEC617B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicViewer", "BasicViewer\BasicViewer.csproj", "{432FDC96-6533-414F-8AAA-982B75850A82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VertexVisualizerViewer", "VertexVisualizerViewer\VertexVisualizerViewer.csproj", "{E6AEFAE8-44F2-459B-B753-EDE8A050D183}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0209AB40-BD5A-4A3C-8CAF-BD3E4BA68882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0209AB40-BD5A-4A3C-8CAF-BD3E4BA68882}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0209AB40-BD5A-4A3C-8CAF-BD3E4BA68882}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0209AB40-BD5A-4A3C-8CAF-BD3E4BA68882}.Release|Any CPU.Build.0 = Release|Any CPU
{2CF254EC-5802-407D-A862-26DFAEC617B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CF254EC-5802-407D-A862-26DFAEC617B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CF254EC-5802-407D-A862-26DFAEC617B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CF254EC-5802-407D-A862-26DFAEC617B7}.Release|Any CPU.Build.0 = Release|Any CPU
{432FDC96-6533-414F-8AAA-982B75850A82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{432FDC96-6533-414F-8AAA-982B75850A82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{432FDC96-6533-414F-8AAA-982B75850A82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{432FDC96-6533-414F-8AAA-982B75850A82}.Release|Any CPU.Build.0 = Release|Any CPU
{E6AEFAE8-44F2-459B-B753-EDE8A050D183}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6AEFAE8-44F2-459B-B753-EDE8A050D183}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6AEFAE8-44F2-459B-B753-EDE8A050D183}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6AEFAE8-44F2-459B-B753-EDE8A050D183}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal