This repository was archived by the owner on Mar 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProtoZBuffer.NET45.sln
More file actions
47 lines (47 loc) · 2.78 KB
/
ProtoZBuffer.NET45.sln
File metadata and controls
47 lines (47 loc) · 2.78 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 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoZBuffer.Console", "ProtoZBuffer.Console\ProtoZBuffer.Console.NET45.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.NET45.csproj", "{83AEE81A-E072-4817-A159-F32BD9C4E528}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoZBuffer.Core", "ProtoZBuffer.Core\ProtoZBuffer.Core.NET45.csproj", "{6244992B-A86A-4856-B6AD-1FB0588FE88B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoZBuffer.Utils", "ProtoZBuffer.Utils\ProtoZBuffer.Utils.NET45.csproj", "{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2A6176C-2E2D-4D75-8D5A-F8842448F30B}.Release|Any CPU.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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83AEE81A-E072-4817-A159-F32BD9C4E528}.Release|Any CPU.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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6244992B-A86A-4856-B6AD-1FB0588FE88B}.Release|Any CPU.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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A8A26AD-0D0A-4510-84EA-B59B25A6429D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal