Usage: Publicize.exe [options] input-assembly Description: Publicize.exe generates an assembly that contains public types. These public types wrap all of the private types in the input-assembly. Use publicize for creating unit tests that target private types. Notes: The generated assembly is also known as a private accessor. Options: target:[value] Targets the generated assembly to a specific platform. Possible values: Desktop: (Default) Generates a standard CLR private accessor. Website: Generates a private accessor that is compatible with a Web site. Device: Generates a private accessor that is compatible with smart devices. DelaySign Reserves space in the accessor assembly for a public key. KeyFile:[key file] Signs the accessor assembly with the public key stored in [key file]. References:[assemblies] Semi-colon separated path to reference assemblies. Examples: The following command generates a standard desktop private accessor for MyAssembly.dll: Publicize.exe MyAssembly.dll The following command generates a private accessor for the Web site MyWebsite: Publicize.exe /target:Website MyAssembly.dll The following command generates a private accessor signed with the key MyKey.snk: Publicize.exe /KeyFile:MyKey.snk MyAssembly.dll The following command generates a private accessor with reference to System.dll present in "Reference Assemblies" folder: Publicize.exe MyAssembly.dll /References:"C:\ Program Files eference Assemblies\Microsoft\ Framework\.NETFramework\v4.0\System.dll"
Usage: -zipfile:filename Path to the zip file to turn into an exe. -output:filename Path to the .exe file to generate. If ...
Usage: LEViewer.exe /openFile: /TFSUri LEViewer.exe /TFSUri: /environmentUri: /systemUri: LEViewer.exe /openUrl:" " Examples: ...
Usage: MSTest.exe options]. Description: Run tests in test files or in a metadata file. Optionally, publish test results, ...
Usage: MSTest.exe options]. Description: Run tests in test files or in a metadata file. Optionally, publish test results, ...
Usage: Publicize.exe options input-assembly Description: Publicize.exe generates an assembly that contains public types. ...
Usage: SetupWarehouse -v -o -s ServerName -d Database -c ConfigFile -a AccountName -ra DataReaderAccountName -l LogFile -mturl ...
Usage: VSIXInstaller.exe /quiet /admin /skuName:name /skuVersion:version - OPTIONS - /quiet Suppresses the UI. Short form ...
Usage: {0} InputFile OutputFile Description: Convert the test file from a previous format to the current format. If the output ...
Use /FORCE:UNRESOLVED to create an output file whether or not LINK finds an undefined symbol. /FORCE:UNRESOLVED is ignored ...