forked from 4wi/i_was_coding_this_while_drunk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
monolith.sln
65 lines (65 loc) · 3.9 KB
/
monolith.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
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "monolith", "monolith\monolith.vcxproj", "{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "steam_module", "steam_module\steam_module.vcxproj", "{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "local_server", "local_server\local_server.vcxproj", "{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Production|x64 = Production|x64
Production|x86 = Production|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}.Debug|x64.ActiveCfg = Debug|x64
{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}.Debug|x64.Build.0 = Debug|x64
{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}.Debug|x86.ActiveCfg = Debug|Win32
{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}.Debug|x86.Build.0 = Debug|Win32
{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}.Production|x64.ActiveCfg = Production|x64
{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}.Production|x64.Build.0 = Production|x64
{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}.Production|x86.ActiveCfg = Production|Win32
{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}.Production|x86.Build.0 = Production|Win32
{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}.Release|x64.ActiveCfg = Release|x64
{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}.Release|x64.Build.0 = Release|x64
{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}.Release|x86.ActiveCfg = Release|Win32
{DA2FA694-95AE-42C7-B14B-6B73D17DBA30}.Release|x86.Build.0 = Release|Win32
{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}.Debug|x64.ActiveCfg = Debug|x64
{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}.Debug|x64.Build.0 = Debug|x64
{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}.Debug|x86.ActiveCfg = Debug|Win32
{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}.Debug|x86.Build.0 = Debug|Win32
{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}.Production|x64.ActiveCfg = Production|x64
{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}.Production|x64.Build.0 = Production|x64
{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}.Production|x86.ActiveCfg = Production|Win32
{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}.Production|x86.Build.0 = Production|Win32
{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}.Release|x64.ActiveCfg = Release|x64
{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}.Release|x64.Build.0 = Release|x64
{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}.Release|x86.ActiveCfg = Release|Win32
{64B9EA09-5D3C-48EF-9AAC-E7E38C7FE943}.Release|x86.Build.0 = Release|Win32
{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}.Debug|x64.ActiveCfg = Debug|x64
{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}.Debug|x64.Build.0 = Debug|x64
{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}.Debug|x86.ActiveCfg = Debug|Win32
{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}.Debug|x86.Build.0 = Debug|Win32
{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}.Production|x64.ActiveCfg = Production|x64
{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}.Production|x64.Build.0 = Production|x64
{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}.Production|x86.ActiveCfg = Production|Win32
{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}.Production|x86.Build.0 = Production|Win32
{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}.Release|x64.ActiveCfg = Release|x64
{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}.Release|x64.Build.0 = Release|x64
{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}.Release|x86.ActiveCfg = Release|Win32
{4C58A703-F421-41C6-A0F9-29AF52F2ECC2}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B6B5F90-1293-4D79-8D4B-C2D6F4411570}
EndGlobalSection
EndGlobal