From 2724cfee4c163f3297ee25edfd2372767cfd4945 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 19 Jul 2018 00:58:00 -0700 Subject: Move tool projects to Tools repo --- src/light/LightStrings.resx | 174 -------------------------------------------- 1 file changed, 174 deletions(-) delete mode 100644 src/light/LightStrings.resx (limited to 'src/light/LightStrings.resx') diff --git a/src/light/LightStrings.resx b/src/light/LightStrings.resx deleted file mode 100644 index 3f586a5d..00000000 --- a/src/light/LightStrings.resx +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - -b <path> specify a binder path to locate all files - (default: current directory) - prefix the path with 'name=' where 'name' is the name of your - named bindpath. - -cc <path> path to cache built cabinets (will not be deleted after linking) - -ct <N> number of threads to use when creating cabinets - (default: %NUMBER_OF_PROCESSORS%) - -cub <file.cub> additional .cub file containing ICEs to run - -dcl:level set default cabinet compression level - (low, medium, high, none, mszip; mszip default) - -eav exact assembly versions (breaks .NET 1.1 RTM compatibility) - -ice:<ICE> run a specific internal consistency evaluator (ICE) - -pdbout <output.wixpdb> save the WixPdb to a specific file - (default: same name as output with wixpdb extension) - -reusecab reuse cabinets from cabinet cache - -sacl suppress resetting ACLs - (useful when laying out image to a network share) - -sice:<ICE> suppress an internal consistency evaluator (ICE) - -sl suppress layout - -spdb suppress outputting the WixPdb - -sval suppress MSI/MSM validation - -cultures:<cultures> semicolon or comma delimited list of localized - string cultures to load from .wxl files and libraries. - Precedence of cultures is from left to right. - -d<name>[=<value>] define a wix variable, with or without a value. - -ext <extension> extension assembly or "class, assembly" - -loc <loc.wxl> read localization strings from .wxl file - -nologo skip printing light logo information - -notidy do not delete temporary files (useful for debugging) - -o[ut] specify output file (default: write to current directory) - -pedantic show pedantic messages - -sloc suppress localization - -sw[N] suppress all warnings or a specific message ID - (example: -sw1009 -sw1103) - -usf <output.xml> unreferenced symbols file - -v verbose output - -wx[N] treat all warnings or a specific message ID as an error - (example: -wx1009 -wx1103) - -xo output wixout format instead of MSI format - -? | -help this help information - - - Cannot link object files (.wixobj) files with an output file (.wixout) - - - usage: light.exe [-?] [-b bindPath] [-nologo] [-out outputFile] objectFile [objectFile ...] [@responseFile] - -{0} - -Environment variables: - WIX_TEMP overrides the temporary directory used for cab creation, msm exploding, ... - {0} is replaced by a list of light's arguments. - - -- cgit v1.2.3-55-g6feb