-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesktop.sln
More file actions
37 lines (37 loc) · 2.02 KB
/
Copy pathDesktop.sln
File metadata and controls
37 lines (37 loc) · 2.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29319.158
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Desktop", "Desktop\Desktop.csproj", "{5B4F3FC2-ABF1-4A44-A081-8101A374FF17}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Engine", "..\Engine\Engine\Engine.csproj", "{99C2D5C7-7788-48BF-B75D-5DDE9A39B7EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Engine.Tests", "..\Engine\Engine.Tests\Engine.Tests.csproj", "{66974820-5828-4CFD-940E-49893E8A81AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B4F3FC2-ABF1-4A44-A081-8101A374FF17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B4F3FC2-ABF1-4A44-A081-8101A374FF17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B4F3FC2-ABF1-4A44-A081-8101A374FF17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B4F3FC2-ABF1-4A44-A081-8101A374FF17}.Release|Any CPU.Build.0 = Release|Any CPU
{99C2D5C7-7788-48BF-B75D-5DDE9A39B7EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99C2D5C7-7788-48BF-B75D-5DDE9A39B7EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99C2D5C7-7788-48BF-B75D-5DDE9A39B7EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99C2D5C7-7788-48BF-B75D-5DDE9A39B7EA}.Release|Any CPU.Build.0 = Release|Any CPU
{66974820-5828-4CFD-940E-49893E8A81AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66974820-5828-4CFD-940E-49893E8A81AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66974820-5828-4CFD-940E-49893E8A81AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66974820-5828-4CFD-940E-49893E8A81AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6A64610-DADC-46D1-8919-B60AD0EB77D2}
EndGlobalSection
EndGlobal