Add System.Core reference to OpenRA.Mods.Common.csproj for Linq

This commit is contained in:
atlimit8
2014-11-04 16:30:25 -06:00
parent e6bf1cafd3
commit f2a02be972

View File

@@ -38,6 +38,7 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj">