aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen/ProtoGen.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/ProtoGen/ProtoGen.csproj
parent70cf2511627197ed38393f077c98e0827d588507 (diff)
downloadprotobuf-3c491937d30cf250e0324038065802889740bc36.tar.gz
protobuf-3c491937d30cf250e0324038065802889740bc36.tar.bz2
protobuf-3c491937d30cf250e0324038065802889740bc36.zip
Adding project templates and refactored build
Diffstat (limited to 'src/ProtoGen/ProtoGen.csproj')
-rw-r--r--src/ProtoGen/ProtoGen.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ProtoGen/ProtoGen.csproj b/src/ProtoGen/ProtoGen.csproj
index cffa501a..aaab3993 100644
--- a/src/ProtoGen/ProtoGen.csproj
+++ b/src/ProtoGen/ProtoGen.csproj
@@ -78,14 +78,14 @@
<Compile Include="UmbrellaClassGenerator.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- </ItemGroup>
- <ItemGroup>
<ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
<Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
<Name>ProtocolBuffers</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <None Include="app.config" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.