Remove conflict between namespace and class name
[platform/core/csapi/tizenfx.git] / Tizen.Uix / Tizen.Uix-Tts.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>{B5D7024D-26B7-47F7-8F6A-550FF65B0B74}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>Tizen.Uix</RootNamespace>
10     <AssemblyName>Tizen.Uix-Tts</AssemblyName>
11     <FileAlignment>512</FileAlignment>
12   </PropertyGroup>
13   <PropertyGroup>
14     <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
15     <TargetFrameworkVersion>v1.6</TargetFrameworkVersion>
16     <NuGetTargetMoniker>.NETStandard,Version=v1.6</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-Tts.snk</AssemblyOriginatorKeyFile>
45   </PropertyGroup>
46   <PropertyGroup>
47     <DelaySign>false</DelaySign>
48   </PropertyGroup>
49   <ItemGroup>
50     <Compile Include="Interop\Interop.Libraries.cs" />
51     <Compile Include="Interop\Interop.Tts.cs" />
52     <Compile Include="Properties\AssemblyInfo.cs" />
53     <Compile Include="Tizen.Uix.Tts\DefaultVoiceChangedEventArgs.cs" />
54     <Compile Include="Tizen.Uix.Tts\SpeedRange.cs" />
55     <Compile Include="Tizen.Uix.Tts\SupportedVoice.cs" />
56     <Compile Include="Tizen.Uix.Tts\EngineChangedEventArgs.cs" />
57     <Compile Include="Tizen.Uix.Tts\ErrorOccuredEventArgs.cs" />
58     <Compile Include="Tizen.Uix.Tts\ExceptionFactory.cs" />
59     <Compile Include="Tizen.Uix.Tts\TtsClient.cs" />
60     <Compile Include="Tizen.Uix.Tts\StateChangedEventArgs.cs" />
61     <Compile Include="Tizen.Uix.Tts\UtteranceEventArgs.cs" />
62   </ItemGroup>
63   <ItemGroup>
64     <None Include="Tizen.Uix-Tts.nuspec" />
65     <None Include="Tizen.Uix-Tts.project.json" />
66     <None Include="Tizen.Uix-Tts.snk" />
67   </ItemGroup>
68   <ItemGroup />
69   <ItemGroup>
70     <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
71   </ItemGroup>
72   <Import Project="$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets" Condition="Exists('$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets')" />
73   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
75        Other similar extension points exist, see Microsoft.Common.targets.
76   <Target Name="BeforeBuild">
77   </Target>
78   <Target Name="AfterBuild">
79   </Target>
80   -->
81   <PropertyGroup>
82     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
83        https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
84     -->
85     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
86        properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
87        to prevent it from outputting a warning (MSB3644).
88     -->
89     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
90     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
91     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
92   </PropertyGroup>
93 </Project>