Add watch-application initial Code
[platform/core/csapi/watch-application.git] / Tizen.Applications.WatchApplication / Tizen.Applications.WatchApplication.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     <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProductVersion>8.0.30703</ProductVersion>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{CC2AA967-232A-4A16-9B46-45F3FDB44E0D}</ProjectGuid>
10     <OutputType>Library</OutputType>
11     <AppDesignerFolder>Properties</AppDesignerFolder>
12     <RootNamespace>Tizen.Applications.WatchApplication</RootNamespace>
13     <AssemblyName>Tizen.Applications.WatchApplication</AssemblyName>
14     <FileAlignment>512</FileAlignment>
15     <DefaultLanguage>en-US</DefaultLanguage>
16   </PropertyGroup>
17   <PropertyGroup>
18     <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
19     <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>
20     <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
21     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
22     <NoStdLib>true</NoStdLib>
23     <NoWarn>$(NoWarn);1701</NoWarn>
24     <UseVSHostingProcess>false</UseVSHostingProcess>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
27     <DebugSymbols>true</DebugSymbols>
28     <DebugType>full</DebugType>
29     <Optimize>false</Optimize>
30     <OutputPath>bin\Debug\</OutputPath>
31     <DefineConstants>DEBUG;TRACE</DefineConstants>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>4</WarningLevel>
34   </PropertyGroup>
35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36     <DebugType>pdbonly</DebugType>
37     <Optimize>true</Optimize>
38     <OutputPath>bin\Release\</OutputPath>
39     <DefineConstants>TRACE</DefineConstants>
40     <ErrorReport>prompt</ErrorReport>
41     <WarningLevel>4</WarningLevel>
42   </PropertyGroup>
43   <PropertyGroup>
44     <SignAssembly>true</SignAssembly>
45   </PropertyGroup>
46   <PropertyGroup>
47     <AssemblyOriginatorKeyFile>Tizen.Applications.WatchApplication.snk</AssemblyOriginatorKeyFile>
48   </PropertyGroup>
49   <ItemGroup>
50     <None Include="Tizen.Applications.WatchApplication.project.json" />
51     <None Include="Tizen.Applications.WatchApplication.nuspec" />
52     <None Include="Tizen.Applications.WatchApplication.snk" />
53   </ItemGroup>
54   <ItemGroup>
55     <Compile Include="Interop\Interop.Libraries.cs" />
56     <Compile Include="Interop\Interop.Watch.cs" />
57     <Compile Include="Properties\AssemblyInfo.cs" />
58     <Compile Include="Tizen.Applications.CoreBackend\WatchCoreBackend.cs" />
59     <Compile Include="Tizen.Applications.CoreBackend\WatchEventType.cs" />
60     <Compile Include="Tizen.Applications\AmbientEventArgs.cs" />
61     <Compile Include="Tizen.Applications\AmbientTickType.cs" />
62     <Compile Include="Tizen.Applications\SafeWatchTimeHandle.cs" />
63     <Compile Include="Tizen.Applications\TimeEventArgs.cs" />
64     <Compile Include="Tizen.Applications\TimeTickResolution.cs" />
65     <Compile Include="Tizen.Applications\WatchApplication.cs" />
66     <Compile Include="Tizen.Applications\WatchTime.cs" />
67     <Compile Include="Tizen.Applications\WatchWindow.cs" />
68   </ItemGroup>
69   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71                 Other similar extension points exist, see Microsoft.Common.targets.
72         <Target Name="BeforeBuild">
73         </Target>
74         <Target Name="AfterBuild">
75         </Target>
76         -->
77   <PropertyGroup>
78     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
79                          https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
80                 -->
81     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
82                          properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
83                          to prevent it from outputting a warning (MSB3644).
84                 -->
85     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
86     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
87     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
88   </PropertyGroup>
89 </Project>