view IBBoard.Ini.csproj @ 12:a243fade9c17

* Fix tooling version - we're 2.0 compatible, not 3.5 no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Wed, 26 Jan 2011 20:01:34 +0000
parents 1c36044114a3
children
line wrap: on
line source

<?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>
    <RootNamespace>IBBoard.Ini</RootNamespace>
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  </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>