Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
create robomom.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlgmokha committed May 11, 2012
1 parent c10ae8a commit 3410553
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 24 deletions.
11 changes: 0 additions & 11 deletions src/core/Class1.cs

This file was deleted.

8 changes: 8 additions & 0 deletions src/core/RoboMom.cs
@@ -0,0 +1,8 @@
using Robocode;

namespace core
{
public class RoboMom : Robot
{
}
}
2 changes: 1 addition & 1 deletion src/core/core.csproj
Expand Up @@ -43,7 +43,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="RoboMom.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
11 changes: 0 additions & 11 deletions src/specs/Class1.cs

This file was deleted.

6 changes: 6 additions & 0 deletions src/specs/RoboMomSpecs.cs
@@ -0,0 +1,6 @@
namespace specs
{
public class RoboMomSpecs
{
}
}
5 changes: 4 additions & 1 deletion src/specs/specs.csproj
Expand Up @@ -31,6 +31,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="robocode">
<HintPath>..\..\lib\robocode\robocode.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand All @@ -40,7 +43,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="RoboMomSpecs.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 3410553

Please sign in to comment.