This repository was archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDungeonEngine.sln
36 lines (36 loc) · 1.81 KB
/
DungeonEngine.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "DungeonEngine.Core", "DungeonEngine.Core\DungeonEngine.Core.shproj", "{186CE1EC-4E43-4D2A-9894-8FDE488686DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DungeonbladeHK_Remake", "DungeonEngine.Launcher\DungeonbladeHK_Remake.csproj", "{6CC9624A-18C8-4331-B3E3-3CB5B9018E97}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{994DEC19-4944-456E-A219-9730A5FD196B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CC9624A-18C8-4331-B3E3-3CB5B9018E97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CC9624A-18C8-4331-B3E3-3CB5B9018E97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CC9624A-18C8-4331-B3E3-3CB5B9018E97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CC9624A-18C8-4331-B3E3-3CB5B9018E97}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B43B960F-A84A-417A-8A82-BA37498E7B97}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
DungeonEngine.Core\DungeonEngine.Core.projitems*{186ce1ec-4e43-4d2a-9894-8fde488686dd}*SharedItemsImports = 13
DungeonEngine.Core\DungeonEngine.Core.projitems*{6cc9624a-18c8-4331-b3e3-3cb5b9018e97}*SharedItemsImports = 5
EndGlobalSection
EndGlobal