Tizen 2.1 base
[external/enchant.git] / unittests / Enchant.Net.Tests / Enchant.Net.Tests.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{518F02B2-A542-44B3-A10D-CA8144268077}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Enchant.Tests</RootNamespace>\r
11     <AssemblyName>Enchant.Net.Tests</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>true</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>false</Optimize>\r
17     <OutputPath>..\..\bin\Debug\</OutputPath>\r
18     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
23     <DebugType>pdbonly</DebugType>\r
24     <Optimize>true</Optimize>\r
25     <OutputPath>..\..\bin\Release\</OutputPath>\r
26     <DefineConstants>TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <ItemGroup>\r
31     <Reference Include="nunit.framework, Version=2.4.1.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">\r
32       <SpecificVersion>False</SpecificVersion>\r
33     </Reference>\r
34     <Reference Include="System" />\r
35   </ItemGroup>\r
36   <ItemGroup>\r
37     <Compile Include="BrokerTests.cs" />\r
38     <Compile Include="DictionaryTests.cs" />\r
39     <Compile Include="Properties\AssemblyInfo.cs" />\r
40   </ItemGroup>\r
41   <ItemGroup>\r
42     <ProjectReference Include="..\..\src\bindings\Enchant.Net\Enchant.Net.csproj">\r
43       <Project>{249A514E-7212-485B-86D0-E0ACB8967A4C}</Project>\r
44       <Name>Enchant.Net</Name>\r
45     </ProjectReference>\r
46   </ItemGroup>\r
47   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
48   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
49        Other similar extension points exist, see Microsoft.Common.targets.\r
50   <Target Name="BeforeBuild">\r
51   </Target>\r
52   <Target Name="AfterBuild">\r
53   </Target>\r
54   -->\r
55   <PropertyGroup>\r
56     <PreBuildEvent>\r
57     </PreBuildEvent>\r
58   </PropertyGroup>\r
59 </Project>