Fix build error
[platform/core/csapi/uix-stt.git] / Tizen.Uix.Stt / Tizen.Uix.Stt.Net45.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" 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     <ProjectGuid>{BF719F11-CDEA-4D04-A85B-4521A69E3614}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>Tizen.Uix</RootNamespace>
10     <AssemblyName>Tizen.Uix.Stt</AssemblyName>
11     <FileAlignment>512</FileAlignment>
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13   </PropertyGroup>
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15     <DebugSymbols>true</DebugSymbols>
16     <DebugType>full</DebugType>
17     <Optimize>false</Optimize>
18     <OutputPath>bin\Debug\Net45\</OutputPath>
19     <DefineConstants>DEBUG;TRACE</DefineConstants>
20     <ErrorReport>prompt</ErrorReport>
21     <WarningLevel>4</WarningLevel>
22     <Prefer32Bit>false</Prefer32Bit>
23   </PropertyGroup>
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25     <DebugType>pdbonly</DebugType>
26     <Optimize>true</Optimize>
27     <OutputPath>bin\Release\Net45\</OutputPath>
28     <DefineConstants>TRACE</DefineConstants>
29     <ErrorReport>prompt</ErrorReport>
30     <WarningLevel>4</WarningLevel>
31     <Prefer32Bit>false</Prefer32Bit>
32   </PropertyGroup>
33   <PropertyGroup>
34     <SignAssembly>true</SignAssembly>
35   </PropertyGroup>
36   <PropertyGroup>
37     <AssemblyOriginatorKeyFile>Tizen.Uix.Stt.snk</AssemblyOriginatorKeyFile>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="System" />
41     <Reference Include="System.Core" />
42     <Reference Include="System.Xml.Linq" />
43     <Reference Include="System.Data.DataSetExtensions" />
44     <Reference Include="Microsoft.CSharp" />
45     <Reference Include="System.Data" />
46     <Reference Include="System.Net.Http" />
47     <Reference Include="System.Xml" />
48   </ItemGroup>
49   <ItemGroup>
50     <Compile Include="Interop\Interop.Libraries.cs" />
51     <Compile Include="Interop\Interop.Stt.cs" />
52     <Compile Include="Properties\AssemblyInfo.cs" />
53     <Compile Include="Tizen.Uix.Stt\DefaultLanguageChangedEventArgs.cs" />
54     <Compile Include="Tizen.Uix.Stt\EngineChangedEventArgs.cs" />
55     <Compile Include="Tizen.Uix.Stt\ErrorOccuredEventArgs.cs" />
56     <Compile Include="Tizen.Uix.Stt\ExceptionFactory.cs" />
57     <Compile Include="Tizen.Uix.Stt\RecognitionResultEventArgs.cs" />
58     <Compile Include="Tizen.Uix.Stt\ResultTime.cs" />
59     <Compile Include="Tizen.Uix.Stt\StateChangedEventArgs.cs" />
60     <Compile Include="Tizen.Uix.Stt\SttClient.cs" />
61     <Compile Include="Tizen.Uix.Stt\SupportedEngine.cs" />
62   </ItemGroup>
63   <ItemGroup>
64     <None Include="Tizen.Uix.Stt.nuspec" />
65     <None Include="Tizen.Uix.Stt.Net45.project.json" />
66     <None Include="Tizen.Uix.Stt.snk" />
67   </ItemGroup>
68   <ItemGroup>
69     <ProjectReference Include="..\..\..\tizen\Tizen.Internals\Tizen.Internals.csproj">
70       <Project>{b9aa1cb2-f72d-4a30-a33b-a20c850a38a0}</Project>
71       <Name>Tizen.Internals</Name>
72     </ProjectReference>
73     <ProjectReference Include="..\..\..\tizen\Tizen\Tizen.csproj">
74       <Project>{7659ca59-410d-41a1-9841-586e88bc78c9}</Project>
75       <Name>Tizen</Name>
76     </ProjectReference>
77   </ItemGroup>
78   <Import Project="$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets" Condition="Exists('$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets')" />
79   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81        Other similar extension points exist, see Microsoft.Common.targets.
82   <Target Name="BeforeBuild">
83   </Target>
84   <Target Name="AfterBuild">
85   </Target>
86   -->
87 </Project>