aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2010-09-03 16:35:05 -0500
committercsharptest <roger@csharptest.net>2010-09-03 16:35:05 -0500
commit5c69749b0b4b4aaa808c208d33b9192e4328e7b4 (patch)
tree400341e77a94a89caaa51a44a8091f7b0cb7de81
parentd65173a9c504b2457e4d66ce9010f75b62444dcb (diff)
downloadprotobuf-5c69749b0b4b4aaa808c208d33b9192e4328e7b4.tar.gz
protobuf-5c69749b0b4b4aaa808c208d33b9192e4328e7b4.tar.bz2
protobuf-5c69749b0b4b4aaa808c208d33b9192e4328e7b4.zip
Completed the following changes & testing, see todo.txt for more information
1 - Add a way to specify the output directory 2 - Added an option "file_extension" to control the suffix for cs files generated, defaults to ".cs" 3 - Added the option for "umbrella_namespace" used when nest_classes=false and having name conflicts 4 - Optionally remove dependencies to csharp options 5 - Investigate command line parsing library 6 - Investigate calling protoc directly 7 - Unable to resolve dependencies correctly 8 - Added several (20) nunits to automate the command-line invocation of each option
-rw-r--r--ProtocolBuffers.build10
1 files changed, 5 insertions, 5 deletions
diff --git a/ProtocolBuffers.build b/ProtocolBuffers.build
index e3d55553..3b18032a 100644
--- a/ProtocolBuffers.build
+++ b/ProtocolBuffers.build
@@ -266,10 +266,10 @@
<property name="Configuration" value="Release" />
<property name="Platform" value="Any CPU" />
</msbuild>
- <msbuild project="${src}/ProtocolBuffers.sln">
+ <!--msbuild project="${src}/ProtocolBuffers.sln">
<property name="Configuration" value="Silverlight2" />
<property name="Platform" value="Any CPU" />
- </msbuild>
+ </msbuild-->
<!-- Note the deliberate lack of space in the platform name -->
<msbuild project="${src}/ProtocolBuffers/ProtocolBuffersCF.csproj">
<property name="Configuration" value="Release" />
@@ -291,7 +291,7 @@
<mkdir dir="${output-dir}/Protoc" />
<mkdir dir="${output-dir}/Debug" />
<mkdir dir="${output-dir}/Release" />
- <mkdir dir="${output-dir}/Silverlight2" />
+ <!--mkdir dir="${output-dir}/Silverlight2" /-->
<mkdir dir="${output-dir}/CompactFramework35" />
<copy todir="${output-dir}/Protoc">
<fileset basedir="${project::get-base-directory()}/lib">
@@ -321,12 +321,12 @@
<exclude name="**/*vshost*" />
</fileset>
</copy>
- <copy todir="${output-dir}/Silverlight2"
+ <!--copy todir="${output-dir}/Silverlight2"
flatten="true">
<fileset basedir="${src}">
<include name="ProtocolBuffers/bin/Silverlight2/Google.ProtocolBuffers.dll" />
</fileset>
- </copy>
+ </copy-->
<copy todir="${output-dir}/CompactFramework35"
flatten="true">
<fileset basedir="${src}">