comparison 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
comparison
equal deleted inserted replaced
6:f6f726c92e56 7:35a7b6525bca
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{3BBDF326-7128-406C-85DF-EF049633E602}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 </PropertyGroup>
11 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
12 <DebugSymbols>true</DebugSymbols>
13 <DebugType>full</DebugType>
14 <Optimize>false</Optimize>
15 <OutputPath>bin\Debug</OutputPath>
16 <DefineConstants>DEBUG</DefineConstants>
17 <ErrorReport>prompt</ErrorReport>
18 <WarningLevel>4</WarningLevel>
19 <ConsolePause>false</ConsolePause>
20 <AssemblyName>IBBoard.Ini</AssemblyName>
21 <Execution>
22 <Execution clr-version="Net_2_0" />
23 </Execution>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>none</DebugType>
27 <Optimize>false</Optimize>
28 <OutputPath>bin\Release</OutputPath>
29 <ErrorReport>prompt</ErrorReport>
30 <WarningLevel>4</WarningLevel>
31 <ConsolePause>false</ConsolePause>
32 <AssemblyName>IBBoard</AssemblyName>
33 <Execution>
34 <Execution clr-version="Net_2_0" />
35 </Execution>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 </ItemGroup>
40 <ItemGroup>
41 <Compile Include="AssemblyInfo.cs" />
42 <Compile Include="IniFile.cs" />
43 <Compile Include="IniFileReader.cs" />
44 <Compile Include="IniSection.cs" />
45 <Compile Include="NonExistantIniSection.cs" />
46 <Compile Include="IniSectionParser.cs" />
47 <Compile Include="IniLineParser.cs" />
48 <Compile Include="InvalidIniSectionException.cs" />
49 <Compile Include="IniKeyValuePairLine.cs" />
50 <Compile Include="IIniLine.cs" />
51 <Compile Include="IniBlankLine.cs" />
52 <Compile Include="IniCommentLine.cs" />
53 <Compile Include="DuplicateIniLineException.cs" />
54 <Compile Include="DuplicateIniSectionException.cs" />
55 </ItemGroup>
56 <ItemGroup>
57 <None Include="COPYING.LGPL" />
58 <None Include="COPYING.GPL" />
59 </ItemGroup>
60 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
61 </Project>