Use src/Directory.Build.props 44/147444/1
authorWonyoung Choi <wy80.choi@samsung.com>
Mon, 4 Sep 2017 10:02:26 +0000 (19:02 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Mon, 4 Sep 2017 10:04:05 +0000 (19:04 +0900)
Use src/Directory.Build.props instead of importing build/common.props
directly. Directory.Build.props will be imported before each csproj.

see https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build

Change-Id: I73debb1ecc9b6f1d1706b27a062c963af7db5165

87 files changed:
build/common.props
build/common.targets [deleted file]
src/Directory.Build.props [new file with mode: 0644]
src/ElmSharp.Wearable/ElmSharp.Wearable.csproj
src/ElmSharp/ElmSharp.csproj
src/Tizen.Account.AccountManager/Tizen.Account.AccountManager.csproj
src/Tizen.Account.FidoClient/Tizen.Account.FidoClient.csproj
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.csproj
src/Tizen.Account.SyncManager/Tizen.Account.SyncManager.csproj
src/Tizen.Applications.Alarm/Tizen.Applications.Alarm.csproj
src/Tizen.Applications.AttachPanel/Tizen.Applications.AttachPanel.csproj
src/Tizen.Applications.Badge/Tizen.Applications.Badge.csproj
src/Tizen.Applications.Common/Tizen.Applications.Common.csproj
src/Tizen.Applications.DataControl/Tizen.Applications.DataControl.csproj
src/Tizen.Applications.MessagePort/Tizen.Applications.MessagePort.csproj
src/Tizen.Applications.Notification/Tizen.Applications.Notification.csproj
src/Tizen.Applications.NotificationEventListener/Tizen.Applications.NotificationEventListener.csproj
src/Tizen.Applications.PackageManager/Tizen.Applications.PackageManager.csproj
src/Tizen.Applications.Preference/Tizen.Applications.Preference.csproj
src/Tizen.Applications.RemoteView/Tizen.Applications.RemoteView.csproj
src/Tizen.Applications.Service/Tizen.Applications.Service.csproj
src/Tizen.Applications.ToastMessage/Tizen.Applications.ToastMessage.csproj
src/Tizen.Applications.UI/Tizen.Applications.UI.csproj
src/Tizen.Applications.WatchApplication/Tizen.Applications.WatchApplication.csproj
src/Tizen.Applications.WidgetApplication/Tizen.Applications.WidgetApplication.csproj
src/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.csproj
src/Tizen.CallManager/Tizen.CallManager.csproj
src/Tizen.Content.Download/Tizen.Content.Download.csproj
src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.csproj
src/Tizen.Content.MimeType/Tizen.Content.MimeType.csproj
src/Tizen.Context/Tizen.Context.csproj
src/Tizen.Convergence/Tizen.Convergence.csproj
src/Tizen.Location.Geofence/Tizen.Location.Geofence.csproj
src/Tizen.Location/Tizen.Location.csproj
src/Tizen.Log/Tizen.Log.csproj
src/Tizen.Maps/Tizen.Maps.csproj
src/Tizen.Messaging.Push/Tizen.Messaging.Push.csproj
src/Tizen.Messaging/Tizen.Messaging.csproj
src/Tizen.Multimedia.AudioIO/Tizen.Multimedia.AudioIO.csproj
src/Tizen.Multimedia.Camera/Tizen.Multimedia.Camera.csproj
src/Tizen.Multimedia.MediaCodec/Tizen.Multimedia.MediaCodec.csproj
src/Tizen.Multimedia.MediaPlayer/Tizen.Multimedia.MediaPlayer.csproj
src/Tizen.Multimedia.Metadata/Tizen.Multimedia.Metadata.csproj
src/Tizen.Multimedia.Radio/Tizen.Multimedia.Radio.csproj
src/Tizen.Multimedia.Recorder/Tizen.Multimedia.Recorder.csproj
src/Tizen.Multimedia.Remoting/Tizen.Multimedia.Remoting.csproj
src/Tizen.Multimedia.StreamRecorder/Tizen.Multimedia.StreamRecorder.csproj
src/Tizen.Multimedia.Util/Tizen.Multimedia.Util.csproj
src/Tizen.Multimedia.Vision/Tizen.Multimedia.Vision.csproj
src/Tizen.Multimedia/Tizen.Multimedia.csproj
src/Tizen.NUI/Tizen.NUI.csproj
src/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.csproj
src/Tizen.Network.Connection/Tizen.Network.Connection.csproj
src/Tizen.Network.IoTConnectivity/Tizen.Network.IoTConnectivity.csproj
src/Tizen.Network.Mtp/Tizen.Network.Mtp.csproj
src/Tizen.Network.Nfc/Tizen.Network.Nfc.csproj
src/Tizen.Network.Nsd/Tizen.Network.Nsd.csproj
src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.csproj
src/Tizen.Network.WiFi/Tizen.Network.WiFi.csproj
src/Tizen.Network.WiFiDirect/Tizen.Network.WiFiDirect.csproj
src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.csproj
src/Tizen.Pims.Calendar/Tizen.Pims.Calendar.csproj
src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.csproj
src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.csproj
src/Tizen.Security.TEEC/Tizen.Security.TEEC.csproj
src/Tizen.Security/Tizen.Security.csproj
src/Tizen.Sensor/Tizen.Sensor.csproj
src/Tizen.System.Feedback/Tizen.System.Feedback.csproj
src/Tizen.System.Information/Tizen.System.Information.csproj
src/Tizen.System.MediaKey/Tizen.System.MediaKey.csproj
src/Tizen.System.PlatformConfig/Tizen.System.PlatformConfig.csproj
src/Tizen.System.Storage/Tizen.System.Storage.csproj
src/Tizen.System.SystemSettings/Tizen.System.SystemSettings.csproj
src/Tizen.System/Tizen.System.csproj
src/Tizen.Tapi/Tizen.Tapi.csproj
src/Tizen.Telephony/Tizen.Telephony.csproj
src/Tizen.Tracer/Tizen.Tracer.csproj
src/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod.csproj
src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj
src/Tizen.Uix.Stt/Tizen.Uix.Stt.csproj
src/Tizen.Uix.SttEngine/Tizen.Uix.SttEngine.csproj
src/Tizen.Uix.Tts/Tizen.Uix.Tts.csproj
src/Tizen.Uix.TtsEngine/Tizen.Uix.TtsEngine.csproj
src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.csproj
src/Tizen.WebView/Tizen.WebView.csproj
src/Tizen/Tizen.csproj
tools/module.csproj.template

index 1d154e40bdd457a0761b3ed267a220dfe7cee92c..3df5a7499292996c6168709ec497062398190632 100644 (file)
@@ -4,7 +4,7 @@
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <GenerateDocumentationFile>True</GenerateDocumentationFile>
     <GenerateDependencyFile>False</GenerateDependencyFile>
-    <NoWarn>$(NoWarn);1570;1591</NoWarn>
+    <NoWarn>$(NoWarn);1570;1587;1591</NoWarn>
   </PropertyGroup>
 
   <PropertyGroup>
diff --git a/build/common.targets b/build/common.targets
deleted file mode 100644 (file)
index 4de98b5..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<Project>
-
-</Project>
\ No newline at end of file
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
new file mode 100644 (file)
index 0000000..0faa38c
--- /dev/null
@@ -0,0 +1,5 @@
+<Project>
+
+       <Import Project="$(MSBuildThisFileDirectory)..\build\common.props" />
+
+</Project>
\ No newline at end of file
index 5efcc98d348789f0a3b0700913856c7621f9e90c..fb34d39120a5d9c21a8b04781a8158bed16b8182 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 88c3f818ee0aa52d8c29cdbbcaebb7b276c38f0d..e73da10c06e0dcb71548fc65c2c8af6545f02fd2 100644 (file)
@@ -1,9 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
   </PropertyGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index a552e3fc9a2a6e3c48938792a10200118439bad1..8e139d27aca717d7bdd7585ef46b4aff0cdca5c1 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -12,5 +11,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 42d8c2cd7be9d0a64add5345666d3bcd52c06f24..f4fddda137dc355996ee0453a0d5643653630025 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Applications.Notification\Tizen.Applications.Notification.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 99f4360cc5c26da6c5d6e49fa715d2cd266853ad..8ab0f7062f49cce64803a4d63605ffc9a262a4b5 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 0e326effbb837e5495aaa223e63a259b5805d11d..82cc77fcdf328c539a6926c37f730f6a70304f7a 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -14,5 +13,4 @@
     <PackageReference Include="System.Threading.Thread" Version="$(SystemPackageVersion)" PrivateAssets="All" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 99f4360cc5c26da6c5d6e49fa715d2cd266853ad..8ab0f7062f49cce64803a4d63605ffc9a262a4b5 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 99f4360cc5c26da6c5d6e49fa715d2cd266853ad..8ab0f7062f49cce64803a4d63605ffc9a262a4b5 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 99f4360cc5c26da6c5d6e49fa715d2cd266853ad..8ab0f7062f49cce64803a4d63605ffc9a262a4b5 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 99f4360cc5c26da6c5d6e49fa715d2cd266853ad..8ab0f7062f49cce64803a4d63605ffc9a262a4b5 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index ea9943a603de87755d0fe3e435105e365ff3a78c..b1c6a54b544defed1c318e6191c6af5acc256b3f 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -11,5 +10,4 @@
     <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 99f4360cc5c26da6c5d6e49fa715d2cd266853ad..8ab0f7062f49cce64803a4d63605ffc9a262a4b5 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 99f4360cc5c26da6c5d6e49fa715d2cd266853ad..8ab0f7062f49cce64803a4d63605ffc9a262a4b5 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 99f4360cc5c26da6c5d6e49fa715d2cd266853ad..8ab0f7062f49cce64803a4d63605ffc9a262a4b5 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index be4b3212014014840586eca29befb4b1764bc309..4136f6c6e1fb451180a45c4c2195c84871a2569a 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index be4b3212014014840586eca29befb4b1764bc309..4136f6c6e1fb451180a45c4c2195c84871a2569a 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 99f4360cc5c26da6c5d6e49fa715d2cd266853ad..8ab0f7062f49cce64803a4d63605ffc9a262a4b5 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 99f4360cc5c26da6c5d6e49fa715d2cd266853ad..8ab0f7062f49cce64803a4d63605ffc9a262a4b5 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 60809fb82bbb89bbd1fda659a0f327a36f96b5bd..836f096b5628a593ed4ad4b15d5d85b3df6fdc7a 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -11,5 +10,4 @@
     <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 88c3f818ee0aa52d8c29cdbbcaebb7b276c38f0d..e73da10c06e0dcb71548fc65c2c8af6545f02fd2 100644 (file)
@@ -1,9 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
   </PropertyGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index a9b894dea674aa1369e8e08a24172996d281409d..3bd4eaf432b4f2d4284551e534429467087be95b 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -30,5 +29,4 @@
     </None>
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 54f2094e420a7f14e74d2b4f1ec7585286e9047a..dec532e52522fac2b0640411523a4b0b074936b2 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Multimedia\Tizen.Multimedia.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 54f2094e420a7f14e74d2b4f1ec7585286e9047a..dec532e52522fac2b0640411523a4b0b074936b2 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Multimedia\Tizen.Multimedia.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 54f2094e420a7f14e74d2b4f1ec7585286e9047a..dec532e52522fac2b0640411523a4b0b074936b2 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Multimedia\Tizen.Multimedia.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 54f2094e420a7f14e74d2b4f1ec7585286e9047a..dec532e52522fac2b0640411523a4b0b074936b2 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Multimedia\Tizen.Multimedia.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 54f2094e420a7f14e74d2b4f1ec7585286e9047a..dec532e52522fac2b0640411523a4b0b074936b2 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Multimedia\Tizen.Multimedia.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 728acb9bc89219b123c6033b9e5eab96df9d947e..d9f42fb1aa745d5205c1f92a2e28a140b016fa7c 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 627273f19850a936eeb54fe8599c06b5e03ad1f0..4731ceba2d4d118650caf0e9f83fc37197f691b1 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -11,5 +10,4 @@
     <ProjectReference Include="..\Tizen.Multimedia.Camera\Tizen.Multimedia.Camera.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 54f2094e420a7f14e74d2b4f1ec7585286e9047a..dec532e52522fac2b0640411523a4b0b074936b2 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Multimedia\Tizen.Multimedia.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 67385901e8f8dfd0ff1b22c47d47b5c180d70f83..82dec4d130fbc01f2a22d8f35e9402f9819392cd 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Multimedia.Recorder\Tizen.Multimedia.Recorder.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 54f2094e420a7f14e74d2b4f1ec7585286e9047a..dec532e52522fac2b0640411523a4b0b074936b2 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Multimedia\Tizen.Multimedia.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 54f2094e420a7f14e74d2b4f1ec7585286e9047a..dec532e52522fac2b0640411523a4b0b074936b2 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Multimedia\Tizen.Multimedia.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 2bb35155356e45d63bd45468e096e3d8ef7e78db..5b07fe61119eca35c2ca9531804d1372551b954e 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -11,5 +10,4 @@
     <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index ec640e58ba718697de0c39924d7f3a23a14f5617..53c7e3ddf3a19f473b6574d20d2bf1b243ea712e 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -23,5 +22,4 @@
     </ItemGroup>
   </Target>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index b7549b04e39901e3a8b130a168541867bda0a880..3cc411849d0284fc0caa99b0fcb478d923ff3809 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index aac4c628df9d227682f1136d4dadbf984ccd51a9..dd1bde77fd0131e880fd6c49d9e054d3a2fd8245 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 1caeeef0d8aa2592df5c48d6833b42a4a2e3ed7e..819343dc7fc2cbd73f842e6b890b6ab494e71598 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.Network.Connection\Tizen.Network.Connection.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 04e4d6e09ce233235af93f39b7a7c0317f8f73ee..cda3b93c86591b4cbd423cd6b49885470ea628e9 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -14,5 +13,4 @@
     <PackageReference Include="System.Threading.Thread" Version="$(SystemPackageVersion)" PrivateAssets="All" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 050d44c1e543de9adfb4c768358a82a6c1a0cc3e..922c3102046b58a040ca4c94c5df3e959801d506 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Applications.PackageManager\Tizen.Applications.PackageManager.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index b7549b04e39901e3a8b130a168541867bda0a880..3cc411849d0284fc0caa99b0fcb478d923ff3809 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 5ed2f1f44589b7a78e00384392c8511b9b6db326..11cd4a8c298b8f9ccedeca55cc6ff208218f3ea3 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index a8b52c35171535f104e90229fd8807ae08a8cfa1..895f91303dd6a82b6cce2e5f87260669597c96a0 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -11,5 +10,4 @@
     <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100755 (executable)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 598a4310dda40a886d0f4c057ebb9087e6eaf084..45ee828ef6cfae9e8c2fb96d965af9fff47adf93 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -10,5 +9,4 @@
     <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 6d55012fe441c9fd77f250f9300fb5d93d79c470..ea3ba841d61feba71df760c5144f96f434869e84 100644 (file)
@@ -1,5 +1,4 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
@@ -9,5 +8,4 @@
     <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
   </ItemGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
\ No newline at end of file
index 88c3f818ee0aa52d8c29cdbbcaebb7b276c38f0d..e73da10c06e0dcb71548fc65c2c8af6545f02fd2 100644 (file)
@@ -1,9 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
   </PropertyGroup>
 
-  <Import Project="../../build/common.targets" />
 </Project>
index f79dd155278b91f0709e1300d2f0cef0acf67437..2257110faf2075019f8cf43936ce693143ba1deb 100644 (file)
@@ -1,11 +1,8 @@
 <Project Sdk="Microsoft.NET.Sdk">
-  <Import Project="../../build/common.props" />
 
   <PropertyGroup>
     <TargetFramework>netstandard1.6</TargetFramework>
   </PropertyGroup>
 
 
-
-  <Import Project="../../build/common.targets" />
 </Project>