-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathInCube.Core.sln
44 lines (44 loc) · 2.43 KB
/
InCube.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InCube.Core", "src\InCube.Core\InCube.Core.csproj", "{E59EC0C4-456F-43C2-8C0C-CF4215D3F428}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InCube.Core.Test", "test\InCube.Core.Test\InCube.Core.Test.csproj", "{5C52B7E7-4611-43CA-8438-D41CE4EFB0FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{748CC0B5-8180-4061-9361-1EB5A92D9B65}"
ProjectSection(SolutionItems) = preProject
CodeAnalysis.Disabled.ruleset = CodeAnalysis.Disabled.ruleset
CodeAnalysis.ruleset = CodeAnalysis.ruleset
CodeAnalysis.Testing.ruleset = CodeAnalysis.Testing.ruleset
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InCube.Core.Demo", "src\InCube.Core.Demo\InCube.Core.Demo.csproj", "{E1359C59-0707-4BDA-892D-1D4DACDF8136}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E59EC0C4-456F-43C2-8C0C-CF4215D3F428}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E59EC0C4-456F-43C2-8C0C-CF4215D3F428}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E59EC0C4-456F-43C2-8C0C-CF4215D3F428}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E59EC0C4-456F-43C2-8C0C-CF4215D3F428}.Release|Any CPU.Build.0 = Release|Any CPU
{5C52B7E7-4611-43CA-8438-D41CE4EFB0FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C52B7E7-4611-43CA-8438-D41CE4EFB0FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C52B7E7-4611-43CA-8438-D41CE4EFB0FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C52B7E7-4611-43CA-8438-D41CE4EFB0FC}.Release|Any CPU.Build.0 = Release|Any CPU
{E1359C59-0707-4BDA-892D-1D4DACDF8136}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1359C59-0707-4BDA-892D-1D4DACDF8136}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1359C59-0707-4BDA-892D-1D4DACDF8136}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1359C59-0707-4BDA-892D-1D4DACDF8136}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {314A0AAE-69B3-4365-9E43-DD15006F2CB5}
EndGlobalSection
EndGlobal