Tizen 2.1 base
[external/enchant.git] / src / bindings / Enchant.Net / Enchant.Net.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>{249A514E-7212-485B-86D0-E0ACB8967A4C}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Enchant</RootNamespace>\r
11     <AssemblyName>Enchant.Net</AssemblyName>\r
12     <RunPostBuildEvent>Always</RunPostBuildEvent>\r
13   </PropertyGroup>\r
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
15     <DebugSymbols>true</DebugSymbols>\r
16     <DebugType>full</DebugType>\r
17     <Optimize>false</Optimize>\r
18     <OutputPath>..\..\..\bin\Debug\</OutputPath>\r
19     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
20     <ErrorReport>prompt</ErrorReport>\r
21     <WarningLevel>4</WarningLevel>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
24     <DebugType>pdbonly</DebugType>\r
25     <Optimize>true</Optimize>\r
26     <OutputPath>..\..\..\bin\Release\</OutputPath>\r
27     <DefineConstants>TRACE</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <ItemGroup>\r
32     <Reference Include="System" />\r
33   </ItemGroup>\r
34   <ItemGroup>\r
35     <Compile Include="Broker.cs" />\r
36     <Compile Include="Dictionary.cs" />\r
37     <Compile Include="Bindings.cs" />\r
38     <Compile Include="DictionaryInfo.cs" />\r
39     <Compile Include="Properties\AssemblyInfo.cs" />\r
40     <Compile Include="ProviderInfo.cs" />\r
41     <Compile Include="SafeBrokerHandle.cs" />\r
42     <Compile Include="SafeDictionaryHandle.cs" />\r
43     <Compile Include="Utf8Marshaller.cs" />\r
44   </ItemGroup>\r
45   <ItemGroup>\r
46     <None Include="App.config" />\r
47   </ItemGroup>\r
48   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
49   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
50        Other similar extension points exist, see Microsoft.Common.targets.\r
51   <Target Name="BeforeBuild">\r
52   </Target>\r
53   <Target Name="AfterBuild">\r
54   </Target>\r
55   -->\r
56   <PropertyGroup>\r
57     <PostBuildEvent>\r
58     </PostBuildEvent>\r
59     <PreBuildEvent>\r
60     </PreBuildEvent>\r
61   </PropertyGroup>\r
62 </Project>