Use src/Directory.Build.props
[platform/core/csapi/tizenfx.git] / src / Tizen.Pims.Calendar / Tizen.Pims.Calendar.csproj
index 84f6106..11cd4a8 100644 (file)
@@ -1,94 +1,12 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project Sdk="Microsoft.NET.Sdk">
+
   <PropertyGroup>
-    <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{98DD51D2-9332-47AA-B4EA-D1DB7E71C395}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Tizen.Pims.Calendar</RootNamespace>
-    <AssemblyName>Tizen.Pims.Calendar</AssemblyName>
-    <FileAlignment>512</FileAlignment>
-    <DefaultLanguage>en-US</DefaultLanguage>
+    <TargetFramework>netstandard1.6</TargetFramework>
   </PropertyGroup>
-  <PropertyGroup>
-    <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>
-    <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
-    <NoStdLib>true</NoStdLib>
-    <NoWarn>$(NoWarn);1701</NoWarn>
-    <UseVSHostingProcess>false</UseVSHostingProcess>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <ItemGroup>
-    <None Include="Tizen.Pims.Calendar.project.json" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Interop\Interop.Calendar.Vcalendar.cs" />
-    <Compile Include="Interop\Interop.Calendar.Reminder.cs" />
-    <Compile Include="Interop\Interop.Calendar.Record.cs" />
-    <Compile Include="Interop\Interop.Calendar.Query.cs" />
-    <Compile Include="Interop\Interop.Calendar.List.cs" />
-    <Compile Include="Interop\Interop.Calendar.Filter.cs" />
-    <Compile Include="Interop\Interop.Calendar.Database.cs" />
-    <Compile Include="Interop\Interop.Calendar.Service.cs" />
-    <Compile Include="Interop\Interop.Calendar.Libraries.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tizen.Pims.Calendar\CalendarDatabase.cs" />
-    <Compile Include="Tizen.Pims.Calendar\CalendarFilter.cs" />
-    <Compile Include="Tizen.Pims.Calendar\CalendarList.cs" />
-    <Compile Include="Tizen.Pims.Calendar\CalendarManager.cs" />
-    <Compile Include="Tizen.Pims.Calendar\CalendarRecord.cs" />
-    <Compile Include="Tizen.Pims.Calendar\CalendarReminder.cs" />
-    <Compile Include="Tizen.Pims.Calendar\CalendarTypes.cs" />
-    <Compile Include="Tizen.Pims.Calendar\CalendarVcalendar.cs" />
-    <Compile Include="Tizen.Pims.Calendar\CalendarViews.cs" />
-    <Compile Include="Tizen.Pims.Calendar\CalendarQuery.cs" />
-    <Compile Include="Tizen.Pims.Calendar\CalendarStructs.cs" />
-    <Compile Include="Tizen.Pims.Calendar\CalendarErrorFactory.cs" />
-    <Compile Include="Tizen.Pims.Calendar\ReminderEventArgs.cs" />
-  </ItemGroup>
+
   <ItemGroup>
-    <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
+    <ProjectReference Include="..\Tizen\Tizen.csproj" />
+    <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
-               Other similar extension points exist, see Microsoft.Common.targets.
-       <Target Name="BeforeBuild">
-       </Target>
-       <Target Name="AfterBuild">
-       </Target>
-       -->
-  <PropertyGroup>
-    <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
-                        https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
-               -->
-    <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
-                        properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
-                        to prevent it from outputting a warning (MSB3644).
-               -->
-    <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
-    <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
-    <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
-  </PropertyGroup>
-</Project>
\ No newline at end of file
+
+</Project>