-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathD2REditor.sln
43 lines (43 loc) · 2.48 KB
/
D2REditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31815.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "D2REditor", "D2REditor\D2REditor.csproj", "{BE356A28-CCAD-4F2F-83CF-3844D164441C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2SLib", "D2SLib\D2SLib.csproj", "{DAFE98A5-C695-4B07-8514-58AC91F53942}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tools", "Tools\Tools.csproj", "{E0E37404-98BC-4493-95C4-A9FEFCFE4A96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "D2REditorLauncher", "D2REditorLauncher\D2REditorLauncher.csproj", "{49E43D0F-0DCA-4F2E-B590-1A5180E26375}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE356A28-CCAD-4F2F-83CF-3844D164441C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE356A28-CCAD-4F2F-83CF-3844D164441C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE356A28-CCAD-4F2F-83CF-3844D164441C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE356A28-CCAD-4F2F-83CF-3844D164441C}.Release|Any CPU.Build.0 = Release|Any CPU
{DAFE98A5-C695-4B07-8514-58AC91F53942}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAFE98A5-C695-4B07-8514-58AC91F53942}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAFE98A5-C695-4B07-8514-58AC91F53942}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAFE98A5-C695-4B07-8514-58AC91F53942}.Release|Any CPU.Build.0 = Release|Any CPU
{E0E37404-98BC-4493-95C4-A9FEFCFE4A96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0E37404-98BC-4493-95C4-A9FEFCFE4A96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0E37404-98BC-4493-95C4-A9FEFCFE4A96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0E37404-98BC-4493-95C4-A9FEFCFE4A96}.Release|Any CPU.Build.0 = Release|Any CPU
{49E43D0F-0DCA-4F2E-B590-1A5180E26375}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49E43D0F-0DCA-4F2E-B590-1A5180E26375}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49E43D0F-0DCA-4F2E-B590-1A5180E26375}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49E43D0F-0DCA-4F2E-B590-1A5180E26375}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {982CCEBF-3600-438B-BA55-025EEEDCBF5E}
EndGlobalSection
EndGlobal