Update to .NET 4.5

This commit is contained in:
Matthias Mailänder
2015-12-25 09:04:17 +01:00
parent 6e7bce9571
commit 5029ac705f
15 changed files with 21 additions and 20 deletions

View File

@@ -9,6 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>OpenRA.Platforms.Default</RootNamespace>
<AssemblyName>OpenRA.Platforms.Default</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>