From ad7c8870aeb7af7fb223a76aaa9e9c049ddb117c Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Thu, 11 May 2017 10:19:23 +0900 Subject: [PATCH] Add TizenPlatformPackages list for force generating ref asm Change-Id: Ic9db56bb2eaa6136842beef1c9a506a9f7517797 --- .../Tizen.GBS.ImportAfter.targets | 36 +++++++---- Tools/TizenPlatformPackages.txt | 59 +++++++++++++++++++ 2 files changed, 85 insertions(+), 10 deletions(-) create mode 100644 Tools/TizenPlatformPackages.txt diff --git a/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets b/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets index 26e87232..0cdb5168 100644 --- a/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets +++ b/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets @@ -1,5 +1,10 @@ + + + <__ToolsDir>/usr/share/dotnet-build-tools + + false @@ -14,7 +19,7 @@ $(_ShortTargetFrameworkIdentifier)$(_TargetFrameworkVersionWithoutV) - + $(NoWarn);1591 @@ -23,6 +28,7 @@ $(BuildDependsOn); + __CheckTizenPlatformPackages; __GenerateReferenceAssembly; __AppendNuGetAssemblyFiles; @@ -39,7 +45,7 @@ <_GenAPITargetSourcePath>$(_GenAPITargetDir)/$(TargetName).cs <_GenAPITargetAssemblyInfoPath>$(_GenAPITargetDir)/$(TargetName).AssemblyInfo.cs <_GenAPITargetAssemblyPath>$(_GenAPITargetDir)/$(TargetName).dll - <_GenAPIPath Condition="'$(_GenAPIPath)' == ''">/usr/share/dotnet-build-tools/GenAPI/GenAPI.exe + <_GenAPIPath Condition="'$(_GenAPIPath)' == ''">$(__ToolsDir)/GenAPI/GenAPI.exe <_GenAPICommand>dotnet $(_GenAPIPath) @@ -58,14 +64,15 @@ - - - ref/$(TargetFramework) - - - ref/$(TargetFramework) - - + + + + + + + true + + @@ -128,6 +135,15 @@ Outputs="$(_GenAPITargetAssemblyPath)" DependsOnTargets="__GenerateReferenceAssemblySource;__GenerateAssemblyInfoSource"> + + + ref/$(TargetFramework) + + + ref/$(TargetFramework) + + +