This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTheDarkMod.sln
63 lines (63 loc) · 3.58 KB
/
TheDarkMod.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MayaImport", "MayaImport.vcxproj", "{49BEC5C6-B964-417A-851E-808886B574F1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DarkModTools", "engine.vcxproj", "{49BEC5C6-B964-417A-851E-808886B57420}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "natvis", "natvis", "{C9B22DDB-25E2-42DC-B156-79DBEF8434F5}"
ProjectSection(SolutionItems) = preProject
sys\msvc\natvis\game.natvis = sys\msvc\natvis\game.natvis
sys\msvc\natvis\idlib.natvis = sys\msvc\natvis\idlib.natvis
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "editorconfig", "editorconfig", "{13B78CB5-7292-43F0-855D-FCB014FC27E2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Editable|Win32 = Debug Editable|Win32
Debug Editable|x64 = Debug Editable|x64
Debug Fast|Win32 = Debug Fast|Win32
Debug Fast|x64 = Debug Fast|x64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49BEC5C6-B964-417A-851E-808886B574F1}.Debug Editable|Win32.ActiveCfg = Debug|Win32
{49BEC5C6-B964-417A-851E-808886B574F1}.Debug Editable|x64.ActiveCfg = Debug|x64
{49BEC5C6-B964-417A-851E-808886B574F1}.Debug Fast|Win32.ActiveCfg = Debug|Win32
{49BEC5C6-B964-417A-851E-808886B574F1}.Debug Fast|x64.ActiveCfg = Debug|x64
{49BEC5C6-B964-417A-851E-808886B574F1}.Debug|Win32.ActiveCfg = Debug|Win32
{49BEC5C6-B964-417A-851E-808886B574F1}.Debug|x64.ActiveCfg = Debug|x64
{49BEC5C6-B964-417A-851E-808886B574F1}.Release|Win32.ActiveCfg = Release|Win32
{49BEC5C6-B964-417A-851E-808886B574F1}.Release|x64.ActiveCfg = Release|x64
{49BEC5C6-B964-417A-851E-808886B57420}.Debug Editable|Win32.ActiveCfg = Debug Editable|Win32
{49BEC5C6-B964-417A-851E-808886B57420}.Debug Editable|Win32.Build.0 = Debug Editable|Win32
{49BEC5C6-B964-417A-851E-808886B57420}.Debug Editable|x64.ActiveCfg = Debug Editable|x64
{49BEC5C6-B964-417A-851E-808886B57420}.Debug Editable|x64.Build.0 = Debug Editable|x64
{49BEC5C6-B964-417A-851E-808886B57420}.Debug Fast|Win32.ActiveCfg = Debug Fast|Win32
{49BEC5C6-B964-417A-851E-808886B57420}.Debug Fast|Win32.Build.0 = Debug Fast|Win32
{49BEC5C6-B964-417A-851E-808886B57420}.Debug Fast|x64.ActiveCfg = Debug Fast|x64
{49BEC5C6-B964-417A-851E-808886B57420}.Debug Fast|x64.Build.0 = Debug Fast|x64
{49BEC5C6-B964-417A-851E-808886B57420}.Debug|Win32.ActiveCfg = Debug|Win32
{49BEC5C6-B964-417A-851E-808886B57420}.Debug|Win32.Build.0 = Debug|Win32
{49BEC5C6-B964-417A-851E-808886B57420}.Debug|x64.ActiveCfg = Debug|x64
{49BEC5C6-B964-417A-851E-808886B57420}.Debug|x64.Build.0 = Debug|x64
{49BEC5C6-B964-417A-851E-808886B57420}.Release|Win32.ActiveCfg = Release|Win32
{49BEC5C6-B964-417A-851E-808886B57420}.Release|Win32.Build.0 = Release|Win32
{49BEC5C6-B964-417A-851E-808886B57420}.Release|x64.ActiveCfg = Release|x64
{49BEC5C6-B964-417A-851E-808886B57420}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC27665C-5C6D-417C-A49F-2C3B36DD0B3E}
EndGlobalSection
EndGlobal