comparison IBBoard.WarFoundry.API.csproj @ 487:248df19652f9

Re #410: Create "N units per M models in parent unit" requirement * Add null adding context * Add initial skeleton of "N units per M models in parent unit" requirement * Update use of context * Standardise some of "is applicable" testing
author IBBoard <dev@ibboard.co.uk>
date Fri, 27 Jul 2012 20:31:12 +0100
parents 4d6c92744254
children e35fc85eda2b
comparison
equal deleted inserted replaced
486:6e5b39caeb4e 487:248df19652f9
160 <Compile Include="API\Loading\LoadableFileObject.cs" /> 160 <Compile Include="API\Loading\LoadableFileObject.cs" />
161 <Compile Include="API\Loading\LoadableResourceObject.cs" /> 161 <Compile Include="API\Loading\LoadableResourceObject.cs" />
162 <Compile Include="API\Loading\ILoadableObjectSource.cs" /> 162 <Compile Include="API\Loading\ILoadableObjectSource.cs" />
163 <Compile Include="API\Loading\LoadableObjectSourceDirectory.cs" /> 163 <Compile Include="API\Loading\LoadableObjectSourceDirectory.cs" />
164 <Compile Include="API\Loading\LoadableObjectSourceResourceSet.cs" /> 164 <Compile Include="API\Loading\LoadableObjectSourceResourceSet.cs" />
165 <Compile Include="API\Objects\Requirement\Context\NullAddingContext.cs" />
166 <Compile Include="API\Objects\Requirement\UnitRequiresNParentModelsForMUnitsRequirement.cs" />
165 </ItemGroup> 167 </ItemGroup>
166 <ItemGroup> 168 <ItemGroup>
167 <Reference Include="System.Xml" /> 169 <Reference Include="System.Xml" />
168 <Reference Include="System" /> 170 <Reference Include="System" />
169 </ItemGroup> 171 </ItemGroup>