-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathInEngine.Net.sln
More file actions
52 lines (52 loc) · 2.91 KB
/
InEngine.Net.sln
File metadata and controls
52 lines (52 loc) · 2.91 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
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{C82B03A2-0186-467D-9FBA-AA79F7A64E6E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InEngine.Core", "InEngine.Core\InEngine.Core.csproj", "{1C604C4F-3F98-483C-89E3-C951BE03366A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InEngine", "InEngine\InEngine.csproj", "{DF1A45FD-4887-4D65-8BAD-EE17B70FE79D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InEngine.Commands", "InEngine.Commands\InEngine.Commands.csproj", "{5EDAF024-3BD1-4D22-A6E5-9EF808DB14C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InEngine.Core.Test", "InEngine.Core.Test\InEngine.Core.Test.csproj", "{030204D0-6469-4A46-827E-122B0215F47E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C604C4F-3F98-483C-89E3-C951BE03366A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C604C4F-3F98-483C-89E3-C951BE03366A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C604C4F-3F98-483C-89E3-C951BE03366A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C604C4F-3F98-483C-89E3-C951BE03366A}.Release|Any CPU.Build.0 = Release|Any CPU
{DF1A45FD-4887-4D65-8BAD-EE17B70FE79D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF1A45FD-4887-4D65-8BAD-EE17B70FE79D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF1A45FD-4887-4D65-8BAD-EE17B70FE79D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF1A45FD-4887-4D65-8BAD-EE17B70FE79D}.Release|Any CPU.Build.0 = Release|Any CPU
{5EDAF024-3BD1-4D22-A6E5-9EF808DB14C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EDAF024-3BD1-4D22-A6E5-9EF808DB14C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EDAF024-3BD1-4D22-A6E5-9EF808DB14C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EDAF024-3BD1-4D22-A6E5-9EF808DB14C8}.Release|Any CPU.Build.0 = Release|Any CPU
{030204D0-6469-4A46-827E-122B0215F47E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{030204D0-6469-4A46-827E-122B0215F47E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{030204D0-6469-4A46-827E-122B0215F47E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{030204D0-6469-4A46-827E-122B0215F47E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D862B98A-64C2-474B-9E9D-9D8AA2F4EBEC}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $11
EndGlobalSection
EndGlobal