From dfd9e1b097813e9ad9d02bd0a08a25c0cc4cae32 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Mon, 21 Mar 2016 09:06:54 -0700 Subject: Delete legacy netcf compat support (part 1) --- src/tools/crossgen/crossgen.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/tools') diff --git a/src/tools/crossgen/crossgen.cpp b/src/tools/crossgen/crossgen.cpp index 1c807f5d21..699835409d 100644 --- a/src/tools/crossgen/crossgen.cpp +++ b/src/tools/crossgen/crossgen.cpp @@ -159,11 +159,6 @@ void PrintUsageHelper() W(" /ReadyToRun - Generate images resilient to the runtime and\n") W(" dependency versions\n") #endif -#ifdef FEATURE_LEGACYNETCF - W(" Compatability Modes\n") - W(" /PreWP8App - Set the Windows Phone 8 \"Quirks\" mode, namely AppDomainCompatSwitch=\n") - W(" WindowsPhone_3.7.0.0 or WindowsPhone_3.8.0.0.\n") -#endif #ifdef FEATURE_WINMD_RESILIENT W(" WinMD Parameters\n") W(" /WinMDResilient - Generate images resilient to WinMD dependency changes.\n") @@ -532,12 +527,6 @@ int _cdecl wmain(int argc, __in_ecount(argc) WCHAR **argv) // fulltrust behaviour. } #endif -#ifdef FEATURE_LEGACYNETCF - else if (MatchParameter(*argv, W("PreWP8App"))) - { - dwFlags |= NGENWORKER_FLAGS_APPCOMPATWP8; - } -#endif #ifdef FEATURE_WINMD_RESILIENT else if (MatchParameter(*argv, W("WinMDResilient"))) { -- cgit v1.2.3