-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNetworkAnarchy.sln
39 lines (39 loc) · 2.33 KB
/
NetworkAnarchy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetworkAnarchy", "NetworkAnarchy\NetworkAnarchy.csproj", "{291D9EA9-6945-4EA3-8756-37464D40FF00}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "QCommon Harmony", "..\..\..\QCommon\Repo\QCommon\QCommon\Harmony\QCommon Harmony.shproj", "{9D9EC2D2-3CEE-42E2-8296-FA667D0B73E6}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "QCommon Shared", "..\..\..\QCommon\Repo\QCommon\QCommon\Shared\QCommon Shared.shproj", "{233B2695-91AD-4B85-A778-1FFF467FAE35}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{291D9EA9-6945-4EA3-8756-37464D40FF00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{291D9EA9-6945-4EA3-8756-37464D40FF00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{291D9EA9-6945-4EA3-8756-37464D40FF00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{291D9EA9-6945-4EA3-8756-37464D40FF00}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_ShowErrorsInErrorList = False
RESX_SaveFilesImmediatelyUponChange = True
RESX_Rules = {"EnabledRules":["StringFormat","WhiteSpaceLead","WhiteSpaceTail","PunctuationLead"]}
SolutionGuid = {52D8687F-6BFB-4D01-9E1E-AC85E69AB925}
RESX_NeutralResourcesLanguage = en-GB
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\..\..\QCommon\Repo\QCommon\QCommon\Shared\QCommon Shared.projitems*{233b2695-91ad-4b85-a778-1fff467fae35}*SharedItemsImports = 13
..\..\..\QCommon\Repo\QCommon\QCommon\Harmony\QCommon Harmony.projitems*{291d9ea9-6945-4ea3-8756-37464d40ff00}*SharedItemsImports = 5
..\..\..\QCommon\Repo\QCommon\QCommon\Shared\QCommon Shared.projitems*{291d9ea9-6945-4ea3-8756-37464d40ff00}*SharedItemsImports = 5
..\..\..\QCommon\Repo\QCommon\QCommon\Harmony\QCommon Harmony.projitems*{9d9ec2d2-3cee-42e2-8296-fa667d0b73e6}*SharedItemsImports = 13
EndGlobalSection
EndGlobal