-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathHypercube.sln
More file actions
33 lines (33 loc) · 2.17 KB
/
Hypercube.sln
File metadata and controls
33 lines (33 loc) · 2.17 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hypercube.Core", "src\Hypercube.Core\Hypercube.Core.csproj", "{AE394ECD-C2C9-4498-B81D-1123AA84CCAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hypercube.Analyzers", "src\Hypercube.Analyzers\Hypercube.Analyzers.csproj", "{2BF48A85-480F-4341-9407-BA9D974F7E37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hypercube.Runner", "src\Hypercube.Runner\Hypercube.Runner.csproj", "{ACFF78DF-9D20-4630-9902-8AB01796955E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hypercube.Editor", "src\Hypercube.Editor\Hypercube.Editor.csproj", "{28CCC0B6-D9D0-49ED-8213-B12F2948A3FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE394ECD-C2C9-4498-B81D-1123AA84CCAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE394ECD-C2C9-4498-B81D-1123AA84CCAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE394ECD-C2C9-4498-B81D-1123AA84CCAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BF48A85-480F-4341-9407-BA9D974F7E37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BF48A85-480F-4341-9407-BA9D974F7E37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BF48A85-480F-4341-9407-BA9D974F7E37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BF48A85-480F-4341-9407-BA9D974F7E37}.Release|Any CPU.Build.0 = Release|Any CPU
{ACFF78DF-9D20-4630-9902-8AB01796955E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACFF78DF-9D20-4630-9902-8AB01796955E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACFF78DF-9D20-4630-9902-8AB01796955E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACFF78DF-9D20-4630-9902-8AB01796955E}.Release|Any CPU.Build.0 = Release|Any CPU
{28CCC0B6-D9D0-49ED-8213-B12F2948A3FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28CCC0B6-D9D0-49ED-8213-B12F2948A3FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28CCC0B6-D9D0-49ED-8213-B12F2948A3FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28CCC0B6-D9D0-49ED-8213-B12F2948A3FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal