-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGSerialize.sln
43 lines (43 loc) · 2.51 KB
/
GSerialize.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GSerialize", "GSerialize\GSerialize.csproj", "{5745C94F-C497-44EC-9F36-45982933A095}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestSerialzer", "TestSerializer\TestSerializer.csproj", "{1C5BD956-EEF2-432B-8A1F-AB1CEAE96062}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPRPC", "XPRPC\XPRPC.csproj", "{79811954-3C15-4912-AECC-6E03AC8002E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestRpc", "TestRpc\TestRpc.csproj", "{D6A9C34A-EF07-4014-82E3-BF187C232723}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5745C94F-C497-44EC-9F36-45982933A095}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5745C94F-C497-44EC-9F36-45982933A095}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5745C94F-C497-44EC-9F36-45982933A095}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5745C94F-C497-44EC-9F36-45982933A095}.Release|Any CPU.Build.0 = Release|Any CPU
{1C5BD956-EEF2-432B-8A1F-AB1CEAE96062}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C5BD956-EEF2-432B-8A1F-AB1CEAE96062}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C5BD956-EEF2-432B-8A1F-AB1CEAE96062}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C5BD956-EEF2-432B-8A1F-AB1CEAE96062}.Release|Any CPU.Build.0 = Release|Any CPU
{79811954-3C15-4912-AECC-6E03AC8002E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79811954-3C15-4912-AECC-6E03AC8002E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79811954-3C15-4912-AECC-6E03AC8002E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79811954-3C15-4912-AECC-6E03AC8002E4}.Release|Any CPU.Build.0 = Release|Any CPU
{D6A9C34A-EF07-4014-82E3-BF187C232723}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6A9C34A-EF07-4014-82E3-BF187C232723}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6A9C34A-EF07-4014-82E3-BF187C232723}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6A9C34A-EF07-4014-82E3-BF187C232723}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7911E511-C7F8-4F10-84DE-254D3B249894}
EndGlobalSection
EndGlobal