Modification of GetResult API
[platform/core/csapi/uix-voice-control.git] / Tizen.Uix.VoiceControl / Tizen.Uix.VoiceControl.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>{23E28FF0-AA5F-457B-AD1C-AD42D5F59254}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>Tizen.Uix.VoiceControl</RootNamespace>
10     <AssemblyName>Tizen.Uix.VoiceControl</AssemblyName>
11     <FileAlignment>512</FileAlignment>
12   </PropertyGroup>
13   <PropertyGroup>
14     <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
15     <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>
16     <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
17     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
18     <NoStdLib>true</NoStdLib>
19     <NoWarn>$(NoWarn);1701;1702</NoWarn>
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <Optimize>false</Optimize>
25     <OutputPath>bin\Debug\</OutputPath>
26     <DefineConstants>DEBUG;TRACE</DefineConstants>
27     <ErrorReport>prompt</ErrorReport>
28     <WarningLevel>4</WarningLevel>
29     <Prefer32Bit>false</Prefer32Bit>
30   </PropertyGroup>
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32     <DebugType>pdbonly</DebugType>
33     <Optimize>true</Optimize>
34     <OutputPath>bin\Release\</OutputPath>
35     <DefineConstants>TRACE</DefineConstants>
36     <ErrorReport>prompt</ErrorReport>
37     <WarningLevel>4</WarningLevel>
38     <Prefer32Bit>false</Prefer32Bit>
39   </PropertyGroup>
40   <PropertyGroup>
41     <SignAssembly>true</SignAssembly>
42   </PropertyGroup>
43   <PropertyGroup>
44     <AssemblyOriginatorKeyFile>Tizen.Uix.VoiceControl.snk</AssemblyOriginatorKeyFile>
45   </PropertyGroup>
46   <ItemGroup>
47     <Compile Include="Interop\Interop.VoiceControl.cs" />
48     <Compile Include="Interop\Interop.Libraries.cs" />
49     <Compile Include="Interop\Interop.VoiceControlCommand.cs" />
50     <Compile Include="Properties\AssemblyInfo.cs" />
51     <Compile Include="Tizen.Uix.VoiceControl\RecognitionResult.cs" />
52     <Compile Include="Tizen.Uix.VoiceControl\VoiceCommand.cs" />
53     <Compile Include="Tizen.Uix.VoiceControl\VoiceCommandList.cs" />
54     <Compile Include="Tizen.Uix.VoiceControl\VoiceControlClient.cs" />
55     <Compile Include="Tizen.Uix.VoiceControl\CurrentLanguageChangedEventArgs.cs" />
56     <Compile Include="Tizen.Uix.VoiceControl\ErrorOccuredEventArgs.cs" />
57     <Compile Include="Tizen.Uix.VoiceControl\ExceptionFactory.cs" />
58     <Compile Include="Tizen.Uix.VoiceControl\RecognitionResultEventArgs.cs" />
59     <Compile Include="Tizen.Uix.VoiceControl\ServiceStateChangedEventArgs.cs" />
60     <Compile Include="Tizen.Uix.VoiceControl\StateChangedEventArgs.cs" />
61   </ItemGroup>
62   <ItemGroup>
63     <None Include="Tizen.Uix.VoiceControl.nuspec" />
64     <None Include="Tizen.Uix.VoiceControl.project.json" />
65     <None Include="Tizen.Uix.VoiceControl.snk" />
66   </ItemGroup>
67   <ItemGroup />
68   <ItemGroup>
69     <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
70   </ItemGroup>
71   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
73        Other similar extension points exist, see Microsoft.Common.targets.
74   <Target Name="BeforeBuild">
75   </Target>
76   <Target Name="AfterBuild">
77   </Target>
78   -->
79   <PropertyGroup>
80     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
81        https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
82     -->
83     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
84        properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
85        to prevent it from outputting a warning (MSB3644).
86     -->
87     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
88     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
89     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
90   </PropertyGroup>
91 </Project>