Mercurial > repos > IBBoard.Ini
view IBBoard.Ini.csproj @ 11:1c36044114a3
* Set default namespace
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 21 Aug 2010 10:05:54 +0000 |
parents | 35a7b6525bca |
children | a243fade9c17 |
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> </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>