From: Wonyoung Choi Date: Tue, 31 Oct 2017 06:09:57 +0000 (+0900) Subject: Produce ReferenceAssemblies X-Git-Tag: 5.0.0-preview1-00356^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F158337%2F2;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Produce ReferenceAssemblies Change-Id: I93685c734efb451d1af3c1eb6684514573d70cd8 --- diff --git a/build/build.proj b/build/build.proj index a3ebcda..661081e 100644 --- a/build/build.proj +++ b/build/build.proj @@ -67,17 +67,17 @@ - + <_PublicFilesToMove Include="$(OutputPlatformDir)%(PublicProject.Identity).dll" /> <_PublicFilesToMove Include="$(OutputPlatformDir)%(PublicProject.Identity).pdb" /> <_PublicFilesToMove Include="$(OutputPlatformDir)%(PublicProject.Identity).xml" /> + <_PublicFilesToMove Include="$(OutputPlatformDir)*\%(PublicProject.Identity).dll" /> - - + - + diff --git a/build/common.props b/build/common.props index 068627e..89bb598 100644 --- a/build/common.props +++ b/build/common.props @@ -4,6 +4,8 @@ True True False + True + True $(NoWarn)