Add key file into project
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.Badge / Tizen.Applications.Badge.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>\r
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
7     <ProductVersion>8.0.30703</ProductVersion>\r
8     <SchemaVersion>2.0</SchemaVersion>\r
9     <ProjectGuid>{A667ADA4-E7DB-4E45-9D31-491024750EE1}</ProjectGuid>\r
10     <OutputType>Library</OutputType>\r
11     <AppDesignerFolder>Properties</AppDesignerFolder>\r
12     <RootNamespace>Tizen.Applications.Badge</RootNamespace>\r
13     <AssemblyName>Tizen.Applications.Badge</AssemblyName>\r
14     <FileAlignment>512</FileAlignment>\r
15     <DefaultLanguage>en-US</DefaultLanguage>\r
16   </PropertyGroup>\r
17   <PropertyGroup>\r
18     <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>\r
19     <TargetFrameworkVersion>v1.6</TargetFrameworkVersion>\r
20     <NuGetTargetMoniker>.NETStandard,Version=v1.6</NuGetTargetMoniker>\r
21     <TargetFrameworkMoniker>.NETStandard,Version=v1.6</TargetFrameworkMoniker>\r
22     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
23     <NoStdLib>true</NoStdLib>\r
24     <NoWarn>$(NoWarn);1701</NoWarn>\r
25     <UseVSHostingProcess>false</UseVSHostingProcess>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
28     <DebugSymbols>true</DebugSymbols>\r
29     <DebugType>full</DebugType>\r
30     <Optimize>false</Optimize>\r
31     <OutputPath>bin\Debug\</OutputPath>\r
32     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
33     <ErrorReport>prompt</ErrorReport>\r
34     <WarningLevel>4</WarningLevel>\r
35   </PropertyGroup>\r
36   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
37     <DebugType>pdbonly</DebugType>\r
38     <Optimize>true</Optimize>\r
39     <OutputPath>bin\Release\</OutputPath>\r
40     <DefineConstants>TRACE</DefineConstants>\r
41     <ErrorReport>prompt</ErrorReport>\r
42     <WarningLevel>4</WarningLevel>\r
43   </PropertyGroup>\r
44   <PropertyGroup>\r
45     <SignAssembly>true</SignAssembly>\r
46   </PropertyGroup>\r
47   <PropertyGroup>\r
48     <AssemblyOriginatorKeyFile>Tizen.Applications.Badge.snk</AssemblyOriginatorKeyFile>\r
49   </PropertyGroup>\r
50   <ItemGroup>\r
51     <None Include="Tizen.Applications.Badge.project.json" />\r
52     <None Include="Tizen.Applications.Badge.nuspec" />\r
53     <None Include="Tizen.Applications.Badge.snk" />\r
54   </ItemGroup>\r
55   <ItemGroup>\r
56     <Compile Include="Interop\Interop.Badge.cs" />\r
57     <Compile Include="Interop\Interop.Libraries.cs" />\r
58     <Compile Include="Properties\AssemblyInfo.cs" />\r
59     <Compile Include="Tizen.Applications\Badge.cs" />\r
60     <Compile Include="Tizen.Applications\BadgeControl.cs" />\r
61     <Compile Include="Tizen.Applications\BadgeEventArgs.cs" />\r
62   </ItemGroup>\r
63   <ItemGroup />\r
64   <Import Project="$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets" Condition="Exists('$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets')" />\r
65   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
66   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.\r
67        Other similar extension points exist, see Microsoft.Common.targets.\r
68   <Target Name="BeforeBuild">\r
69   </Target>\r
70   <Target Name="AfterBuild">\r
71   </Target>\r
72   -->\r
73   <PropertyGroup>\r
74     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and\r
75                          https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild\r
76                 -->\r
77     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two\r
78                          properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and\r
79                          to prevent it from outputting a warning (MSB3644).\r
80                 -->\r
81     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>\r
82     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
83     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
84   </PropertyGroup>\r
85   <!-- Include tasks for Tizen -->\r
86   <PropertyGroup>\r
87     <TizenBuildPath>$(MSBuildExtensionsPath)\Tizen</TizenBuildPath>\r
88     <TizenToolsPath>$(TizenBuildPath)\bin</TizenToolsPath>\r
89   </PropertyGroup>\r
90   <UsingTask TaskName="Tizen.Tasks.SignPackage.TizenCleanPackageSource" AssemblyFile="$(TizenToolsPath)\Tizen.Tasks.SignPackage.dll" />\r
91   <UsingTask TaskName="Tizen.Tasks.SignPackage.TizenPreparePackageManifest" AssemblyFile="$(TizenToolsPath)\Tizen.Tasks.SignPackage.dll" />\r
92   <UsingTask TaskName="Tizen.Tasks.SignPackage.TizenPreparePackageSource" AssemblyFile="$(TizenToolsPath)\Tizen.Tasks.SignPackage.dll" />\r
93   <UsingTask TaskName="Tizen.Tasks.SignPackage.TizenSignPackage" AssemblyFile="$(TizenToolsPath)\Tizen.Tasks.SignPackage.dll" />\r
94   <!-- Task to clean package source -->\r
95   <Target Name="_TizenCleanPkgSrc">\r
96     <TizenCleanPackageSource SolutionPath="$(SolutionPath)" ProjectPath="$(MSBuildProjectFullPath)" />\r
97   </Target>\r
98   <!-- Task to prepare tizen-manifest.xml file -->\r
99   <Target Name="_TizenPrepManifest">\r
100     <TizenPreparePackageManifest SolutionPath="$(SolutionPath)" ProjectPath="$(MSBuildProjectFullPath)" />\r
101   </Target>\r
102   <!-- Task to prepare package sources(executable, dlls, resource files) -->\r
103   <Target Name="_TizenPrepPkgSrc">\r
104     <TizenPreparePackageSource SolutionPath="$(SolutionPath)" ProjectPath="$(MSBuildProjectFullPath)" AssemblyName="$(AssemblyName)" TargetPath="$(TargetPath)" />\r
105   </Target>\r
106   <!-- Task to signing and packaging -->\r
107   <Target Name="_TizenSignPackge">\r
108     <TizenSignPackage SolutionPath="$(SolutionPath)" ProjectPath="$(MSBuildProjectFullPath)" SolutionName="$(SolutionName)" AuthorCertificate="$(AuthorCertificate)" AuthorPasswd="$(AuthorPasswd)" DistribCertificate="$(DistribCertificate)" DistribPasswd="$(DistribPasswd)" />\r
109   </Target>\r
110 </Project>\r