Mercurial > repos > snowblizz-super-API-ideas
annotate IBBoard.WarFoundry.API.csproj @ 366:4993e6f7c509
* Remove reference to unused namespace
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 28 May 2011 15:40:05 +0000 |
parents | 2fed577a1ea7 |
children | bfdb95906075 |
rev | line source |
---|---|
353 | 1 <?xml version="1.0" encoding="utf-8"?> |
352 | 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
166
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
3 <PropertyGroup> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
304
1e82cac3716d
* Yet another target framework update - this time from VS.Net instead of MD
IBBoard <dev@ibboard.co.uk>
parents:
303
diff
changeset
|
6 <ProductVersion>9.0.30729</ProductVersion> |
166
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
7 <SchemaVersion>2.0</SchemaVersion> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
8 <ProjectGuid>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</ProjectGuid> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
9 <OutputType>Library</OutputType> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
10 <AppDesignerFolder>Properties</AppDesignerFolder> |
315
6cb0fb78b9a6
Re #324: Add saving of Race and System data to files
IBBoard <dev@ibboard.co.uk>
parents:
311
diff
changeset
|
11 <RootNamespace>IBBoard.WarFoundry</RootNamespace> |
166
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
12 <AssemblyName>IBBoard.WarFoundry.API</AssemblyName> |
283
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
13 <FileUpgradeFlags> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
14 </FileUpgradeFlags> |
304
1e82cac3716d
* Yet another target framework update - this time from VS.Net instead of MD
IBBoard <dev@ibboard.co.uk>
parents:
303
diff
changeset
|
15 <OldToolsVersion>2.0</OldToolsVersion> |
283
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
16 <UpgradeBackupLocation> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
17 </UpgradeBackupLocation> |
304
1e82cac3716d
* Yet another target framework update - this time from VS.Net instead of MD
IBBoard <dev@ibboard.co.uk>
parents:
303
diff
changeset
|
18 <IsWebBootstrapper>false</IsWebBootstrapper> |
1e82cac3716d
* Yet another target framework update - this time from VS.Net instead of MD
IBBoard <dev@ibboard.co.uk>
parents:
303
diff
changeset
|
19 <TargetFrameworkSubset> |
1e82cac3716d
* Yet another target framework update - this time from VS.Net instead of MD
IBBoard <dev@ibboard.co.uk>
parents:
303
diff
changeset
|
20 </TargetFrameworkSubset> |
351
d97016f2515b
* Tidy up API project file (VS.Net complaining again)
IBBoard <dev@ibboard.co.uk>
parents:
347
diff
changeset
|
21 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
283
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
22 <PublishUrl>publish\</PublishUrl> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
23 <Install>true</Install> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
24 <InstallFrom>Disk</InstallFrom> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
25 <UpdateEnabled>false</UpdateEnabled> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
26 <UpdateMode>Foreground</UpdateMode> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
27 <UpdateInterval>7</UpdateInterval> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
28 <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
29 <UpdatePeriodically>false</UpdatePeriodically> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
30 <UpdateRequired>false</UpdateRequired> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
31 <MapFileExtensions>true</MapFileExtensions> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
32 <ApplicationRevision>0</ApplicationRevision> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
34 <UseApplicationTrust>false</UseApplicationTrust> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
35 <BootstrapperEnabled>true</BootstrapperEnabled> |
166
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
36 </PropertyGroup> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
38 <DebugSymbols>true</DebugSymbols> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
39 <DebugType>full</DebugType> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
40 <Optimize>false</Optimize> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
41 <OutputPath>bin\Debug\</OutputPath> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
42 <DefineConstants>DEBUG;TRACE</DefineConstants> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
43 <ErrorReport>prompt</ErrorReport> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
44 <WarningLevel>4</WarningLevel> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
45 </PropertyGroup> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
47 <DebugType>pdbonly</DebugType> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
48 <Optimize>true</Optimize> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
49 <OutputPath>bin\Release\</OutputPath> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
50 <DefineConstants>TRACE</DefineConstants> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
51 <ErrorReport>prompt</ErrorReport> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
52 <WarningLevel>4</WarningLevel> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
53 </PropertyGroup> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
54 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
163
395c8042dc03
Fixes #144: HTML generation may need network connection
IBBoard <dev@ibboard.co.uk>
parents:
161
diff
changeset
|
55 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
395c8042dc03
Fixes #144: HTML generation may need network connection
IBBoard <dev@ibboard.co.uk>
parents:
161
diff
changeset
|
56 Other similar extension points exist, see Microsoft.Common.targets. |
395c8042dc03
Fixes #144: HTML generation may need network connection
IBBoard <dev@ibboard.co.uk>
parents:
161
diff
changeset
|
57 <Target Name="BeforeBuild"> |
395c8042dc03
Fixes #144: HTML generation may need network connection
IBBoard <dev@ibboard.co.uk>
parents:
161
diff
changeset
|
58 </Target> |
395c8042dc03
Fixes #144: HTML generation may need network connection
IBBoard <dev@ibboard.co.uk>
parents:
161
diff
changeset
|
59 <Target Name="AfterBuild"> |
395c8042dc03
Fixes #144: HTML generation may need network connection
IBBoard <dev@ibboard.co.uk>
parents:
161
diff
changeset
|
60 </Target> |
166
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
61 --> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
62 <ItemGroup> |
304
1e82cac3716d
* Yet another target framework update - this time from VS.Net instead of MD
IBBoard <dev@ibboard.co.uk>
parents:
303
diff
changeset
|
63 <None Include="app.config" /> |
166
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
64 <None Include="COPYING" /> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
65 <Compile Include="AssemblyInfo.cs" /> |
224
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
66 <None Include="schemas\army.xsd"> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
67 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
68 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
69 </None> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
70 <None Include="schemas\race.xsd"> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
71 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
72 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
73 </None> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
74 <None Include="schemas\system.xsd"> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
75 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
76 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
77 </None> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
78 <None Include="schemas\warfoundry-cats.xsd"> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
79 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
80 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
81 </None> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
82 <None Include="schemas\warfoundry-core.xsd"> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
83 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
84 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
85 </None> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
86 <None Include="schemas\xhtml1-strict.dtd"> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
87 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
88 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
89 </None> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
90 <None Include="schemas\xhtml-lat1.ent"> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
91 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
92 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
93 </None> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
94 <None Include="schemas\xhtml-special.ent"> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
95 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
96 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
97 </None> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
98 <None Include="schemas\xhtml-symbol.ent"> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
99 <Gettext-ScanForTranslations>false</Gettext-ScanForTranslations> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
100 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
f097888efcfe
Fixes #233: "unitPoints" attribute is badly named
IBBoard <dev@ibboard.co.uk>
parents:
209
diff
changeset
|
101 </None> |
337
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
102 <Compile Include="API\Objects\ICostedWarFoundryObject.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
103 <Compile Include="API\Commands\CreateAndAddUnitCommand.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
104 <Compile Include="API\Commands\RemoveUnitCommand.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
105 <Compile Include="API\Commands\AbstractReplaceUnitEquipmentCommand.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
106 <Compile Include="API\Commands\SetNameCommand.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
107 <Compile Include="API\Commands\SetUnitEquipmentNumericAmountCommand.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
108 <Compile Include="API\Commands\SetUnitSizeCommand.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
109 <Compile Include="API\Delegates.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
110 <Compile Include="API\Factories\AbstractNativeWarFoundryFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
111 <Compile Include="API\Factories\AbstractNonNativeFileExtensionWarFoundryFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
112 <Compile Include="API\Factories\AbstractNonNativeWarFoundryFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
113 <Compile Include="API\Factories\AbstractWarFoundryFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
114 <Compile Include="API\Factories\INativeWarFoundryFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
115 <Compile Include="API\Factories\INonNativeWarFoundryFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
116 <Compile Include="API\Factories\IWarFoundryFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
117 <Compile Include="API\Factories\Xml\WarFoundryXmlElementName.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
118 <Compile Include="API\Factories\Xml\WarFoundryXmlFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
119 <Compile Include="API\FileLoadFailure.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
120 <Compile Include="API\Objects\Ability.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
121 <Compile Include="API\Objects\Army.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
122 <Compile Include="API\Objects\ArmyCategory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
123 <Compile Include="API\Objects\Category.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
124 <Compile Include="API\Objects\DuplicateItemException.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
125 <Compile Include="API\Objects\EquipmentItem.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
126 <Compile Include="API\Objects\GameSystem.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
127 <Compile Include="API\Objects\IWarFoundryNativeSourceObject.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
128 <Compile Include="API\Objects\IWarFoundryObject.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
129 <Compile Include="API\Objects\IWarFoundryStagedLoadObject.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
130 <Compile Include="API\Objects\Race.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
131 <Compile Include="API\Objects\Stat.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
132 <Compile Include="API\Objects\Stats.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
133 <Compile Include="API\Objects\StatSlot.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
134 <Compile Include="API\Objects\SystemStats.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
135 <Compile Include="API\Objects\Unit.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
136 <Compile Include="API\Objects\UnitEquipmentItem.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
137 <Compile Include="API\Objects\UnitType.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
138 <Compile Include="API\Objects\WarFoundryObject.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
139 <Compile Include="API\Objects\WarFoundryStagedLoadingObject.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
140 <Compile Include="API\Savers\IWarFoundryFileSaver.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
141 <Compile Include="API\Savers\WarFoundrySaver.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
142 <Compile Include="API\Util\UnitEquipmentUtil.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
143 <Compile Include="API\WarFoundryCore.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
144 <Compile Include="API\WarFoundryLoader.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
145 <Compile Include="API\Factories\Xml\WarFoundryXmlGameSystemFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
146 <Compile Include="API\Factories\Xml\WarFoundryXmlRaceFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
147 <Compile Include="API\Factories\Xml\WarFoundryXmlArmyFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
148 <Compile Include="API\Factories\Xml\WarFoundryXmlFactoryUtils.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
149 <Compile Include="API\Factories\Xml\AbstractStagedLoadedSubFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
150 <Compile Include="API\Objects\InvalidContainershipException.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
151 <Compile Include="API\Objects\CompositeEquipmentItem.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
152 <Compile Include="API\Objects\AbstractUnitEquipmentItemSelection.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
153 <Compile Include="API\Objects\UnitEquipmentNumericSelection.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
154 <Compile Include="API\Objects\UnitEquipmentRatioSelection.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
155 <Compile Include="API\Commands\SetUnitEquipmentRatioAmountCommand.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
156 <Compile Include="API\Commands\AbstractSetUnitEquipmentAmountCommand.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
157 <Compile Include="API\Commands\ReplaceUnitEquipmentWithNumericAmountItemCommand.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
158 <Compile Include="API\Commands\ReplaceUnitEquipmentWithRatioAmountItemCommand.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
159 <Compile Include="API\Factories\Xml\Zip\StringZipEntrySource.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
160 <Compile Include="API\Factories\RequiredDataMissingException.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
161 <Compile Include="API\Factories\Xml\WarFoundryXmlArmyParser.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
162 <Compile Include="API\Exporters\IWarFoundryExporter.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
163 <Compile Include="API\Exporters\WarFoundryHtmlExporter.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
164 <Compile Include="API\AbstractWarFoundryLoader.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
165 <Compile Include="API\DefaultWarFoundryLoader.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
166 <Compile Include="API\Objects\UnitMemberType.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
167 <Compile Include="API\Factories\Xml\WarFoundryXmlLimitParser.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
168 <Compile Include="API\Factories\DummyWarFoundryFactory.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
169 <Compile Include="API\Objects\WarFoundryLoadedObject.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
170 <Compile Include="API\Savers\Xml\WarFoundryXmlArmySaver.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
171 <Compile Include="API\Savers\Xml\WarFoundryXmlGameSystemSaver.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
172 <Compile Include="API\Savers\Xml\WarFoundryXmlFileSaver.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
173 <Compile Include="API\Objects\Requirement\RequiresAtLeastNUnitsRequirement.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
174 <Compile Include="API\Objects\Requirement\UnitCountRequirementData.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
175 <Compile Include="API\Objects\Requirement\RequiresNoMoreThanNOfUnitTypeRequirement.cs" /> |
3c4a6403a88c
* Fix capitalisation so that new files are in the namespace
IBBoard <dev@ibboard.co.uk>
parents:
336
diff
changeset
|
176 <Compile Include="API\Objects\Requirement\UnitRequiresAtLeastNUnitsRequirement.cs" /> |
339 | 177 <Compile Include="API\Objects\Requirement\Validation.cs" /> |
343 | 178 <Compile Include="API\Objects\Requirement\UnitRequiresNoMoreThanNOfUnitTypeRequirement.cs" /> |
347 | 179 <Compile Include="API\Objects\Requirement\IRequirement.cs" /> |
353 | 180 <Compile Include="API\Objects\Requirement\RequirementHandler.cs" /> |
358
dbe7ccb1e557
Re #345: Add failure message to requirements
IBBoard <dev@ibboard.co.uk>
parents:
353
diff
changeset
|
181 <Compile Include="API\Objects\Requirement\AbstractRequirement.cs" /> |
166
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
182 </ItemGroup> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
183 <ItemGroup> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
184 <Reference Include="System.Xml" /> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
185 <Reference Include="System" /> |
6902f49e16e0
Re #198: Add slots with counts to units
IBBoard <dev@ibboard.co.uk>
parents:
163
diff
changeset
|
186 </ItemGroup> |
283
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
187 <ItemGroup> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
188 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
189 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
190 <Name>IBBoard</Name> |
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
191 </ProjectReference> |
285
40362a9adf20
Re #311: can't read ZIP file packed by Linux app Archive Manager/File Roller
IBBoard <dev@ibboard.co.uk>
parents:
283
diff
changeset
|
192 <ProjectReference Include="..\SharpZipLib\ICSharpCode.SharpZLib.csproj"> |
40362a9adf20
Re #311: can't read ZIP file packed by Linux app Archive Manager/File Roller
IBBoard <dev@ibboard.co.uk>
parents:
283
diff
changeset
|
193 <Project>{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}</Project> |
40362a9adf20
Re #311: can't read ZIP file packed by Linux app Archive Manager/File Roller
IBBoard <dev@ibboard.co.uk>
parents:
283
diff
changeset
|
194 <Name>ICSharpCode.SharpZLib</Name> |
40362a9adf20
Re #311: can't read ZIP file packed by Linux app Archive Manager/File Roller
IBBoard <dev@ibboard.co.uk>
parents:
283
diff
changeset
|
195 </ProjectReference> |
283
cd657faa0c05
* Merge branch into trunk (branch contained some fixes that should have been made on trunk)
IBBoard <dev@ibboard.co.uk>
parents:
282
diff
changeset
|
196 </ItemGroup> |
315
6cb0fb78b9a6
Re #324: Add saving of Race and System data to files
IBBoard <dev@ibboard.co.uk>
parents:
311
diff
changeset
|
197 <ProjectExtensions> |
6cb0fb78b9a6
Re #324: Add saving of Race and System data to files
IBBoard <dev@ibboard.co.uk>
parents:
311
diff
changeset
|
198 <MonoDevelop> |
6cb0fb78b9a6
Re #324: Add saving of Race and System data to files
IBBoard <dev@ibboard.co.uk>
parents:
311
diff
changeset
|
199 <Properties> |
6cb0fb78b9a6
Re #324: Add saving of Race and System data to files
IBBoard <dev@ibboard.co.uk>
parents:
311
diff
changeset
|
200 <Policies> |
317
58cd0fa53976
Re #324: Add saving of Race and System data to files
IBBoard <dev@ibboard.co.uk>
parents:
316
diff
changeset
|
201 <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="FileFormatDefault" /> |
315
6cb0fb78b9a6
Re #324: Add saving of Race and System data to files
IBBoard <dev@ibboard.co.uk>
parents:
311
diff
changeset
|
202 </Policies> |
6cb0fb78b9a6
Re #324: Add saving of Race and System data to files
IBBoard <dev@ibboard.co.uk>
parents:
311
diff
changeset
|
203 </Properties> |
6cb0fb78b9a6
Re #324: Add saving of Race and System data to files
IBBoard <dev@ibboard.co.uk>
parents:
311
diff
changeset
|
204 </MonoDevelop> |
336
3631c1493c7f
* Fix project to keep VS.Net 2008 happy for the umpty-ninth time
IBBoard <dev@ibboard.co.uk>
parents:
335
diff
changeset
|
205 <VisualStudio /> |
315
6cb0fb78b9a6
Re #324: Add saving of Race and System data to files
IBBoard <dev@ibboard.co.uk>
parents:
311
diff
changeset
|
206 </ProjectExtensions> |
0 | 207 </Project> |