comparison IBBoard.WarFoundry.API.csproj @ 304:1e82cac3716d

* Yet another target framework update - this time from VS.Net instead of MD no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Wed, 26 Jan 2011 20:24:10 +0000
parents bcb22102f048
children 5434e648379c
comparison
equal deleted inserted replaced
303:bcb22102f048 304:1e82cac3716d
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>9.0.21022</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> 13 <FileUpgradeFlags>
14 </FileUpgradeFlags> 14 </FileUpgradeFlags>
15 <OldToolsVersion>3.5</OldToolsVersion> 15 <OldToolsVersion>2.0</OldToolsVersion>
16 <UpgradeBackupLocation> 16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation> 17 </UpgradeBackupLocation>
18 <IsWebBootstrapper>false</IsWebBootstrapper>
19 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
20 <TargetFrameworkSubset>
21 </TargetFrameworkSubset>
18 <PublishUrl>publish\</PublishUrl> 22 <PublishUrl>publish\</PublishUrl>
19 <Install>true</Install> 23 <Install>true</Install>
20 <InstallFrom>Disk</InstallFrom> 24 <InstallFrom>Disk</InstallFrom>
21 <UpdateEnabled>false</UpdateEnabled> 25 <UpdateEnabled>false</UpdateEnabled>
22 <UpdateMode>Foreground</UpdateMode> 26 <UpdateMode>Foreground</UpdateMode>
25 <UpdatePeriodically>false</UpdatePeriodically> 29 <UpdatePeriodically>false</UpdatePeriodically>
26 <UpdateRequired>false</UpdateRequired> 30 <UpdateRequired>false</UpdateRequired>
27 <MapFileExtensions>true</MapFileExtensions> 31 <MapFileExtensions>true</MapFileExtensions>
28 <ApplicationRevision>0</ApplicationRevision> 32 <ApplicationRevision>0</ApplicationRevision>
29 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30 <IsWebBootstrapper>false</IsWebBootstrapper>
31 <UseApplicationTrust>false</UseApplicationTrust> 34 <UseApplicationTrust>false</UseApplicationTrust>
32 <BootstrapperEnabled>true</BootstrapperEnabled> 35 <BootstrapperEnabled>true</BootstrapperEnabled>
33 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
34 </PropertyGroup> 36 </PropertyGroup>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36 <DebugSymbols>true</DebugSymbols> 38 <DebugSymbols>true</DebugSymbols>
37 <DebugType>full</DebugType> 39 <DebugType>full</DebugType>
38 <Optimize>false</Optimize> 40 <Optimize>false</Optimize>
56 </Target> 58 </Target>
57 <Target Name="AfterBuild"> 59 <Target Name="AfterBuild">
58 </Target> 60 </Target>
59 --> 61 -->
60 <ItemGroup> 62 <ItemGroup>
63 <None Include="app.config" />
61 <None Include="COPYING" /> 64 <None Include="COPYING" />
62 <Compile Include="api\Factories\Xml\WarFoundryXmlGameSystemSaver.cs" /> 65 <Compile Include="api\Factories\Xml\WarFoundryXmlGameSystemSaver.cs" />
63 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" /> 66 <Compile Include="api\Objects\ICostedWarFoundryObject.cs" />
64 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" /> 67 <Compile Include="api\Commands\CreateAndAddUnitCommand.cs" />
65 <Compile Include="api\Commands\RemoveUnitCommand.cs" /> 68 <Compile Include="api\Commands\RemoveUnitCommand.cs" />