-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWindowsSolution.sln
More file actions
47 lines (47 loc) · 2.95 KB
/
WindowsSolution.sln
File metadata and controls
47 lines (47 loc) · 2.95 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11312.151
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsClient", "ClientProject\WindowsClient.csproj", "{30CD80EA-6AC6-4281-8EB2-609FE79AF1C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsServer", "ServerProject\WindowsServer.csproj", "{4027FC86-07D6-43A1-B429-49F0AA7BFAC0}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedProject", "SharedProject\SharedProject.shproj", "{7C1C5D04-3108-447B-8CE6-9F5EFFA614EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginToolbox", "PluginToolbox\PluginToolbox.csproj", "{8055E3C4-D392-457F-8C3C-0977351F378C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContentPackageBuilder", "ContentPackageBuilder\ContentPackageBuilder.csproj", "{865A7165-545C-42B3-D141-B69E5497EB3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30CD80EA-6AC6-4281-8EB2-609FE79AF1C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30CD80EA-6AC6-4281-8EB2-609FE79AF1C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30CD80EA-6AC6-4281-8EB2-609FE79AF1C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30CD80EA-6AC6-4281-8EB2-609FE79AF1C7}.Release|Any CPU.Build.0 = Release|Any CPU
{4027FC86-07D6-43A1-B429-49F0AA7BFAC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4027FC86-07D6-43A1-B429-49F0AA7BFAC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4027FC86-07D6-43A1-B429-49F0AA7BFAC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4027FC86-07D6-43A1-B429-49F0AA7BFAC0}.Release|Any CPU.Build.0 = Release|Any CPU
{8055E3C4-D392-457F-8C3C-0977351F378C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8055E3C4-D392-457F-8C3C-0977351F378C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8055E3C4-D392-457F-8C3C-0977351F378C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8055E3C4-D392-457F-8C3C-0977351F378C}.Release|Any CPU.Build.0 = Release|Any CPU
{865A7165-545C-42B3-D141-B69E5497EB3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{865A7165-545C-42B3-D141-B69E5497EB3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{865A7165-545C-42B3-D141-B69E5497EB3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{865A7165-545C-42B3-D141-B69E5497EB3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SharedProject\SharedProject.projitems*{30cd80ea-6ac6-4281-8eb2-609fe79af1c7}*SharedItemsImports = 5
SharedProject\SharedProject.projitems*{4027fc86-07d6-43a1-b429-49f0aa7bfac0}*SharedItemsImports = 5
SharedProject\SharedProject.projitems*{7c1c5d04-3108-447b-8ce6-9f5effa614ec}*SharedItemsImports = 13
EndGlobalSection
EndGlobal