aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoBench/ProtoBench.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2012-10-15 21:29:17 -0500
committerrogerk <devnull@localhost>2012-10-15 21:29:17 -0500
commit3c491937d30cf250e0324038065802889740bc36 (patch)
treef61eb1b641f782baa148069fc853458018930f01 /src/ProtoBench/ProtoBench.csproj
parent70cf2511627197ed38393f077c98e0827d588507 (diff)
downloadprotobuf-3c491937d30cf250e0324038065802889740bc36.tar.gz
protobuf-3c491937d30cf250e0324038065802889740bc36.tar.bz2
protobuf-3c491937d30cf250e0324038065802889740bc36.zip
Adding project templates and refactored build
Diffstat (limited to 'src/ProtoBench/ProtoBench.csproj')
-rw-r--r--src/ProtoBench/ProtoBench.csproj17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/ProtoBench/ProtoBench.csproj b/src/ProtoBench/ProtoBench.csproj
index 1fc395c5..9df47745 100644
--- a/src/ProtoBench/ProtoBench.csproj
+++ b/src/ProtoBench/ProtoBench.csproj
@@ -50,14 +50,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="..\ProtocolBuffers.Test\TestProtos\UnitTestImportProtoFile.cs">
- <Link>UnitTestImportProtoFile.cs</Link>
- </Compile>
- <Compile Include="..\ProtocolBuffers.Test\TestProtos\UnitTestProtoFile.cs">
- <Link>UnitTestProtoFile.cs</Link>
- </Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="TestProtos\GoogleSizeProtoFile.cs" />
+ <Compile Include="TestProtos\GoogleSpeedProtoFile.cs" />
+ <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
+ <Compile Include="TestProtos\UnitTestProtoFile.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ProtocolBuffers.Serialization\ProtocolBuffers.Serialization.csproj">
@@ -72,7 +70,12 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
+ <None Include="google_message1.dat">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Include="google_message2.dat">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.