-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnforgottenRealms.sln
46 lines (46 loc) · 2.99 KB
/
UnforgottenRealms.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnforgottenRealms", "UnforgottenRealms\UnforgottenRealms.csproj", "{61813442-D6E9-4790-84A6-5EF9E35C6A6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnforgottenRealms.Gui", "UnforgottenRealms.Gui\UnforgottenRealms.Gui.csproj", "{53F207F4-B71A-41BF-9E7D-C9E99590ACCF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnforgottenRealms.Common", "UnforgottenRealms.Common\UnforgottenRealms.Common.csproj", "{36CA14BF-B77E-451C-96EA-65CD27AB153E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnforgottenRealms.Game", "UnforgottenRealms.Game\UnforgottenRealms.Game.csproj", "{98C08693-47F7-42B6-B05A-44F696B703D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnforgottenRealms.Editor", "UnforgottenRealms.Editor\UnforgottenRealms.Editor.csproj", "{CDD61B98-BE87-4B00-B7E6-41FFEF92C195}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61813442-D6E9-4790-84A6-5EF9E35C6A6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61813442-D6E9-4790-84A6-5EF9E35C6A6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61813442-D6E9-4790-84A6-5EF9E35C6A6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61813442-D6E9-4790-84A6-5EF9E35C6A6A}.Release|Any CPU.Build.0 = Release|Any CPU
{53F207F4-B71A-41BF-9E7D-C9E99590ACCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53F207F4-B71A-41BF-9E7D-C9E99590ACCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53F207F4-B71A-41BF-9E7D-C9E99590ACCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53F207F4-B71A-41BF-9E7D-C9E99590ACCF}.Release|Any CPU.Build.0 = Release|Any CPU
{36CA14BF-B77E-451C-96EA-65CD27AB153E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36CA14BF-B77E-451C-96EA-65CD27AB153E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36CA14BF-B77E-451C-96EA-65CD27AB153E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36CA14BF-B77E-451C-96EA-65CD27AB153E}.Release|Any CPU.Build.0 = Release|Any CPU
{98C08693-47F7-42B6-B05A-44F696B703D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98C08693-47F7-42B6-B05A-44F696B703D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98C08693-47F7-42B6-B05A-44F696B703D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98C08693-47F7-42B6-B05A-44F696B703D2}.Release|Any CPU.Build.0 = Release|Any CPU
{CDD61B98-BE87-4B00-B7E6-41FFEF92C195}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDD61B98-BE87-4B00-B7E6-41FFEF92C195}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDD61B98-BE87-4B00-B7E6-41FFEF92C195}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDD61B98-BE87-4B00-B7E6-41FFEF92C195}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal