Mercurial > repos > IBDev-IBBoard.WarFoundry.API
comparison IBBoard.WarFoundry.API.csproj @ 437:0922851f6125
Re #350: Add requirement to allow N of unit for specific other units
* Extend unit count requirement data to handle fixed numbers of units allowed per unit required
* Add initial stub of requirement using some copy-and-paste, but starting to avoid ticket:379
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 29 Nov 2011 20:55:21 +0000 |
parents | dc842b41adfd |
children | d2331ee59d74 |
comparison
equal
deleted
inserted
replaced
436:dc842b41adfd | 437:0922851f6125 |
---|---|
189 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 189 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
190 </None> | 190 </None> |
191 <None Include="data\SampleSystem.system"> | 191 <None Include="data\SampleSystem.system"> |
192 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 192 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
193 </None> | 193 </None> |
194 <Compile Include="API\Objects\Requirement\RequiresNUnitsForMUnitsRequirement.cs" /> | |
194 </ItemGroup> | 195 </ItemGroup> |
195 <ItemGroup> | 196 <ItemGroup> |
196 <Reference Include="System.Xml" /> | 197 <Reference Include="System.Xml" /> |
197 <Reference Include="System" /> | 198 <Reference Include="System" /> |
198 </ItemGroup> | 199 </ItemGroup> |