From: WonYoung Choi Date: Mon, 8 May 2017 10:18:22 +0000 (+0900) Subject: Add GenerateReferenceAssembly option X-Git-Tag: submit/tizen/20170508.101851~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ff4bbb6b1aa54b344960bdd9a66869229e6c74e;p=platform%2Fcore%2Fdotnet%2Fbuild-tools.git Add GenerateReferenceAssembly option Change-Id: I6bd989a04c6f5f6db683d2797cb815c9bc0f1cd3 --- diff --git a/GenAPI/GenAPI.exe b/GenAPI/GenAPI.exe index 55a3548c..e43eec39 100755 Binary files a/GenAPI/GenAPI.exe and b/GenAPI/GenAPI.exe differ diff --git a/GenAPI/Microsoft.Cci.Extensions.dll b/GenAPI/Microsoft.Cci.Extensions.dll index fa299345..69ea7d74 100755 Binary files a/GenAPI/Microsoft.Cci.Extensions.dll and b/GenAPI/Microsoft.Cci.Extensions.dll differ diff --git a/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets b/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets index 57ad2a0b..6698df1e 100644 --- a/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets +++ b/Tizen.GBS.BuildTasks/Tizen.GBS.ImportAfter.targets @@ -14,6 +14,11 @@ $(_ShortTargetFrameworkIdentifier)$(_TargetFrameworkVersionWithoutV) + + + $(NoWarn);1591 + + @@ -46,11 +51,14 @@ - ref/$(TargetFramework) + lib/$(TargetFramework) lib/$(TargetFramework) + + + ref/$(TargetFramework) @@ -73,7 +81,7 @@ <_referencePathDirectories Include="%(_referencePathDirectoriesWithDuplicates.Identity)" /> - + <__RefCompile Include="$(_GenAPITargetSourcePath)"/> @@ -112,6 +120,7 @@ diff --git a/packaging/dotnet-build-tools.spec b/packaging/dotnet-build-tools.spec index cc565e8e..0cfaf465 100644 --- a/packaging/dotnet-build-tools.spec +++ b/packaging/dotnet-build-tools.spec @@ -3,7 +3,7 @@ Name: dotnet-build-tools Summary: Tools for building C# API projects -Version: 1.2.2 +Version: 1.2.3 Release: 1 Group: Development/Libraries License: MIT and Apache-2.0