aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.sln
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-04-30 10:35:27 +0100
committerJon Skeet <skeet@pobox.com>2015-04-30 10:35:27 +0100
commit151018e888927f4e89e325af013613cc1b08196c (patch)
tree873c55c5013021255b279ae45034c5276d798838 /csharp/src/ProtocolBuffers.sln
parenta449f66bdb50f3e898889705945fb1ac6b105469 (diff)
parentce97e686826147e2a071fd2321555f7d40ec5d93 (diff)
downloadprotobuf-151018e888927f4e89e325af013613cc1b08196c.tar.gz
protobuf-151018e888927f4e89e325af013613cc1b08196c.tar.bz2
protobuf-151018e888927f4e89e325af013613cc1b08196c.zip
Merge pull request #319 from jskeet/csharp_pcl
Convert C# projects to Portable Class Libraries
Diffstat (limited to 'csharp/src/ProtocolBuffers.sln')
-rw-r--r--csharp/src/ProtocolBuffers.sln6
1 files changed, 6 insertions, 0 deletions
diff --git a/csharp/src/ProtocolBuffers.sln b/csharp/src/ProtocolBuffers.sln
index 5eb488cf..6d609dc9 100644
--- a/csharp/src/ProtocolBuffers.sln
+++ b/csharp/src/ProtocolBuffers.sln
@@ -22,6 +22,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoDump", "ProtoDump\Prot
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoMunge", "ProtoMunge\ProtoMunge.csproj", "{8F09AF72-3327-4FA7-BC09-070B80221AB9}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoBench", "ProtoBench\ProtoBench.csproj", "{C7A4A435-2813-41C8-AA87-BD914BA5223D}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -68,6 +70,10 @@ Global
{8F09AF72-3327-4FA7-BC09-070B80221AB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F09AF72-3327-4FA7-BC09-070B80221AB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F09AF72-3327-4FA7-BC09-070B80221AB9}.Release|Any CPU.Build.0 = Release|Any CPU
+ {C7A4A435-2813-41C8-AA87-BD914BA5223D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {C7A4A435-2813-41C8-AA87-BD914BA5223D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {C7A4A435-2813-41C8-AA87-BD914BA5223D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {C7A4A435-2813-41C8-AA87-BD914BA5223D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE