From: monojenkins Date: Fri, 2 Dec 2016 17:16:26 +0000 (+0100) Subject: [msvc] Update csproj files (#4081) X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=d29f0045fc676a6d31a132868770e0bfa2582e23 [msvc] Update csproj files (#4081) --- diff --git a/mcs/class/Facades/System.Security.Cryptography.Algorithms/Facades_System.Security.Cryptography.Algorithms-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.Algorithms/Facades_System.Security.Cryptography.Algorithms-net_4_x.csproj new file mode 100644 index 00000000000..aecc3154458 --- /dev/null +++ b/mcs/class/Facades/System.Security.Cryptography.Algorithms/Facades_System.Security.Cryptography.Algorithms-net_4_x.csproj @@ -0,0 +1,99 @@ + + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {B044DB11-DC90-4C35-B766-F2D24D7C3009} + Library + 1699,1616,1699 + ./../../../class/lib/net_4_x/Facades + obj-Facades + false + True + + True + + Properties + + + System.Security.Cryptography.Algorithms + v4.5 + 512 + + + true + true + + + ../../msfinal.pub + + + true + full + 1699,1616,1699 + false + TRACE;NET_4_0;NET_4_5;NET_4_6;MONO + prompt + 4 + + + pdbonly + 1699,1616,1699 + true + NET_4_0;NET_4_5;NET_4_6;MONO + prompt + 4 + + + + false + + + + + + + + + + + + + + + + + + + + + + + {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7} + corlib-net_4_x + + + {2762E921-91A8-4C87-91E9-BA628013F753} + System-net_4_x + + + {359142A1-D80F-401E-AA64-7167C9317649} + System.Core-net_4_x + + + + + + + diff --git a/msvc/scripts/order.xml b/msvc/scripts/order.xml index 5ddaa36e151..25a8dab8b7d 100644 --- a/msvc/scripts/order.xml +++ b/msvc/scripts/order.xml @@ -4862,6 +4862,17 @@ System.IO.Pipes.dll.sources + + false + /codepage:65001 /nologo /noconfig /deterministic -d:NET_4_0 -d:NET_4_5 -d:NET_4_6 -d:MONO -nowarn:1699 -nostdlib -r:./../../../class/lib/net_4_x/mscorlib.dll -optimize /delaysign /keyfile:../../msfinal.pub /nowarn:1616,1699 -r:./../../../class/lib/net_4_x/System.dll -r:./../../../class/lib/net_4_x/System.Core.dll + System.Security.Cryptography.Algorithms.dll + + ./../../../class/lib/net_4_x/Facades/System.Security.Cryptography.Algorithms.dll + 4.5 + net_4_x + + System.Security.Cryptography.Algorithms.dll.sources + false /codepage:65001 /nologo /noconfig /deterministic -d:NET_4_0 -d:NET_4_5 -d:NET_4_6 -d:MONO -nowarn:1699 -nostdlib -r:./../../../class/lib/net_4_x/mscorlib.dll /debug:portable -optimize /d:StronglyNamedAssembly -warn:1 /publicsign /keyfile:../../nunit.snk -r:./../../../class/lib/net_4_x/System.Xml.dll -r:./../../../class/lib/net_4_x/System.dll diff --git a/net_4_x.sln b/net_4_x.sln index 50309c6fab9..b1ef3cc6f54 100644 --- a/net_4_x.sln +++ b/net_4_x.sln @@ -555,6 +555,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Facades_System.ServiceProce EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Facades_System.IO.Pipes-net_4_x", "mcs/class/Facades/System.IO.Pipes/Facades_System.IO.Pipes-net_4_x.csproj", "{D835F3A9-C4FE-4162-8AB5-DC26D06AC81F}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Facades_System.Security.Cryptography.Algorithms-net_4_x", "mcs/class/Facades/System.Security.Cryptography.Algorithms/Facades_System.Security.Cryptography.Algorithms-net_4_x.csproj", "{B044DB11-DC90-4C35-B766-F2D24D7C3009}" +EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnit.Framework-net_4_x", "mcs/nunit24/NUnitFramework/framework/NUnit.Framework-net_4_x.csproj", "{B2272696-96AA-4638-B17C-60A4BA37CA0E}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.core.interfaces-net_4_x", "mcs/nunit24/NUnitCore/interfaces/nunit.core.interfaces-net_4_x.csproj", "{A950C3AB-D62D-4B20-BFB8-5671DE20E535}" @@ -1785,6 +1787,10 @@ Global {D835F3A9-C4FE-4162-8AB5-DC26D06AC81F}.Debug|Any CPU.Build.0 = Debug|Any CPU {D835F3A9-C4FE-4162-8AB5-DC26D06AC81F}.Release|Any CPU.ActiveCfg = Release|Any CPU {D835F3A9-C4FE-4162-8AB5-DC26D06AC81F}.Release|Any CPU.Build.0 = Release|Any CPU + {B044DB11-DC90-4C35-B766-F2D24D7C3009}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B044DB11-DC90-4C35-B766-F2D24D7C3009}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B044DB11-DC90-4C35-B766-F2D24D7C3009}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B044DB11-DC90-4C35-B766-F2D24D7C3009}.Release|Any CPU.Build.0 = Release|Any CPU {B2272696-96AA-4638-B17C-60A4BA37CA0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B2272696-96AA-4638-B17C-60A4BA37CA0E}.Debug|Any CPU.Build.0 = Debug|Any CPU {B2272696-96AA-4638-B17C-60A4BA37CA0E}.Release|Any CPU.ActiveCfg = Release|Any CPU