Mercurial > repos > IBBoard.WarFoundry.Plugin.Rollcall
changeset 7:f7decc0332c5
Re #30 - Migrate WarFoundry to .csproj
* Migrate Rollcall plugin to .csproj and remove .mdp
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 17 Feb 2009 16:36:15 +0000 |
parents | 0509ed2e686a |
children | 35bc86f8c283 |
files | IBBoard.WarFoundry.Plugin.Rollcall.csproj IBBoard.WarFoundry.Plugin.Rollcall.csproj.user IBBoard.WarFoundry.Plugin.Rollcall.mdp |
diffstat | 3 files changed, 73 insertions(+), 31 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/IBBoard.WarFoundry.Plugin.Rollcall.csproj Tue Feb 17 16:36:15 2009 +0000 @@ -0,0 +1,68 @@ +<?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> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/IBBoard.WarFoundry.Plugin.Rollcall.csproj.user Tue Feb 17 16:36:15 2009 +0000 @@ -0,0 +1,5 @@ +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <ProjectView>ProjectFiles</ProjectView> + </PropertyGroup> +</Project> \ No newline at end of file
--- a/IBBoard.WarFoundry.Plugin.Rollcall.mdp Mon Jan 26 20:31:05 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -<Project name="IBBoard.WarFoundry.Plugin.Rollcall" fileversion="2.0" language="C#" DefaultNamespace="IBBoard.WarFoundry.Plugin.Rollcall" clr-version="Net_2_0" ctype="DotNetProject"> - <Configurations active="Debug"> - <Configuration name="Debug" ctype="DotNetProjectConfiguration"> - <Output directory="bin/Debug" assembly="IBBoard.WarFoundry.Plugin.Rollcall" /> - <Build debugmode="True" target="Library" /> - <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" /> - <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> - </Configuration> - <Configuration name="Release" ctype="DotNetProjectConfiguration"> - <Output directory="bin/Release" assembly="IBBoard.WarFoundry.Plugin.Rollcall" /> - <Build debugmode="False" target="Library" /> - <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" /> - <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> - </Configuration> - </Configurations> - <Contents> - <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" /> - <File name="RollcallFactory.cs" subtype="Code" buildaction="Compile" /> - <File name="COPYING.GPL" subtype="Code" buildaction="Nothing" /> - <File name="COPYING.LGPL" subtype="Code" buildaction="Nothing" /> - <File name="RollcallUnitTypeParser.cs" subtype="Code" buildaction="Compile" /> - <File name="RollcallRaceParser.cs" subtype="Code" buildaction="Compile" /> - </Contents> - <References> - <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> - <ProjectReference type="Project" localcopy="True" refto="IBBoard.WarFoundry.API" /> - <ProjectReference type="Project" localcopy="True" refto="IBBoard" /> - <ProjectReference type="Project" localcopy="True" refto="IBBoard.Ini" /> - </References> - <GtkDesignInfo /> -</Project> \ No newline at end of file