From 18581b0e0bd0c69c5cb5b0d15f954c85bc043264 Mon Sep 17 00:00:00 2001 From: Wonyoung Choi Date: Tue, 31 Oct 2017 15:09:57 +0900 Subject: [PATCH] Produce ReferenceAssemblies Change-Id: I93685c734efb451d1af3c1eb6684514573d70cd8 --- build/build.proj | 8 ++++---- build/common.props | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) 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) -- 2.7.4