changeset 7:35a7b6525bca

Re #10 - Convert to .csproj files * Remove .mdp from IBBoard.Ini and add .csproj file
author IBBoard <dev@ibboard.co.uk>
date Tue, 17 Feb 2009 15:27:03 +0000
parents f6f726c92e56
children 2bba3fb360ed
files IBBoard.Ini.csproj IBBoard.Ini.mdp
diffstat 2 files changed, 61 insertions(+), 38 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/IBBoard.Ini.csproj	Tue Feb 17 15:27:03 2009 +0000
@@ -0,0 +1,61 @@
+<?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>{3BBDF326-7128-406C-85DF-EF049633E602}</ProjectGuid>
+    <OutputType>Library</OutputType>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug</OutputPath>
+    <DefineConstants>DEBUG</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <ConsolePause>false</ConsolePause>
+    <AssemblyName>IBBoard.Ini</AssemblyName>
+    <Execution>
+      <Execution clr-version="Net_2_0" />
+    </Execution>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>none</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Release</OutputPath>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <ConsolePause>false</ConsolePause>
+    <AssemblyName>IBBoard</AssemblyName>
+    <Execution>
+      <Execution clr-version="Net_2_0" />
+    </Execution>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="AssemblyInfo.cs" />
+    <Compile Include="IniFile.cs" />
+    <Compile Include="IniFileReader.cs" />
+    <Compile Include="IniSection.cs" />
+    <Compile Include="NonExistantIniSection.cs" />
+    <Compile Include="IniSectionParser.cs" />
+    <Compile Include="IniLineParser.cs" />
+    <Compile Include="InvalidIniSectionException.cs" />
+    <Compile Include="IniKeyValuePairLine.cs" />
+    <Compile Include="IIniLine.cs" />
+    <Compile Include="IniBlankLine.cs" />
+    <Compile Include="IniCommentLine.cs" />
+    <Compile Include="DuplicateIniLineException.cs" />
+    <Compile Include="DuplicateIniSectionException.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="COPYING.LGPL" />
+    <None Include="COPYING.GPL" />
+  </ItemGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+</Project>
\ No newline at end of file
--- a/IBBoard.Ini.mdp	Sun Jan 25 14:54:25 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-<Project name="IBBoard.Ini" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
-  <Configurations active="Debug">
-    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
-      <Output directory="bin/Debug" assembly="IBBoard.Ini" />
-      <Build debugmode="True" target="Library" />
-      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
-      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
-    </Configuration>
-    <Configuration name="Release" ctype="DotNetProjectConfiguration">
-      <Output directory="bin/Release" assembly="IBBoard" />
-      <Build debugmode="False" target="Library" />
-      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
-      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
-    </Configuration>
-  </Configurations>
-  <Contents>
-    <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
-    <File name="IniFile.cs" subtype="Code" buildaction="Compile" />
-    <File name="IniFileReader.cs" subtype="Code" buildaction="Compile" />
-    <File name="IniSection.cs" subtype="Code" buildaction="Compile" />
-    <File name="COPYING.LGPL" subtype="Code" buildaction="Nothing" />
-    <File name="COPYING.GPL" subtype="Code" buildaction="Nothing" />
-    <File name="NonExistantIniSection.cs" subtype="Code" buildaction="Compile" />
-    <File name="IniSectionParser.cs" subtype="Code" buildaction="Compile" />
-    <File name="IniLineParser.cs" subtype="Code" buildaction="Compile" />
-    <File name="InvalidIniSectionException.cs" subtype="Code" buildaction="Compile" />
-    <File name="IniKeyValuePairLine.cs" subtype="Code" buildaction="Compile" />
-    <File name="IIniLine.cs" subtype="Code" buildaction="Compile" />
-    <File name="IniBlankLine.cs" subtype="Code" buildaction="Compile" />
-    <File name="IniCommentLine.cs" subtype="Code" buildaction="Compile" />
-    <File name="DuplicateIniLineException.cs" subtype="Code" buildaction="Compile" />
-    <File name="DuplicateIniSectionException.cs" subtype="Code" buildaction="Compile" />
-  </Contents>
-  <References>
-    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
-  </References>
-  <GtkDesignInfo />
-</Project>
\ No newline at end of file