Rename .bzrignore to .gitignore.
[jelmer/ftdi-cil.git] / ftdi-test.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <ProjectGuid>{1DF42224-FE39-4238-B773-18B774E35A25}</ProjectGuid>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6   </PropertyGroup>
7   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
8     <OutputType>Exe</OutputType>
9     <AssemblyName>ftdi-test</AssemblyName>
10     <OutputPath>./bin/Debug</OutputPath>
11     <DebugSymbols>True</DebugSymbols>
12     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
13     <Optimize>True</Optimize>
14     <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
15     <DefineConstants>
16     </DefineConstants>
17     <WarningLevel>4</WarningLevel>
18   </PropertyGroup>
19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
20     <OutputType>Exe</OutputType>
21     <AssemblyName>ftdi-test</AssemblyName>
22     <OutputPath>./bin/Release</OutputPath>
23     <DebugSymbols>False</DebugSymbols>
24     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
25     <Optimize>True</Optimize>
26     <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
27     <DefineConstants>
28     </DefineConstants>
29     <WarningLevel>4</WarningLevel>
30   </PropertyGroup>
31   <ItemGroup>
32     <Reference Include="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
33   </ItemGroup>
34   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
35   <ItemGroup>
36     <ProjectReference Include="./ftdi-cil.csproj">
37       <Project>{C495D631-4E51-4D41-859F-B7CC882408FA}</Project>
38       <Name>ftdi-cil</Name>
39     </ProjectReference>
40   </ItemGroup>
41   <ItemGroup>
42     <Compile Include="./ftdi-test.cs" />
43   </ItemGroup>
44 </Project>