-
Notifications
You must be signed in to change notification settings - Fork 6
/
ProtoZBuffer.sln
109 lines (109 loc) · 7.32 KB
/
ProtoZBuffer.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoZBuffer.Console", "ProtoZBuffer.Console\ProtoZBuffer.Console.csproj", "{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{BFB5E9DB-F3DF-4ABF-8B06-EAF467852969}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoZBuffer.Tests", "ProtoZBuffer.Tests\ProtoZBuffer.Tests.csproj", "{83AEE81A-E072-4817-A159-F32BD9C4E528}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoZBuffer.Core", "ProtoZBuffer.Core\ProtoZBuffer.Core.csproj", "{6244992B-A86A-4856-B6AD-1FB0588FE88B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoZBuffer.Utils", "ProtoZBuffer.Utils\ProtoZBuffer.Utils.csproj", "{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestGeneratedCodeCpp", "TestGeneratedCodeCpp\TestGeneratedCodeCpp.vcxproj", "{5C1F9C30-4CBB-4206-AA37-19D9A4ED4A4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestGeneratedCodeCs", "TestGeneratedCodeCs\TestGeneratedCodeCs.csproj", "{C5254EF2-917D-4C02-A5B0-D11BB69ED100}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Debug|x64.ActiveCfg = Debug|Any CPU
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Debug|x64.Build.0 = Debug|Any CPU
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Debug|x86.ActiveCfg = Debug|Any CPU
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Debug|x86.Build.0 = Debug|Any CPU
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Release|Any CPU.Build.0 = Release|Any CPU
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Release|x64.ActiveCfg = Release|Any CPU
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Release|x64.Build.0 = Release|Any CPU
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Release|x86.ActiveCfg = Release|Any CPU
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Release|x86.Build.0 = Release|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Debug|x64.ActiveCfg = Debug|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Debug|x64.Build.0 = Debug|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Debug|x86.ActiveCfg = Debug|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Debug|x86.Build.0 = Debug|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Release|Any CPU.Build.0 = Release|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Release|x64.ActiveCfg = Release|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Release|x64.Build.0 = Release|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Release|x86.ActiveCfg = Release|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Release|x86.Build.0 = Release|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Debug|x64.ActiveCfg = Debug|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Debug|x64.Build.0 = Debug|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Debug|x86.ActiveCfg = Debug|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Debug|x86.Build.0 = Debug|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Release|Any CPU.Build.0 = Release|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Release|x64.ActiveCfg = Release|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Release|x64.Build.0 = Release|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Release|x86.ActiveCfg = Release|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Release|x86.Build.0 = Release|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Debug|x64.ActiveCfg = Debug|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Debug|x64.Build.0 = Debug|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Debug|x86.ActiveCfg = Debug|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Debug|x86.Build.0 = Debug|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Release|Any CPU.Build.0 = Release|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Release|x64.ActiveCfg = Release|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Release|x64.Build.0 = Release|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Release|x86.ActiveCfg = Release|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Release|x86.Build.0 = Release|Any CPU
{5C1F9C30-4CBB-4206-AA37-19D9A4ED4A4E}.Debug|Any CPU.ActiveCfg = Debug|Win32
{5C1F9C30-4CBB-4206-AA37-19D9A4ED4A4E}.Debug|x64.ActiveCfg = Debug|x64
{5C1F9C30-4CBB-4206-AA37-19D9A4ED4A4E}.Debug|x64.Build.0 = Debug|x64
{5C1F9C30-4CBB-4206-AA37-19D9A4ED4A4E}.Debug|x86.ActiveCfg = Debug|Win32
{5C1F9C30-4CBB-4206-AA37-19D9A4ED4A4E}.Debug|x86.Build.0 = Debug|Win32
{5C1F9C30-4CBB-4206-AA37-19D9A4ED4A4E}.Release|Any CPU.ActiveCfg = Release|Win32
{5C1F9C30-4CBB-4206-AA37-19D9A4ED4A4E}.Release|x64.ActiveCfg = Release|x64
{5C1F9C30-4CBB-4206-AA37-19D9A4ED4A4E}.Release|x64.Build.0 = Release|x64
{5C1F9C30-4CBB-4206-AA37-19D9A4ED4A4E}.Release|x86.ActiveCfg = Release|Win32
{5C1F9C30-4CBB-4206-AA37-19D9A4ED4A4E}.Release|x86.Build.0 = Release|Win32
{C5254EF2-917D-4C02-A5B0-D11BB69ED100}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5254EF2-917D-4C02-A5B0-D11BB69ED100}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5254EF2-917D-4C02-A5B0-D11BB69ED100}.Debug|x64.ActiveCfg = Debug|Any CPU
{C5254EF2-917D-4C02-A5B0-D11BB69ED100}.Debug|x64.Build.0 = Debug|Any CPU
{C5254EF2-917D-4C02-A5B0-D11BB69ED100}.Debug|x86.ActiveCfg = Debug|Any CPU
{C5254EF2-917D-4C02-A5B0-D11BB69ED100}.Debug|x86.Build.0 = Debug|Any CPU
{C5254EF2-917D-4C02-A5B0-D11BB69ED100}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5254EF2-917D-4C02-A5B0-D11BB69ED100}.Release|Any CPU.Build.0 = Release|Any CPU
{C5254EF2-917D-4C02-A5B0-D11BB69ED100}.Release|x64.ActiveCfg = Release|Any CPU
{C5254EF2-917D-4C02-A5B0-D11BB69ED100}.Release|x64.Build.0 = Release|Any CPU
{C5254EF2-917D-4C02-A5B0-D11BB69ED100}.Release|x86.ActiveCfg = Release|Any CPU
{C5254EF2-917D-4C02-A5B0-D11BB69ED100}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal