LayMine activity

This commit is contained in:
Bob
2010-01-27 12:48:46 +13:00
parent 3a99bfd06f
commit f4cc21034f
4 changed files with 30 additions and 8 deletions

View File

@@ -49,6 +49,7 @@
<Compile Include="Activities\CaptureBuilding.cs" />
<Compile Include="Activities\Demolish.cs" />
<Compile Include="Activities\Infiltrate.cs" />
<Compile Include="Activities\LayMine.cs" />
<Compile Include="Activities\Steal.cs" />
<Compile Include="C4Demolition.cs" />
<Compile Include="EngineerCapture.cs" />
@@ -73,9 +74,6 @@
<Name>OpenRa.Game</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Orders\" />
</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.