Mercurial > repos > IBBoard.WarFoundry.Plugin.Rollcall
view IBBoard.WarFoundry.Plugin.Rollcall.csproj @ 8:35bc86f8c283
Re #17 - Load unit data
* Parse more attributes including troop cost
* Improve handling of required values
* Refactor code in to generic parent
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 21 Feb 2009 21:00:52 +0000 |
parents | f7decc0332c5 |
children | 5f0259e69a7f |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.50727</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{182E4A7C-7CFB-4337-A9AD-AB2DCA054A53}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>IBBoard.WarFoundry.Plugin.Rollcall</RootNamespace> <AssemblyName>IBBoard.WarFoundry.Plugin.Rollcall</AssemblyName> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <StartupObject /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <StartupObject /> </PropertyGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> <ItemGroup> <Compile Include="AssemblyInfo.cs" /> <Compile Include="RollcallFactory.cs" /> <Compile Include="RollcallRaceParser.cs" /> <Compile Include="RollcallUnitTypeParser.cs" /> </ItemGroup> <ItemGroup> <None Include="COPYING.GPL" /> <None Include="COPYING.LGPL" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\IBBoard\IBBoard.csproj"> <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> <Name>IBBoard</Name> </ProjectReference> <ProjectReference Include="..\IBBoard.Ini\IBBoard.Ini.csproj"> <Project>{3BBDF326-7128-406C-85DF-EF049633E602}</Project> <Name>IBBoard.Ini</Name> </ProjectReference> <ProjectReference Include="..\IBBoard.WarFoundry.API\IBBoard.WarFoundry.API.csproj"> <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project> <Name>IBBoard.WarFoundry.API</Name> </ProjectReference> </ItemGroup> <ItemGroup> <Reference Include="System" /> </ItemGroup> </Project>