changeset 2:31b1536df16a

Re #10 - Migrate to .csproj files * Migrate IBBoard.Graphics to .csproj and remove .mdp file * Remove .pidb from source control
author IBBoard <dev@ibboard.co.uk>
date Tue, 17 Feb 2009 14:55:10 +0000
parents 1c89affbdd64
children 38851b01bdab
files IBBoard.Graphics.csproj IBBoard.Graphics.mdp IBBoard.Graphics.pidb
diffstat 3 files changed, 15 insertions(+), 69 deletions(-) [+]
line wrap: on
line diff
--- a/IBBoard.Graphics.csproj	Tue Feb 17 12:15:20 2009 +0000
+++ b/IBBoard.Graphics.csproj	Tue Feb 17 14:55:10 2009 +0000
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <ProjectType>Local</ProjectType>
     <ProductVersion>8.0.50727</ProductVersion>
@@ -28,10 +29,8 @@
     </UpgradeBackupLocation>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <OutputPath>C:\Documents and Settings\ibboard\My Documents\Visual Studio 2005\Projects\IBBoardGraphics\bin\Debug\</OutputPath>
-    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+    <OutputPath>bin\Debug\</OutputPath>
     <BaseAddress>285212672</BaseAddress>
-    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
@@ -39,82 +38,58 @@
     </DocumentationFile>
     <DebugSymbols>true</DebugSymbols>
     <FileAlignment>4096</FileAlignment>
-    <NoStdLib>false</NoStdLib>
-    <NoWarn>
-    </NoWarn>
     <Optimize>false</Optimize>
     <RegisterForComInterop>false</RegisterForComInterop>
     <RemoveIntegerChecks>false</RemoveIntegerChecks>
-    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
     <WarningLevel>4</WarningLevel>
     <DebugType>full</DebugType>
     <ErrorReport>prompt</ErrorReport>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <OutputPath>bin\Release\</OutputPath>
-    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     <BaseAddress>285212672</BaseAddress>
-    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
     <DefineConstants>TRACE</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
-    <DebugSymbols>false</DebugSymbols>
     <FileAlignment>4096</FileAlignment>
-    <NoStdLib>false</NoStdLib>
-    <NoWarn>
-    </NoWarn>
     <Optimize>true</Optimize>
     <RegisterForComInterop>false</RegisterForComInterop>
     <RemoveIntegerChecks>false</RemoveIntegerChecks>
-    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
     <WarningLevel>4</WarningLevel>
     <DebugType>none</DebugType>
     <ErrorReport>prompt</ErrorReport>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="System">
-      <Name>System</Name>
-    </Reference>
-    <Reference Include="System.Data">
-      <Name>System.Data</Name>
-    </Reference>
-    <Reference Include="System.Drawing">
-      <Name>System.Drawing</Name>
-    </Reference>
-    <Reference Include="System.XML">
-      <Name>System.XML</Name>
-    </Reference>
+    <Reference Include="System" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Drawing" />
+    <Reference Include="System.Xml" />
     <ProjectReference Include="..\IBBoard.Graphics.OpenILPort\IBBoard.Graphics.OpenILPort.csproj">
+      <Project>{DC228FE8-B0D1-4CE8-869D-404B9173AA58}</Project>
       <Name>IBBoard.Graphics.OpenILPort</Name>
-      <Project>{DC228FE8-B0D1-4CE8-869D-404B9173AA58}</Project>
-      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
     </ProjectReference>
     <ProjectReference Include="..\IBBoard\IBBoard.csproj">
+      <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
       <Name>IBBoard</Name>
-      <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
-      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
     </ProjectReference>
     <ProjectReference Include="..\SquishWrapper\SquishWrapper.csproj">
+      <Project>{92658179-ABF8-4BEA-AF6A-DF4F7F64945E}</Project>
       <Name>SquishWrapper</Name>
-      <Project>{92658179-ABF8-4BEA-AF6A-DF4F7F64945E}</Project>
-      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
     </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="AssemblyInfo.cs">
       <SubType>Code</SubType>
     </Compile>
-    <Compile Include="Converter.cs">
-      <SubType>Code</SubType>
-    </Compile>
     <Compile Include="DDSFile.cs">
       <SubType>Code</SubType>
     </Compile>
     <Compile Include="IconLoader.cs">
       <SubType>Code</SubType>
     </Compile>
+    <Compile Include="ImageConverter.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
@@ -123,4 +98,8 @@
     <PostBuildEvent>
     </PostBuildEvent>
   </PropertyGroup>
+  <ItemGroup>
+    <None Include="COPYING.GPL" />
+    <None Include="COPYING.LGPL" />
+  </ItemGroup>
 </Project>
\ No newline at end of file
--- a/IBBoard.Graphics.mdp	Tue Feb 17 12:15:20 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-<Project name="IBBoard.Graphics" fileversion="2.0" language="C#" DefaultNamespace="IBBoard.Graphics" clr-version="Net_1_1" targetFramework="2.0" ctype="DotNetProject">
-  <Configurations active="Debug">
-    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
-      <Output directory="bin/Debug/" assembly="IBBoard.Graphics" />
-      <Build debugmode="True" target="Library" />
-      <Execution runwithwarnings="False" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
-      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
-    </Configuration>
-    <Configuration name="Release" ctype="DotNetProjectConfiguration">
-      <Output directory="bin/Release/" assembly="IBBoard.Graphics" />
-      <Build debugmode="False" target="Library" />
-      <Execution runwithwarnings="False" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
-      <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="ImageConverter.cs" subtype="Code" buildaction="Compile" />
-    <File name="DDSFile.cs" subtype="Code" buildaction="Compile" />
-    <File name="IconLoader.cs" subtype="Code" buildaction="Compile" />
-    <File name="COPYING.GPL" subtype="Code" buildaction="Nothing" />
-    <File name="COPYING.LGPL" subtype="Code" buildaction="Nothing" />
-  </Contents>
-  <References>
-    <ProjectReference type="Project" localcopy="True" refto="IBBoard.Graphics.OpenILPort" />
-    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-    <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-    <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-    <ProjectReference type="Gac" localcopy="True" refto="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
-    <ProjectReference type="Project" localcopy="True" refto="IBBoard" />
-    <ProjectReference type="Project" localcopy="True" refto="SquishWrapper" />
-  </References>
-</Project>
\ No newline at end of file
Binary file IBBoard.Graphics.pidb has changed