text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 MSBUILD : error MSB1001: Unknown switch. MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file. Microsoft (R) Build Engine Version {0} [Microsoft .NET Framework, Version {1}] Copyright (C) Microsoft Corporation 2005. All rights reserved. MSBUILD : error MSB1025: An internal failure occurred while running MSBuild. MSBUILD : error MSB1028: The logger failed unexpectedly. Syntax: MSBuild.exe [options] [project file] Description: Builds the specified targets in the project file. If a project file is not specified, MSBuild searches the current working directory for a file that has a file extension that ends in "proj" and uses that file. Switches: /help Display this usage message. (Short form: /? or /h) /nologo Do not display the startup banner and copyright message. /version Display version information only. (Short form: /ver) @<file> Insert command-line settings from a text file. To specify multiple response files, specify each response file separately. /noautoresponse Do not auto-include the MSBuild.rsp file. (Short form: /noautorsp) /target:<targets> Build these targets in this project. Use a semicolon or a comma to separate multiple targets, or specify each target separately. (Short form: /t) Example: /target:Resources;Compile /property:<n>=<v> Set or override these project-level properties. <n> is the property name, and <v> is the property value. Use a semicolon or a comma to separate multiple properties, or specify each property separately. (Short form: /p) Example: /property:WarningLevel=2;OutDir=bin\Debug\ /logger:<logger> Use this logger to log events from MSBuild. To specify multiple loggers, specify each logger separately. The <logger> syntax is: [<logger class>,]<logger assembly>[;<logger parameters>] The <logger class> syntax is: [<partial or full namespace>.]<logger class name> The <logger assembly> syntax is: {<assembly name>[,<strong name>] | <assembly file>} The <logger parameters> are optional, and are passed to the logger exactly as you typed them. (Short form: /l) Examples: /logger:XMLLogger,MyLogger,Version=1.0.2,Culture=neutral /logger:XMLLogger,C:\Loggers\MyLogger.dll;OutputAsHTML /verbosity:<level> Display this amount of information in the event log. The available verbosity levels are: q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. (Short form: /v) Example: /verbosity:quiet /consoleloggerparameters:<parameters> Parameters to console logger. (Short form: /clp) The available parameters are: PerformanceSummary--show time spent in tasks, targets and projects. NoSummary--don't show error and warning summary at the end. NoItemAndPropertyList--don't show list of items and properties at the start of each project build. Example: /consoleloggerparameters:PerformanceSummary;NoSummary /noconsolelogger Disable the default console logger and do not log events to the console. (Short form: /noconlog) /validate Validate the project against the default schema. (Short form: /val) /validate:<schema> Validate the project against the specified schema. (Short form: /val) Example: /validate:MyExtendedBuildSchema.xsd Examples: MSBuild MyApp.sln /t:Rebuild /p:Configuration=Release MSBuild MyApp.csproj /t:Clean /p:Configuration=Debug MSBUILD : error MSB1009: Project file does not exist. MSBUILD : error MSB1022: Response file does not exist. MSBUILD : error MSB1021: Cannot create an instance of the logger. {0} MSBUILD : error MSB1027: The /noautoresponse switch cannot be specified in the MSBuild.rsp auto-response file, nor in any response file that is referenced by the auto-response file. MSBUILD : error MSB1013: The response file was specified twice. A response file can be specified only once. Some command line switches were read from the auto-response file "{0}". To disable this file, use the "/noautoresponse" switch. MSBUILD : error MSB1002: This switch does not take any parameters. MSBUILD : error MSB1024: Only one schema can be specified for validation of the project. MSBUILD : error MSB1018: Verbosity level is not valid. MSBUILD : error MSB1016: Specify the verbosity level. MSBUILD : error MSB1005: Specify a property and its value. MSBUILD : error MSB1006: Property is not valid. MSBUILD : error MSB1015: MSBuild does not run on this version of the operating system. It is only supported on Windows 2000, Windows XP, and later versions. MSBUILD : error MSB1020: The logger was not found. Check the following: 1.) The logger name specified is the same as the name of the logger class. 2.) The logger class is "public" and implements the Microsoft.Build.Framework.ILogger interface. 3.) The path to the logger assembly is correct, or the logger can be loaded using only the assembly name provided. MSBUILD : error MSB1023: Cannot read the response file. {0} MSBUILD : error MSB1011: Specify which project or solution file to use because this folder contains more than one project or solution file. MSBUILD : Logger error MSB1029: {0} MSBUILD : error MSB1007: Specify a logger. MSBUILD : error MSB1008: Only one project can be specified. MSBUILD : error MSB1019: Logger switch was not correctly formed. MSBUILD : error MSB1012: Specify a response file. For switch syntax, type "MSBuild /help" MSBUILD : error MSB1026: Schema file does not exist. Switch: {0} MSBUILD: Logger error {0}: {1} MSBUILD : error MSB1004: Specify the name of the target.