From 3e46fb402b510f66736afc3b75879313ac5650a6 Mon Sep 17 00:00:00 2001 From: monojenkins Date: Sat, 29 Apr 2017 18:35:42 +0200 Subject: [PATCH] [msvc] Update csproj files (#4776) --- msvc/scripts/order.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/msvc/scripts/order.xml b/msvc/scripts/order.xml index 58b75de5976..014c9b17b54 100644 --- a/msvc/scripts/order.xml +++ b/msvc/scripts/order.xml @@ -990,6 +990,28 @@ System.Text.Encoding.CodePages.dll.sources + + false + /codepage:65001 /nologo /noconfig /deterministic -d:NET_4_0 -d:NET_4_5 -d:MONO -d:WIN_PLATFORM -nowarn:1699 -nostdlib -r:./../../../class/lib/build/mscorlib.dll -optimize /delaysign /keyfile:../../msfinal.pub /nowarn:1616,1699 -r:./../../../class/lib/build/System.dll + System.Text.RegularExpressions.dll + + ./../../../class/lib/build/Facades/System.Text.RegularExpressions.dll + 4.5 + build + + System.Text.RegularExpressions.dll.sources + + + false + /codepage:65001 /nologo /noconfig /deterministic -d:NET_4_0 -d:NET_4_5 -d:MONO -d:WIN_PLATFORM -nowarn:1699 -nostdlib -r:./../../../class/lib/build/mscorlib.dll -optimize /delaysign /keyfile:../../msfinal.pub /nowarn:1616,1699 + System.Diagnostics.Contracts.dll + + ./../../../class/lib/build/Facades/System.Diagnostics.Contracts.dll + 4.5 + build + + System.Diagnostics.Contracts.dll.sources + /codepage:65001 /nologo /noconfig /deterministic -unsafe -d:NET_4_0 -d:NET_4_5 -d:MONO -d:WIN_PLATFORM -nowarn:1699 -nostdlib -r:./../../class/lib/build/mscorlib.dll -optimize -r:System -r:System.Xml -r:System.Core -r:System.Drawing -- 2.25.1