-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGGM.Web.sln
More file actions
55 lines (55 loc) · 3.54 KB
/
GGM.Web.sln
File metadata and controls
55 lines (55 loc) · 3.54 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
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GGM.Web", "GGM.Web\GGM.Web.csproj", "{D3C69458-C346-4CDE-97D9-4F5B22BEBC56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GGM.TemplateResolver.Razor", "GGM.TemplateResolver.Razor\GGM.TemplateResolver.Razor.csproj", "{CA7B4D2A-1BC1-42A2-8189-6D8E848AB16F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GGM.Serializer", "GGM.Serializer\GGM.Serializer.csproj", "{B1225A5C-F262-4AD6-B185-3582A5432798}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GGM.Serializer.Protobuf", "GGM.Serializer.Protobuf\GGM.Serializer.Protobuf.csproj", "{192BE8B7-5183-41D0-8722-0B20F42A691E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoServer", "DemoServer\DemoServer.csproj", "{A7ED851E-015B-440A-A8FF-56913B0CC024}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GGM.Web.MessageExample", "GGM.Web.MessageExample\GGM.Web.MessageExample.csproj", "{BC4AEFE1-3018-4EEA-B9AC-C7FE876B8DDD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3C69458-C346-4CDE-97D9-4F5B22BEBC56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3C69458-C346-4CDE-97D9-4F5B22BEBC56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3C69458-C346-4CDE-97D9-4F5B22BEBC56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3C69458-C346-4CDE-97D9-4F5B22BEBC56}.Release|Any CPU.Build.0 = Release|Any CPU
{CA7B4D2A-1BC1-42A2-8189-6D8E848AB16F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA7B4D2A-1BC1-42A2-8189-6D8E848AB16F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA7B4D2A-1BC1-42A2-8189-6D8E848AB16F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA7B4D2A-1BC1-42A2-8189-6D8E848AB16F}.Release|Any CPU.Build.0 = Release|Any CPU
{B1225A5C-F262-4AD6-B185-3582A5432798}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1225A5C-F262-4AD6-B185-3582A5432798}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1225A5C-F262-4AD6-B185-3582A5432798}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1225A5C-F262-4AD6-B185-3582A5432798}.Release|Any CPU.Build.0 = Release|Any CPU
{192BE8B7-5183-41D0-8722-0B20F42A691E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{192BE8B7-5183-41D0-8722-0B20F42A691E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{192BE8B7-5183-41D0-8722-0B20F42A691E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{192BE8B7-5183-41D0-8722-0B20F42A691E}.Release|Any CPU.Build.0 = Release|Any CPU
{A7ED851E-015B-440A-A8FF-56913B0CC024}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7ED851E-015B-440A-A8FF-56913B0CC024}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7ED851E-015B-440A-A8FF-56913B0CC024}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7ED851E-015B-440A-A8FF-56913B0CC024}.Release|Any CPU.Build.0 = Release|Any CPU
{BC4AEFE1-3018-4EEA-B9AC-C7FE876B8DDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC4AEFE1-3018-4EEA-B9AC-C7FE876B8DDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC4AEFE1-3018-4EEA-B9AC-C7FE876B8DDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC4AEFE1-3018-4EEA-B9AC-C7FE876B8DDD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA0D3441-B3CA-4925-9C50-84A8A2C8D444}
EndGlobalSection
EndGlobal