changeset 3:6e0d34fefe0a

Re #10 - Migrate to .csproj files * Migrate IBBoard.Windows.Forms to .csproj and remove .mdp file * Remove PIDB file from source control * Remove empty resources
author IBBoard <dev@ibboard.co.uk>
date Tue, 17 Feb 2009 14:56:37 +0000
parents b829a3320688
children 1acdb0aff4a7
files IBBoardWF.csproj IBBoardWF.mdp IBBoardWF.pidb Windows/Forms/ColorableStatusBarPanel.resources Windows/Forms/IBBLabel.resources Windows/Forms/IBBMenuItem.resources
diffstat 3 files changed, 10 insertions(+), 70 deletions(-) [+]
line wrap: on
line diff
--- a/IBBoardWF.csproj	Sat Dec 27 18:33:01 2008 +0000
+++ b/IBBoardWF.csproj	Tue Feb 17 14:56:37 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\IBBoardWF\bin\Debug\</OutputPath>
-    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+    <OutputPath>bin\Debug\</OutputPath>
     <BaseAddress>285212672</BaseAddress>
-    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
@@ -39,60 +38,38 @@
     </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.Windows.Forms">
-      <Name>System.Windows.Forms</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.Windows.Forms" />
+    <Reference Include="System.Xml" />
     <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>
   </ItemGroup>
   <ItemGroup>
@@ -124,6 +101,7 @@
     <Compile Include="Windows\Forms\ListViewColumnSorter.cs">
       <SubType>Code</SubType>
     </Compile>
+    <Compile Include="Windows\Forms\I18N\ControlTranslator.cs" />
     <EmbeddedResource Include="Windows\Forms\ColorableStatusBar.resx">
       <DependentUpon>ColorableStatusBar.cs</DependentUpon>
     </EmbeddedResource>
--- a/IBBoardWF.mdp	Sat Dec 27 18:33:01 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-<Project name="IBBoardWF" fileversion="2.0" DefaultNamespace="IBBoard" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
-  <Configurations active="Debug">
-    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
-      <Output directory="bin/Debug/" assembly="IBBoardWF" />
-      <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="IBBoardWF" />
-      <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="Windows/Forms/ColorableStatusBar.cs" subtype="Code" buildaction="Compile" />
-    <File name="Windows/Forms/ColorableStatusBarPanel.cs" subtype="Code" buildaction="Compile" />
-    <File name="Windows/Forms/ColorableStatusBarPanel.resx" subtype="Code" buildaction="EmbedAsResource" dependson="ColorableStatusBarPanel.cs" resource_id="IBBoard.Windows.Forms.ColorableStatusBarPanel.resources" />
-    <File name="Windows/Forms/IBBButton.cs" subtype="Code" buildaction="Compile" />
-    <File name="Windows/Forms/IBBForm.cs" subtype="Code" buildaction="Compile" />
-    <File name="Windows/Forms/IBBLabel.cs" subtype="Code" buildaction="Compile" />
-    <File name="Windows/Forms/IBBLabel.resx" subtype="Code" buildaction="EmbedAsResource" dependson="IBBLabel.cs" resource_id="IBBoard.Windows.Forms.IBBLabel.resources" />
-    <File name="Windows/Forms/IBBMenuItem.cs" subtype="Code" buildaction="Compile" />
-    <File name="Windows/Forms/IBBMenuItem.resx" subtype="Code" buildaction="EmbedAsResource" dependson="IBBMenuItem.cs" resource_id="IBBoard.Windows.Forms.IBBMenuItem.resources" />
-    <File name="Windows/Forms/IBBToolBarButton.cs" subtype="Code" buildaction="Compile" />
-    <File name="Windows/Forms/ListViewColumnSorter.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="Gac" localcopy="True" refto="System.Data, 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="Gac" localcopy="True" refto="System.Windows.Forms, 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="Project" localcopy="True" refto="IBBoard" />
-  </References>
-</Project>
\ No newline at end of file
Binary file IBBoardWF.pidb has changed