fix Could not load type 'System.Action'

by changing .NET target framework from default 4.0 to 3.5
This commit is contained in:
Matthias Mailänder
2013-08-13 18:50:36 +02:00
parent c0be16cde3
commit aaf1904257

View File

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