From cac44c48e4d3f296cb0d822d95fd0378c0d36131 Mon Sep 17 00:00:00 2001 From: Wonyoung Choi Date: Thu, 7 Sep 2017 13:45:27 +0900 Subject: [PATCH] Fix build script Change-Id: I50a80f2ec2655264a34028cf4d938351a002aa52 --- build/build.dummy.csproj | 1 + build/build.proj | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/build/build.dummy.csproj b/build/build.dummy.csproj index 2100ad3..264b527 100644 --- a/build/build.dummy.csproj +++ b/build/build.dummy.csproj @@ -10,6 +10,7 @@ false $(VersionPrefix) $(OutputBaseDir)obj\ + $(OutputDummyDir) diff --git a/build/build.proj b/build/build.proj index ccb85da..dc1f4bf 100644 --- a/build/build.proj +++ b/build/build.proj @@ -5,6 +5,7 @@ $(PackageSrcDir)PublicModuleList.txt + $(MSBuildThisFileDirectory)build.dummy.csproj @@ -52,10 +53,14 @@ + + + Targets="Build" /> @@ -83,10 +88,8 @@ --> - -- 2.7.4