Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-01-13 16:42:50 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-01-13 16:43:04 +0300
commit968c60a0f32c7a4c92568c3feda7503f99b98c94 (patch)
treeb7284a3932e94aeebea41dff52cbf4795f711ec6 /msvc
parent3aa59f2e6bddc77c8521bb0bf7ad76813ba5d880 (diff)
[btls] Remove btls-cert-sync and integrate it into cert-sync
cert-sync already knew how to import into the BTLS cert store, update it to always import into both stores so we don't need the btls-cert-sync tool anymore.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/scripts/order.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/msvc/scripts/order.xml b/msvc/scripts/order.xml
index 55ab833cd1c..9e8ddb8e7fb 100644
--- a/msvc/scripts/order.xml
+++ b/msvc/scripts/order.xml
@@ -5610,17 +5610,6 @@
<resources></resources>
<response>linkeranalyzer.exe.sources</response>
</project>
- <project dir="tools/btls" library="btls-cert-sync-net_4_x">
- <boot></boot>
- <flags>/codepage:65001 /nologo /noconfig /deterministic -d:NET_4_0 -d:NET_4_5 -d:NET_4_6 -d:MONO -d:WIN_PLATFORM -nowarn:1699 -nostdlib -r:./../../class/lib/net_4_x/mscorlib.dll /debug:portable -optimize -r:System -r:Mono.Security -r:Mono.Btls.Interface</flags>
- <output>btls-cert-sync.exe</output>
- <built_sources></built_sources>
- <library_output>./../../class/lib/net_4_x/btls-cert-sync.exe</library_output>
- <fx_version>4.5</fx_version>
- <profile>net_4_x</profile>
- <resources></resources>
- <response>btls-cert-sync.exe.sources</response>
- </project>
<project dir="mcs" library="mcs-net_4_x">
<boot></boot>
<flags>/codepage:65001 /nologo /noconfig /deterministic -d:STATIC,NO_SYMBOL_WRITER,NO_AUTHENTICODE -d:MONO_FEATURE_THREAD_ABORT -d:MONO_FEATURE_PROCESS_START -d:NET_4_0 -d:NET_4_5 -d:NET_4_6 -d:MONO -d:WIN_PLATFORM -nowarn:1699 -nostdlib -r:./../class/lib/net_4_x/mscorlib.dll /debug:portable -optimize -r:System.Core -r:System.Xml -r:System</flags>