From: WonYoung Choi Date: Mon, 21 Aug 2017 03:49:15 +0000 (+0900) Subject: Make dummy dlls to deterministic binaries X-Git-Tag: submit/trunk/20170823.075128~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e848348f4345a75d7415079cae6fc4cfb43837e4;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Make dummy dlls to deterministic binaries http://blog.paranoidcoding.com/2016/04/05/deterministic-builds-in-roslyn.html Change-Id: Ifcab2048f458b34b65c1dc5d84626d54be8b3bf4 --- diff --git a/pkg/Tizen.NET.Dummy.csproj b/pkg/Tizen.NET.Dummy.csproj index a215da77e..d6db19fc8 100644 --- a/pkg/Tizen.NET.Dummy.csproj +++ b/pkg/Tizen.NET.Dummy.csproj @@ -104,6 +104,7 @@ TargetType="$(OutputType)" NoStandardLib="$(NoCompilerStandardLib)" References="@(FilteredReferencePath)" + Deterministic="true" ToolExe="$(CscToolExe)" ToolPath="$(CscToolPath)" />