From 5d33eca131cac10205d88f097f3a86c4429a8271 Mon Sep 17 00:00:00 2001 From: monojenkins Date: Tue, 9 May 2017 18:58:10 +0200 Subject: [PATCH] [msvc] Update csproj files (#4813) --- mcs/class/System/System-bare-net_4_x.csproj | 3 +- mcs/class/System/System-net_4_x.csproj | 3 +- mcs/class/System/System-secxml-net_4_x.csproj | 3 +- mcs/tools/resx2sr/resx2sr-net_4_x.csproj | 116 ++++++++++++++++++ msvc/scripts/order.xml | 22 ++++ net_4_x.sln | 6 + 6 files changed, 150 insertions(+), 3 deletions(-) create mode 100644 mcs/tools/resx2sr/resx2sr-net_4_x.csproj diff --git a/mcs/class/System/System-bare-net_4_x.csproj b/mcs/class/System/System-bare-net_4_x.csproj index 2be29d14ae8..e702e9f45d3 100644 --- a/mcs/class/System/System-bare-net_4_x.csproj +++ b/mcs/class/System/System-bare-net_4_x.csproj @@ -1181,7 +1181,6 @@ - @@ -1200,6 +1199,7 @@ + @@ -1218,6 +1218,7 @@ + diff --git a/mcs/class/System/System-net_4_x.csproj b/mcs/class/System/System-net_4_x.csproj index 21b0280379a..66e20e24fa0 100644 --- a/mcs/class/System/System-net_4_x.csproj +++ b/mcs/class/System/System-net_4_x.csproj @@ -1181,7 +1181,6 @@ - @@ -1200,6 +1199,7 @@ + @@ -1218,6 +1218,7 @@ + diff --git a/mcs/class/System/System-secxml-net_4_x.csproj b/mcs/class/System/System-secxml-net_4_x.csproj index 3b1d36f6f39..b8c05e9c765 100644 --- a/mcs/class/System/System-secxml-net_4_x.csproj +++ b/mcs/class/System/System-secxml-net_4_x.csproj @@ -1181,7 +1181,6 @@ - @@ -1200,6 +1199,7 @@ + @@ -1218,6 +1218,7 @@ + diff --git a/mcs/tools/resx2sr/resx2sr-net_4_x.csproj b/mcs/tools/resx2sr/resx2sr-net_4_x.csproj new file mode 100644 index 00000000000..fa3f9db83f6 --- /dev/null +++ b/mcs/tools/resx2sr/resx2sr-net_4_x.csproj @@ -0,0 +1,116 @@ + + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {07D30676-A919-4763-8C3C-B2C4DAFFC662} + Exe + 1699 + ./../../class/lib/net_4_x + obj-net_4_x + false + True + + True + true + Properties + + + resx2sr + v4.5 + 512 + + + + true + full + 1699 + false + TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS + prompt + 4 + + + pdbonly + 1699 + true + NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS + prompt + 4 + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7} + corlib-net_4_x + + + {2762E921-91A8-4C87-91E9-BA628013F753} + System-net_4_x + + + {584A5E46-2958-4CB2-8DF9-188B420D0BB0} + System.Drawing-net_4_x + + + {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B} + System.Xml-net_4_x + + + + + + + diff --git a/msvc/scripts/order.xml b/msvc/scripts/order.xml index 014c9b17b54..be784b6c9cf 100644 --- a/msvc/scripts/order.xml +++ b/msvc/scripts/order.xml @@ -1067,6 +1067,17 @@ commoncryptogenerator.exe.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.Drawing -r:System.Xml + resx2sr.exe + + ./../../class/lib/build/resx2sr.exe + 4.5 + build + + resx2sr.exe.sources + /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 -r:PEAPI -r:Mono.CompilerServices.SymbolWriter -r:Mono.Security @@ -5170,6 +5181,17 @@ commoncryptogenerator.exe.sources + + + /codepage:65001 /nologo /noconfig /deterministic -unsafe -d:NET_4_0 -d:NET_4_5 -d:NET_4_6 -d:MONO -d:WIN_PLATFORM -d:MULTIPLEX_OS -nowarn:1699 -nostdlib -r:./../../class/lib/net_4_x/mscorlib.dll /debug:portable -optimize -r:System -r:System.Drawing -r:System.Xml + resx2sr.exe + + ./../../class/lib/net_4_x/resx2sr.exe + 4.5 + net_4_x + + resx2sr.exe.sources + /codepage:65001 /nologo /noconfig /deterministic -d:NET_4_0 -d:NET_4_5 -d:NET_4_6 -d:MONO -d:WIN_PLATFORM -d:MULTIPLEX_OS -nowarn:1699 -nostdlib -r:./../../class/lib/net_4_x/mscorlib.dll /debug:portable -optimize -r:System -r:System.Core -r:Mono.Security -r:System.Security -r:Mono.CompilerServices.SymbolWriter diff --git a/net_4_x.sln b/net_4_x.sln index 56301bc8250..9122ba00a96 100644 --- a/net_4_x.sln +++ b/net_4_x.sln @@ -589,6 +589,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cil-stringreplacer-net_4_x" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "commoncryptogenerator-net_4_x", "mcs/tools/commoncryptogenerator/commoncryptogenerator-net_4_x.csproj", "{12527E95-60D3-4A66-91C6-7F8031519299}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "resx2sr-net_4_x", "mcs/tools/resx2sr/resx2sr-net_4_x.csproj", "{07D30676-A919-4763-8C3C-B2C4DAFFC662}" +EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "al-net_4_x", "mcs/tools/al/al-net_4_x.csproj", "{D237CE6E-EA8F-4E8E-8413-295B27714AC6}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "monolinker-net_4_x", "mcs/tools/linker/monolinker-net_4_x.csproj", "{FA920637-C202-4E75-AC0F-1A8DBD631DF1}" @@ -1859,6 +1861,10 @@ Global {12527E95-60D3-4A66-91C6-7F8031519299}.Debug|Any CPU.Build.0 = Debug|Any CPU {12527E95-60D3-4A66-91C6-7F8031519299}.Release|Any CPU.ActiveCfg = Release|Any CPU {12527E95-60D3-4A66-91C6-7F8031519299}.Release|Any CPU.Build.0 = Release|Any CPU + {07D30676-A919-4763-8C3C-B2C4DAFFC662}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {07D30676-A919-4763-8C3C-B2C4DAFFC662}.Debug|Any CPU.Build.0 = Debug|Any CPU + {07D30676-A919-4763-8C3C-B2C4DAFFC662}.Release|Any CPU.ActiveCfg = Release|Any CPU + {07D30676-A919-4763-8C3C-B2C4DAFFC662}.Release|Any CPU.Build.0 = Release|Any CPU {D237CE6E-EA8F-4E8E-8413-295B27714AC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D237CE6E-EA8F-4E8E-8413-295B27714AC6}.Debug|Any CPU.Build.0 = Debug|Any CPU {D237CE6E-EA8F-4E8E-8413-295B27714AC6}.Release|Any CPU.ActiveCfg = Release|Any CPU -- 2.25.1