Commit 8631daa8 authored by Jon Skeet's avatar Jon Skeet

Fixed build to work with VS2010

parent 17ded826
......@@ -185,6 +185,7 @@
<msbuild project="${src}/ProtocolBuffers.sln">
<property name="Configuration"
value="${build-configuration}" />
<property name="Platform" value="Any CPU" />
</msbuild>
</target>
......@@ -259,15 +260,20 @@
description="Builds all versions of the main library">
<msbuild project="${src}/ProtocolBuffers.sln">
<property name="Configuration" value="Debug" />
<property name="Platform" value="Any CPU" />
</msbuild>
<msbuild project="${src}/ProtocolBuffers.sln">
<property name="Configuration" value="Release" />
<property name="Platform" value="Any CPU" />
</msbuild>
<msbuild project="${src}/ProtocolBuffers.sln">
<property name="Configuration" value="Silverlight2" />
<property name="Platform" value="Any CPU" />
</msbuild>
<!-- Note the deliberate lack of space in the platform name -->
<msbuild project="${src}/ProtocolBuffers/ProtocolBuffersCF.csproj">
<property name="Configuration" value="Release" />
<property name="Platform" value="AnyCPU" />
</msbuild>
</target>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment