瀏覽代碼

Fixed a bug in the build script that caused one of the generated files to be copied incorrectly

ArnoldZokas 15 年之前
父節點
當前提交
4f34cc21e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build/build.csproj

+ 1 - 1
build/build.csproj

@@ -55,7 +55,7 @@
 			<TargetDirectory>$(SourceDirectory)\ProtocolBuffers.Test\TestProtos</TargetDirectory>
 		</GeneratedSource>
 		<GeneratedSource Include="$(BuildTempDirectory)\AddressBookProtos.cs">
-			<TargetDirectory>$(SourceDirectory)\ProtocolBuffers.Test\TestProtos</TargetDirectory>
+			<TargetDirectory>$(SourceDirectory)\AddressBook</TargetDirectory>
 		</GeneratedSource>
 		<GeneratedSource Include="$(BuildTempDirectory)\UnitTestCSharpOptionsProtoFile.cs">
 			<TargetDirectory>$(SourceDirectory)\ProtocolBuffers.Test\TestProtos</TargetDirectory>