diff --git a/ProtocolBuffers.build b/ProtocolBuffers.build index 14f59c97f1..2a382ad1eb 100644 --- a/ProtocolBuffers.build +++ b/ProtocolBuffers.build @@ -232,18 +232,61 @@ + + + + + + + + + + + + + + + + + description="Copies all binaries into the output directory"> - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + diff --git a/src/ProtocolBuffers/ProtocolBuffersCF.csproj b/src/ProtocolBuffers/ProtocolBuffersCF.csproj index 78b838387a..b6006124c8 100644 --- a/src/ProtocolBuffers/ProtocolBuffersCF.csproj +++ b/src/ProtocolBuffers/ProtocolBuffersCF.csproj @@ -23,7 +23,7 @@ true full false - bin\Debug\ + bin\DebugCF\ COMPACT_FRAMEWORK_35;DEBUG;TRACE;$(PlatformFamilyName) true true @@ -35,7 +35,7 @@ pdbonly true - bin\Release\ + bin\ReleaseCF\ COMPACT_FRAMEWORK_35;TRACE;$(PlatformFamilyName) true true diff --git a/todo.txt b/todo.txt index 20cf411994..498e5ca967 100644 --- a/todo.txt +++ b/todo.txt @@ -8,7 +8,7 @@ Current task list (not in order) - Avoid using reflection for messages which don't need it (is this possible?) - Bring service generation into line with Java -- Build protoc as a dll and use directly from protoge +- Build protoc as a dll and use directly from protogen - Check copyright is everywhere - Work out how to unit test Silverlight code - Reformat code @@ -16,3 +16,5 @@ Current task list (not in order) - Add regions to copyright - Investigate command line parsing library - Investigate calling protoc directly +- Build and publish binaries +- Work out why the Compact Framework 3.5 build fails under VS2010