forked from space-wizards/SS14.Admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSS14.Admin.sln
35 lines (35 loc) · 2.04 KB
/
SS14.Admin.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SS14.Admin", "SS14.Admin\SS14.Admin.csproj", "{40ABCA78-556E-4EA4-8FD8-B65B02FA488F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{9EF4394B-AAD3-4D61-8D0D-ED334A1E5FF5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Content.Server.Database", "SS14\Content.Server.Database\Content.Server.Database.csproj", "{0DE28821-8C9F-4770-BA7C-5D38AC77F872}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Content.Shared.Database", "SS14\Content.Shared.Database\Content.Shared.Database.csproj", "{34DBD258-BB73-4A8D-9159-C7CBECE1AB8B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40ABCA78-556E-4EA4-8FD8-B65B02FA488F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40ABCA78-556E-4EA4-8FD8-B65B02FA488F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40ABCA78-556E-4EA4-8FD8-B65B02FA488F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40ABCA78-556E-4EA4-8FD8-B65B02FA488F}.Release|Any CPU.Build.0 = Release|Any CPU
{0DE28821-8C9F-4770-BA7C-5D38AC77F872}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DE28821-8C9F-4770-BA7C-5D38AC77F872}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DE28821-8C9F-4770-BA7C-5D38AC77F872}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DE28821-8C9F-4770-BA7C-5D38AC77F872}.Release|Any CPU.Build.0 = Release|Any CPU
{34DBD258-BB73-4A8D-9159-C7CBECE1AB8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34DBD258-BB73-4A8D-9159-C7CBECE1AB8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34DBD258-BB73-4A8D-9159-C7CBECE1AB8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34DBD258-BB73-4A8D-9159-C7CBECE1AB8B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal