aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen/ProtoGen.csproj
diff options
context:
space:
mode:
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.