Make dummy dlls to deterministic binaries
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 21 Aug 2017 03:49:15 +0000 (12:49 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Mon, 21 Aug 2017 03:49:15 +0000 (12:49 +0900)
http://blog.paranoidcoding.com/2016/04/05/deterministic-builds-in-roslyn.html

Change-Id: Ifcab2048f458b34b65c1dc5d84626d54be8b3bf4

pkg/Tizen.NET.Dummy.csproj

index a215da77ed83928478dab0877ffac0e4775dbc89..d6db19fc882fcd536d05fcb8322244c55d4a953a 100644 (file)
         TargetType="$(OutputType)"
         NoStandardLib="$(NoCompilerStandardLib)"
         References="@(FilteredReferencePath)"
+        Deterministic="true"
         ToolExe="$(CscToolExe)"
         ToolPath="$(CscToolPath)" />