changeset 436:dc842b41adfd

Fixes #378: Add default files to source control * Add default race and system (copied from local GTK# project)
author IBBoard <dev@ibboard.co.uk>
date Mon, 28 Nov 2011 20:11:33 +0000
parents 6345a683fd75
children 0922851f6125
files IBBoard.WarFoundry.API.csproj data/Empire.race data/SampleSystem.system
diffstat 3 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj	Mon Nov 28 19:42:26 2011 +0000
+++ b/IBBoard.WarFoundry.API.csproj	Mon Nov 28 20:11:33 2011 +0000
@@ -185,6 +185,12 @@
     <Compile Include="API\Commands\EditArmyCommand.cs" />
     <Compile Include="API\Factories\Requirement\UnitRequiresNoMoreThanNOfUnitTypeRequirementFactory.cs" />
     <Compile Include="API\WarFoundryHacks.cs" />
+    <None Include="data\Empire.race">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="data\SampleSystem.system">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </ItemGroup>
   <ItemGroup>
     <Reference Include="System.Xml" />
Binary file data/Empire.race has changed
Binary file data/SampleSystem.system has changed