Merge pull request #6889 from atlimit8/ModsCommon-SystemCore

Add System.Core reference to OpenRA.Mods.Common.csproj for Linq
This commit is contained in:
Matthias Mailänder
2014-11-06 23:31:57 +01:00

View File

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