diff IBBoard.Ini.csproj @ 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
children 1c36044114a3
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