aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen
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
parent70cf2511627197ed38393f077c98e0827d588507 (diff)
downloadprotobuf-3c491937d30cf250e0324038065802889740bc36.tar.gz
protobuf-3c491937d30cf250e0324038065802889740bc36.tar.bz2
protobuf-3c491937d30cf250e0324038065802889740bc36.zip
Adding project templates and refactored build
Diffstat (limited to 'src/ProtoGen')
-rw-r--r--src/ProtoGen/ProtoGen.csproj6
-rw-r--r--src/ProtoGen/app.config8
2 files changed, 8 insertions, 6 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.
diff --git a/src/ProtoGen/app.config b/src/ProtoGen/app.config
index 285f9f93..89b324bf 100644
--- a/src/ProtoGen/app.config
+++ b/src/ProtoGen/app.config
@@ -1,5 +1,7 @@
-<?xml version="1.0"?>
-
+<?xml version="1.0" encoding="utf-8" ?>
<configuration>
- <startup />
+ <startup useLegacyV2RuntimeActivationPolicy="true">
+ <supportedRuntime version="v2.0.50727" />
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
+ </startup>
</configuration> \ No newline at end of file