comparison IBBoard.WarFoundry.API.csproj @ 283:cd657faa0c05

* Merge branch into trunk (branch contained some fixes that should have been made on trunk) no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Wed, 20 Oct 2010 19:26:57 +0000
parents cd082d7bd4d9
children 40362a9adf20
comparison
equal deleted inserted replaced
282:cd082d7bd4d9 283:cd657faa0c05
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion> 6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</ProjectGuid> 8 <ProjectGuid>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IBBoard.WarFoundry.API</RootNamespace> 11 <RootNamespace>IBBoard.WarFoundry.API</RootNamespace>
12 <AssemblyName>IBBoard.WarFoundry.API</AssemblyName> 12 <AssemblyName>IBBoard.WarFoundry.API</AssemblyName>
13 <FileUpgradeFlags>
14 </FileUpgradeFlags>
15 <OldToolsVersion>2.0</OldToolsVersion>
16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation>
18 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
19 <TargetFrameworkSubset>
20 </TargetFrameworkSubset>
21 <PublishUrl>publish\</PublishUrl>
22 <Install>true</Install>
23 <InstallFrom>Disk</InstallFrom>
24 <UpdateEnabled>false</UpdateEnabled>
25 <UpdateMode>Foreground</UpdateMode>
26 <UpdateInterval>7</UpdateInterval>
27 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28 <UpdatePeriodically>false</UpdatePeriodically>
29 <UpdateRequired>false</UpdateRequired>
30 <MapFileExtensions>true</MapFileExtensions>
31 <ApplicationRevision>0</ApplicationRevision>
32 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33 <IsWebBootstrapper>false</IsWebBootstrapper>
34 <UseApplicationTrust>false</UseApplicationTrust>
35 <BootstrapperEnabled>true</BootstrapperEnabled>
13 </PropertyGroup> 36 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true</DebugSymbols> 38 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType> 39 <DebugType>full</DebugType>
17 <Optimize>false</Optimize> 40 <Optimize>false</Optimize>
35 </Target> 58 </Target>
36 <Target Name="AfterBuild"> 59 <Target Name="AfterBuild">
37 </Target> 60 </Target>
38 --> 61 -->
39 <ItemGroup> 62 <ItemGroup>
63 <None Include="app.config" />
40 <None Include="COPYING" /> 64 <None Include="COPYING" />
41 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" /> 65 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" />
42 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" /> 66 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" />
43 <Compile Include="api\Commands\RemoveUnitCommand.cs" /> 67 <Compile Include="api\Commands\RemoveUnitCommand.cs" />
44 <Compile Include="api\Commands\AbstractReplaceUnitEquipmentCommand.cs" /> 68 <Compile Include="api\Commands\AbstractReplaceUnitEquipmentCommand.cs" />
160 </ItemGroup> 184 </ItemGroup>
161 <ItemGroup> 185 <ItemGroup>
162 <Content Include="libs\ICSharpCode.SharpZipLib.dll" /> 186 <Content Include="libs\ICSharpCode.SharpZipLib.dll" />
163 </ItemGroup> 187 </ItemGroup>
164 <ItemGroup> 188 <ItemGroup>
165 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
166 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
167 <Name>IBBoard</Name>
168 </ProjectReference>
169 </ItemGroup>
170 <ItemGroup>
171 <Reference Include="System.Xml" /> 189 <Reference Include="System.Xml" />
172 <Reference Include="System" /> 190 <Reference Include="System" />
173 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73"> 191 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
174 <SpecificVersion>False</SpecificVersion> 192 <SpecificVersion>False</SpecificVersion>
175 <HintPath>libs\ICSharpCode.SharpZipLib.dll</HintPath> 193 <HintPath>libs\ICSharpCode.SharpZipLib.dll</HintPath>
176 </Reference> 194 </Reference>
177 </ItemGroup> 195 </ItemGroup>
196 <ItemGroup>
197 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
198 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
199 <Name>IBBoard</Name>
200 </ProjectReference>
201 </ItemGroup>
202 <ItemGroup>
203 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
204 <Visible>False</Visible>
205 <ProductName>.NET Framework Client Profile</ProductName>
206 <Install>false</Install>
207 </BootstrapperPackage>
208 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
209 <Visible>False</Visible>
210 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
211 <Install>false</Install>
212 </BootstrapperPackage>
213 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
214 <Visible>False</Visible>
215 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
216 <Install>false</Install>
217 </BootstrapperPackage>
218 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
219 <Visible>False</Visible>
220 <ProductName>.NET Framework 3.5</ProductName>
221 <Install>false</Install>
222 </BootstrapperPackage>
223 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
224 <Visible>False</Visible>
225 <ProductName>.NET Framework 3.5 SP1</ProductName>
226 <Install>true</Install>
227 </BootstrapperPackage>
228 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
229 <Visible>False</Visible>
230 <ProductName>Windows Installer 3.1</ProductName>
231 <Install>true</Install>
232 </BootstrapperPackage>
233 </ItemGroup>
178 </Project> 234 </Project>