File: Properties\Resources.Designer.cs
Web Access
Project: ..\..\..\src\WebSdk\Publish\Tasks\Microsoft.NET.Sdk.Publish.Tasks.csproj (Microsoft.NET.Sdk.Publish.Tasks)
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.42000
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace Microsoft.NET.Sdk.Publish.Tasks.Properties {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    public class Resources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Resources() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        public static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.NET.Sdk.Publish.Tasks.Properties.Resources", typeof(Resources).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        public static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The root folder for cllecting files is not a valid directory.({0}).
        /// </summary>
        public static string BUILDTASK_ColectFilesInFolder_RootIsNotValid {
            get {
                return ResourceManager.GetString("BUILDTASK_ColectFilesInFolder_RootIsNotValid", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Copying file {0} to {1} failed. {2}.
        /// </summary>
        public static string BUILDTASK_CopyFilesToFolders_CopyFailed {
            get {
                return ResourceManager.GetString("BUILDTASK_CopyFilesToFolders_CopyFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Copying {0} to {1}..
        /// </summary>
        public static string BUILDTASK_CopyFilesToFolders_Copying {
            get {
                return ResourceManager.GetString("BUILDTASK_CopyFilesToFolders_Copying", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Deleting file {0} failed. {1}.
        /// </summary>
        public static string BUILDTASK_CopyFilesToFolders_DeleteFailed {
            get {
                return ResourceManager.GetString("BUILDTASK_CopyFilesToFolders_DeleteFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Deleting {0}..
        /// </summary>
        public static string BUILDTASK_CopyFilesToFolders_Deleting {
            get {
                return ResourceManager.GetString("BUILDTASK_CopyFilesToFolders_Deleting", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to RetryDelay should be greater than zero..
        /// </summary>
        public static string BUILDTASK_CopyFilesToFolders_RetryDelayOutOfRange {
            get {
                return ResourceManager.GetString("BUILDTASK_CopyFilesToFolders_RetryDelayOutOfRange", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Skip copying {0} to {1}, File {1} is up to date.
        /// </summary>
        public static string BUILDTASK_CopyFilesToFolders_UpToDate {
            get {
                return ResourceManager.GetString("BUILDTASK_CopyFilesToFolders_UpToDate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Create Folder {0} failed. {1}.
        /// </summary>
        public static string BUILDTASK_CreateFolder_Failed {
            get {
                return ResourceManager.GetString("BUILDTASK_CreateFolder_Failed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Your hosting provider does not yet support ASP.NET 4.6, which your application is configured to use. To learn more about this please visit: http://go.microsoft.com/fwlink/?LinkID=615797&amp;clcid=0x409.
        /// </summary>
        public static string BUILDTASK_DetectAntaresCLR45Error {
            get {
                return ResourceManager.GetString("BUILDTASK_DetectAntaresCLR45Error", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to load this version Microsoft.Web.Deployment ({0}) reason: {1}.
        /// Trying the next one specified in $(_MSDeployVersionsToTry)...
        /// </summary>
        public static string BUILDTASK_FailedToLoadThisVersionMsDeployTryingTheNext {
            get {
                return ResourceManager.GetString("BUILDTASK_FailedToLoadThisVersionMsDeployTryingTheNext", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to To include IIS setting, it is required to have assembly Microsoft.Web.Administration installed on the machine..
        /// </summary>
        public static string BUILDTASK_IISSetting_RequireWebAdminDLL {
            get {
                return ResourceManager.GetString("BUILDTASK_IISSetting_RequireWebAdminDLL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Existing package/archiveDir is created by different version of Msdeploy. It is not compatible for incremental build. Mark as Clean needed({0})..
        /// </summary>
        public static string BUILDTASK_IsCleanMSDeployPackageNeeded_PackageByDifferentVersion {
            get {
                return ResourceManager.GetString("BUILDTASK_IsCleanMSDeployPackageNeeded_PackageByDifferentVersion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Validation failure.IIS Setting should be the first element in the Manifest file.({0}).
        /// </summary>
        public static string BUILDTASK_ManifestFile_IISSettingNotInFirst {
            get {
                return ResourceManager.GetString("BUILDTASK_ManifestFile_IISSettingNotInFirst", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The project URL is not well formed.({0}).
        /// </summary>
        public static string BUILDTASK_MapProjectURLToIisWeb_InvalidProjectURL {
            get {
                return ResourceManager.GetString("BUILDTASK_MapProjectURLToIisWeb_InvalidProjectURL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The project URL url host name type is not supported.({0}).
        /// </summary>
        public static string BUILDTASK_MapProjectURLToIisWeb_UnsupportedProjectURL {
            get {
                return ResourceManager.GetString("BUILDTASK_MapProjectURLToIisWeb_UnsupportedProjectURL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Retrieving local IIS properties from the URI requires Administrator permission.  Please elevate to Administrator before executing the program..
        /// </summary>
        public static string BUILDTASK_MapURIToIisWebServer_AdminRequired {
            get {
                return ResourceManager.GetString("BUILDTASK_MapURIToIisWebServer_AdminRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Deleting empty directory {0}..
        /// </summary>
        public static string BUILDTASK_RemoveEmptyDirectories_Deleting {
            get {
                return ResourceManager.GetString("BUILDTASK_RemoveEmptyDirectories_Deleting", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Scanning sql command variable(s) from sql script ({0})..
        /// </summary>
        public static string BUILDTASK_SqlScriptPreprocessFile {
            get {
                return ResourceManager.GetString("BUILDTASK_SqlScriptPreprocessFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Found {0} sql command variable(s){1}..
        /// </summary>
        public static string BUILDTASK_SqlScriptPreprocessFileDone {
            get {
                return ResourceManager.GetString("BUILDTASK_SqlScriptPreprocessFileDone", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to parse sql command variable sql script ({0})..
        /// </summary>
        public static string BUILDTASK_SqlScriptPreprocessFileFailed {
            get {
                return ResourceManager.GetString("BUILDTASK_SqlScriptPreprocessFileFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Found {0} unsupported sql command(s) in {1}. The unsupported sql command(s) are: {2}.
        ///Please note &apos;:EXIT&apos; without argument is treated as &apos;:QUIT&apos; command..
        /// </summary>
        public static string BUILDTASK_SqlScriptPreprocessFoundMsDeployUnsupportedCommands {
            get {
                return ResourceManager.GetString("BUILDTASK_SqlScriptPreprocessFoundMsDeployUnsupportedCommands", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to parse the sql script file {0}. Please make sure the SQL script syntax is correct.
        ///Detail:
        ///{1}..
        /// </summary>
        public static string BUILDTASK_SqlScriptPreprocessInvalidSqlScript {
            get {
                return ResourceManager.GetString("BUILDTASK_SqlScriptPreprocessInvalidSqlScript", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not write Destination file: {0}.
        /// </summary>
        public static string BUILDTASK_TransformXml_DestinationWriteFailed {
            get {
                return ResourceManager.GetString("BUILDTASK_TransformXml_DestinationWriteFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not open Source file: {0}.
        /// </summary>
        public static string BUILDTASK_TransformXml_SourceLoadFailed {
            get {
                return ResourceManager.GetString("BUILDTASK_TransformXml_SourceLoadFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Applying Transform File: {0}.
        /// </summary>
        public static string BUILDTASK_TransformXml_TransformationApply {
            get {
                return ResourceManager.GetString("BUILDTASK_TransformXml_TransformationApply", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Transformation failed.
        /// </summary>
        public static string BUILDTASK_TransformXml_TransformationFailed {
            get {
                return ResourceManager.GetString("BUILDTASK_TransformXml_TransformationFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No transformation occurred, not saving output file.
        /// </summary>
        public static string BUILDTASK_TransformXml_TransformationNoChange {
            get {
                return ResourceManager.GetString("BUILDTASK_TransformXml_TransformationNoChange", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Transforming Source File: {0}.
        /// </summary>
        public static string BUILDTASK_TransformXml_TransformationStart {
            get {
                return ResourceManager.GetString("BUILDTASK_TransformXml_TransformationStart", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Transformation succeeded.
        /// </summary>
        public static string BUILDTASK_TransformXml_TransformationSucceeded {
            get {
                return ResourceManager.GetString("BUILDTASK_TransformXml_TransformationSucceeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Could not open Transform file: {0}.
        /// </summary>
        public static string BUILDTASK_TransformXml_TransformLoadFailed {
            get {
                return ResourceManager.GetString("BUILDTASK_TransformXml_TransformLoadFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Output File: {0}.
        /// </summary>
        public static string BUILDTASK_TransformXml_TransformOutput {
            get {
                return ResourceManager.GetString("BUILDTASK_TransformXml_TransformOutput", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failded to copy file from &apos;{0}&apos; to &apos;{1}&apos; for SQLExpress Data Publish.
        /// </summary>
        public static string CREATEPROVIDERLIST_FailToCopyFile {
            get {
                return ResourceManager.GetString("CREATEPROVIDERLIST_FailToCopyFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Database Setting Source Verification Error: The publish profile specified &apos;{1} ({2})&apos; for &apos;{0}&apos; does not have a corresponding connection string in &apos;{3}&apos;. Because of this publishing has been blocked. If this was intended you can disable this check by specifying the value of &quot;True&quot; for the MSBuild property &quot;IgnoreDatabaseSettingOutOfSync.&quot; If this was not intended, open the Publish dialog in Visual Studio with this profile to correct the discrepancy. For more information visit http://go.microsoft.com/ [rest of string was truncated]&quot;;.
        /// </summary>
        public static string CREATEPROVIDERLIST_ImportPublishDatabaseSettingNotFound {
            get {
                return ResourceManager.GetString("CREATEPROVIDERLIST_ImportPublishDatabaseSettingNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Database Setting Source Verification Error: The source connection string for &apos;{0}&apos; no longer exists in the source &apos;{1}&apos;. Because of this publishing has been blocked. If this was intended you can disable this check by specifying the value of &quot;True&quot; for the MSBuild property &quot;IgnoreDatabaseSettingOutOfSync.&quot; If this was not intended, open the Publish dialog in Visual Studio with this profile to correct the discrepancy. For more information visit http://go.microsoft.com/fwlink/?LinkId=241526 .
        /// </summary>
        public static string CREATEPROVIDERLIST_ImportValidationSourceNotFound {
            get {
                return ResourceManager.GetString("CREATEPROVIDERLIST_ImportValidationSourceNotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Database Setting Source Verification Error: The publish profile specified &apos;{1}&apos; for &apos;{0}&apos; is not valid and could not be loaded. Review the file for any errors and try again..
        /// </summary>
        public static string CREATEPROVIDERLIST_InvalidMSBuildFormat {
            get {
                return ResourceManager.GetString("CREATEPROVIDERLIST_InvalidMSBuildFormat", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Database Setting Source Verification Error:The publish profile specified &apos;{1} ({2})&apos; for &apos;{0}&apos; does not have valid $(PublishDatabaseSettings) value. Because of this publishing has been blocked. If this was intended you can disable this check by specifying the value of &quot;True&quot; for the MSBuild property &quot;IgnoreDatabaseSettingOutOfSync.&quot; If this was not intended, open the Publish dialog in Visual Studio with this profile to correct the discrepancy. For more information visit http://go.microsoft.com/fwlin [rest of string was truncated]&quot;;.
        /// </summary>
        public static string CREATEPROVIDERLIST_InvalidPublishDatabaseSetting {
            get {
                return ResourceManager.GetString("CREATEPROVIDERLIST_InvalidPublishDatabaseSetting", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CreateProviderList expected either ProvidersXml or ProvidersFile parameter.
        /// </summary>
        public static string CREATEPROVIDERLIST_MustProviderProvidersXMLorProvidersFile {
            get {
                return ResourceManager.GetString("CREATEPROVIDERLIST_MustProviderProvidersXMLorProvidersFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Database Setting encountered an unexpected error. The provider &apos;{0}&apos; doesn&apos;t expect any addition arguments &apos;{1}&apos;..
        /// </summary>
        public static string CREATEPROVIDERLIST_NotExpectingAdditionalParameter {
            get {
                return ResourceManager.GetString("CREATEPROVIDERLIST_NotExpectingAdditionalParameter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CreateProviderList does not support ProvidersXml and ProvidersFile parameters at the same time.
        /// </summary>
        public static string CREATEPROVIDERLIST_NotSupportBothProvidersXMLAndProvidersFile {
            get {
                return ResourceManager.GetString("CREATEPROVIDERLIST_NotSupportBothProvidersXMLAndProvidersFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Database Setting Source Verification Error: The connection &apos;{0}&apos; in the publish profile has changed from what is currently declared for &apos;{1} ({2})&apos;. Because of this publishing has been blocked. If this was intended you can disable this check by specifying the value of &quot;True&quot; for the MSBuild property &quot;IgnoreDatabaseSettingOutOfSync.&quot; If this was not intended, open the Publish dialog in Visual Studio with this profile to correct the discrepancy. For more information visit http://go.microsoft.com/fwlin [rest of string was truncated]&quot;;.
        /// </summary>
        public static string CREATEPROVIDERLIST_OutofSyncWithSourcePublishDatabaseSetting {
            get {
                return ResourceManager.GetString("CREATEPROVIDERLIST_OutofSyncWithSourcePublishDatabaseSetting", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to SQL Server Express LocalDB is required in order to publish one or more of your databases. To learn more and install it, follow this link http://go.microsoft.com/fwlink/?LinkId=245956 .
        /// </summary>
        public static string CREATEPROVIDERLIST_SqlExpressPublishRequireLocalDB {
            get {
                return ResourceManager.GetString("CREATEPROVIDERLIST_SqlExpressPublishRequireLocalDB", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The remote host does not have the dbDacFx Web Deploy provider installed, which is required for database publishing. To learn more about this visit this link.
        ///
        ///FWLink: http://go.microsoft.com/fwlink/?LinkId=246068.
        /// </summary>
        public static string DeploymentError_MissingDbDacFx {
            get {
                return ResourceManager.GetString("DeploymentError_MissingDbDacFx", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Deployment status is &apos;{0}&apos;..
        /// </summary>
        public static string DeploymentStatus {
            get {
                return ResourceManager.GetString("DeploymentStatus", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Deployment status URL &apos;{0}&apos; is missing or invalid.
        /// </summary>
        public static string DeploymentStatus_InvalidPollingUrl {
            get {
                return ResourceManager.GetString("DeploymentStatus_InvalidPollingUrl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Polling for deployment status....
        /// </summary>
        public static string DeploymentStatus_Polling {
            get {
                return ResourceManager.GetString("DeploymentStatus_Polling", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Deployment status is &apos;{0}&apos;: {1}.
        /// </summary>
        public static string DeploymentStatusWithText {
            get {
                return ResourceManager.GetString("DeploymentStatusWithText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Generating Entity Framework SQL Scripts....
        /// </summary>
        public static string EFSCRIPT_Generating {
            get {
                return ResourceManager.GetString("EFSCRIPT_Generating", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Generating Entity Framework SQL Scripts completed successfully.
        /// </summary>
        public static string EFSCRIPT_GenerationCompleted {
            get {
                return ResourceManager.GetString("EFSCRIPT_GenerationCompleted", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Entity Framework SQL Script generation failed.
        /// </summary>
        public static string EFSCRIPT_GenerationFailed {
            get {
                return ResourceManager.GetString("EFSCRIPT_GenerationFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Adding file ({0})..
        /// </summary>
        public static string KUDUDEPLOY_AddingFile {
            get {
                return ResourceManager.GetString("KUDUDEPLOY_AddingFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Adding file ({0}) failed. Reason: {1}..
        /// </summary>
        public static string KUDUDEPLOY_AddingFileFailed {
            get {
                return ResourceManager.GetString("KUDUDEPLOY_AddingFileFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unable to publish to Azure. Error Details : &apos;{0}&apos;..
        /// </summary>
        public static string KUDUDEPLOY_AzurePublishErrorReason {
            get {
                return ResourceManager.GetString("KUDUDEPLOY_AzurePublishErrorReason", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Azure connection information cannot be empty..
        /// </summary>
        public static string KUDUDEPLOY_ConnectionInfoMissing {
            get {
                return ResourceManager.GetString("KUDUDEPLOY_ConnectionInfoMissing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Copying all files to temporary location for publish: &apos;{0}&apos;..
        /// </summary>
        public static string KUDUDEPLOY_CopyingToTempLocation {
            get {
                return ResourceManager.GetString("KUDUDEPLOY_CopyingToTempLocation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Copying all files to temporary location completed..
        /// </summary>
        public static string KUDUDEPLOY_CopyingToTempLocationCompleted {
            get {
                return ResourceManager.GetString("KUDUDEPLOY_CopyingToTempLocationCompleted", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to DeployOutputPath property cannot be empty..
        /// </summary>
        public static string KUDUDEPLOY_DeployOutputPathEmpty {
            get {
                return ResourceManager.GetString("KUDUDEPLOY_DeployOutputPathEmpty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish operation timed out..
        /// </summary>
        public static string KUDUDEPLOY_OperationTimeout {
            get {
                return ResourceManager.GetString("KUDUDEPLOY_OperationTimeout", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publishing to Azure..
        /// </summary>
        public static string KUDUDEPLOY_PublishAzure {
            get {
                return ResourceManager.GetString("KUDUDEPLOY_PublishAzure", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Failed..
        /// </summary>
        public static string KUDUDEPLOY_PublishFailed {
            get {
                return ResourceManager.GetString("KUDUDEPLOY_PublishFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Succeeded..
        /// </summary>
        public static string KUDUDEPLOY_PublishSucceeded {
            get {
                return ResourceManager.GetString("KUDUDEPLOY_PublishSucceeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publishing to site &apos;{0}&apos; failed. Reason: &apos;{1}&apos;..
        /// </summary>
        public static string KUDUDEPLOY_PublishZipFailedReason {
            get {
                return ResourceManager.GetString("KUDUDEPLOY_PublishZipFailedReason", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to execute msdeploy.exe..
        /// </summary>
        public static string MSDEPLOY_EXE_Failed {
            get {
                return ResourceManager.GetString("MSDEPLOY_EXE_Failed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Generate msdeploy.exe command line for preview only..
        /// </summary>
        public static string MSDEPLOY_EXE_PreviewOnly {
            get {
                return ResourceManager.GetString("MSDEPLOY_EXE_PreviewOnly", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Running msdeploy.exe..
        /// </summary>
        public static string MSDEPLOY_EXE_Start {
            get {
                return ResourceManager.GetString("MSDEPLOY_EXE_Start", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Successfully execute msdeploy.exe..
        /// </summary>
        public static string MSDEPLOY_EXE_Succeeded {
            get {
                return ResourceManager.GetString("MSDEPLOY_EXE_Succeeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalidate destination item count: {0}.
        /// </summary>
        public static string MSDEPLOY_InvalidDestinationCount {
            get {
                return ResourceManager.GetString("MSDEPLOY_InvalidDestinationCount", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalidate source items count: {0}.
        /// </summary>
        public static string MSDEPLOY_InvalidSourceCount {
            get {
                return ResourceManager.GetString("MSDEPLOY_InvalidSourceCount", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid verb({0}) for supplied source ({1}) and destination ({2})..
        /// </summary>
        public static string MSDEPLOY_InvalidVerbForTheInput {
            get {
                return ResourceManager.GetString("MSDEPLOY_InvalidVerbForTheInput", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to @rem ---------------------------------------------------------------------------------
        ///@rem This is provided as sample to deploy the package using msdeploy.exe
        ///@rem For information about IIS Web Deploy technology,
        ///@rem please visit https://go.microsoft.com/?linkid=9278654
        ///@rem Note: This batch file assumes the package and setparameters.xml are in the same folder with this file
        ///@rem ---------------------------------------------------------------------------------
        ///@if %_echo%!==! echo off
        ///setlocal
        ///@re [rest of string was truncated]&quot;;.
        /// </summary>
        public static string MsDeployBatchFile {
            get {
                return ResourceManager.GetString("MsDeployBatchFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to ===========================
        ///Prerequisites :
        ///--------------------------
        ///To deploy this Web package, Web Deploy (msdeploy.exe) must be installed on the computer that runs the .cmd file. For information about how to install Web Deploy, see the following URL:
        ///https://go.microsoft.com/?linkid=9278654
        ///This batch file requires that the package file &quot;$$ProjectName$$.zip&quot; and optionally provided the parameters file &quot;$$ProjectName$$.SetParameters.xml&quot; in the same folder or destination folder by environment varia [rest of string was truncated]&quot;;.
        /// </summary>
        public static string MsDeployReadMe {
            get {
                return ResourceManager.GetString("MsDeployReadMe", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to OneDeploy attempt to publish file through &apos;{0}&apos; failed with HTTP status code &apos;{1}&apos;..
        /// </summary>
        public static string ONEDEPLOY_FailedDeployRequest {
            get {
                return ResourceManager.GetString("ONEDEPLOY_FailedDeployRequest", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to OneDeploy attempt to publish file through &apos;{0}&apos; failed with HTTP status code &apos;{1}&apos;: {2}..
        /// </summary>
        public static string ONEDEPLOY_FailedDeployRequest_With_ResponseText {
            get {
                return ResourceManager.GetString("ONEDEPLOY_FailedDeployRequest_With_ResponseText", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to retrieve publish credentials..
        /// </summary>
        public static string ONEDEPLOY_FailedToRetrieveCredentials {
            get {
                return ResourceManager.GetString("ONEDEPLOY_FailedToRetrieveCredentials", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to OneDeploy attempt to publish file &apos;{0}&apos; through &apos;{1}&apos; failed with status code &apos;{2}&apos;. See the logs at &apos;{3}&apos;..
        /// </summary>
        public static string ONEDEPLOY_FailedWithLogs {
            get {
                return ResourceManager.GetString("ONEDEPLOY_FailedWithLogs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to File to publish &apos;{0}&apos; was not found or is not accessible..
        /// </summary>
        public static string ONEDEPLOY_FileToPublish_NotFound {
            get {
                return ResourceManager.GetString("ONEDEPLOY_FileToPublish_NotFound", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to PublishUrl &apos;{0}&apos; is missing or has an invalid value..
        /// </summary>
        public static string ONEDEPLOY_InvalidPublishUrl {
            get {
                return ResourceManager.GetString("ONEDEPLOY_InvalidPublishUrl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publishing &apos;{0}&apos; to &apos;{1}&apos;....
        /// </summary>
        public static string ONEDEPLOY_PublishingOneDeploy {
            get {
                return ResourceManager.GetString("ONEDEPLOY_PublishingOneDeploy", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to OneDeploy deployment succeeded..
        /// </summary>
        public static string ONEDEPLOY_Success {
            get {
                return ResourceManager.GetString("ONEDEPLOY_Success", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to File &apos;{0}&apos; uploaded to target instance..
        /// </summary>
        public static string ONEDEPLOY_Uploaded {
            get {
                return ResourceManager.GetString("ONEDEPLOY_Uploaded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unable to parse the pubxml file {0}..
        /// </summary>
        public static string POWERSHELL_PublishProfileParsingError {
            get {
                return ResourceManager.GetString("POWERSHELL_PublishProfileParsingError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The publish profile used for publishing was created in a newer version of the Visual Studio Web Publish features. In order to publish using this profile you will need to update your web publish components. To learn more about this, please visit http://go.microsoft.com/fwlink/?LinkId=256245.
        /// </summary>
        public static string Publich_InvalidPublishToolsVersion_Error {
            get {
                return ResourceManager.GetString("Publich_InvalidPublishToolsVersion_Error", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid Web Deploy service URL.
        /// </summary>
        public static string PublishArgumentError_InvalidRemoteServiceUrl {
            get {
                return ResourceManager.GetString("PublishArgumentError_InvalidRemoteServiceUrl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid site/application name.
        /// </summary>
        public static string PublishArgumentError_InvalidSiteAppName {
            get {
                return ResourceManager.GetString("PublishArgumentError_InvalidSiteAppName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Auto ConnectionString Transformed {0} into {1}..
        /// </summary>
        public static string PublishLocalizedString_AutoConnectionStringTransformConfigToTransformOutputFile {
            get {
                return ResourceManager.GetString("PublishLocalizedString_AutoConnectionStringTransformConfigToTransformOutputFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to $({0}) is {1}. Validating....
        /// </summary>
        public static string PublishLocalizedString_CheckingForValidMsBuildPropertyValue {
            get {
                return ResourceManager.GetString("PublishLocalizedString_CheckingForValidMsBuildPropertyValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Connection string for setting up this application database..
        /// </summary>
        public static string PublishLocalizedString_DatabaseConnectionStringParameterDescription {
            get {
                return ResourceManager.GetString("PublishLocalizedString_DatabaseConnectionStringParameterDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Exclude *.out files under root folder..
        /// </summary>
        public static string PublishLocalizedString_DefaultExcludeFileExtentionOutMessage {
            get {
                return ResourceManager.GetString("PublishLocalizedString_DefaultExcludeFileExtentionOutMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Exclude all files under obj folder..
        /// </summary>
        public static string PublishLocalizedString_DefaultExcludeIntermediateOutputFolderMessage {
            get {
                return ResourceManager.GetString("PublishLocalizedString_DefaultExcludeIntermediateOutputFolderMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Set all .scc .vspscc file as _IgnorableFilesInProjectFolder.  Set _CollectFiles_IncludeIgnorableFile to True to include in the packaging..
        /// </summary>
        public static string PublishLocalizedString_DefaultExcludeSourceControlItems {
            get {
                return ResourceManager.GetString("PublishLocalizedString_DefaultExcludeSourceControlItems", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Connection String used by Entity Framework Code First Model to deploy the database..
        /// </summary>
        public static string PublishLocalizedString_EFCodeFirstConnectionStringParameterDescription {
            get {
                return ResourceManager.GetString("PublishLocalizedString_EFCodeFirstConnectionStringParameterDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Deploy with IIS Setting from a IIS 7 or above to a lower verstion of IIS server is not supported. To fix the problem, please set the %24(IncludeIisSettings) to false. Your current setting are $(IncludeIisSettings) is {0}, $(DestinationIisVersion) is {1} and $(LocalIisVersion) is  {2}..
        /// </summary>
        public static string PublishLocalizedString_ErrorCannotDeployFromIIS7AboveToLowerIIS {
            get {
                return ResourceManager.GetString("PublishLocalizedString_ErrorCannotDeployFromIIS7AboveToLowerIIS", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to @({0}) have {1} item(s) in the collection. It should only have {2} item(s)..
        /// </summary>
        public static string PublishLocalizedString_ErrorInvalidMSBuildItemCollectionCount {
            get {
                return ResourceManager.GetString("PublishLocalizedString_ErrorInvalidMSBuildItemCollectionCount", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invalid $({0}): When $({1}) is set True. It is required to have a valid $({0}) to be use for creating parameters correctly..
        /// </summary>
        public static string PublishLocalizedString_ErrorInvalidPropertyWhenSettingPropertyIsTrue {
            get {
                return ResourceManager.GetString("PublishLocalizedString_ErrorInvalidPropertyWhenSettingPropertyIsTrue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; exists as a folder. You can&apos;t package as a single file to be the same path as an existing folder. Please delete the folder before packaging. Alternative,you can call msbuild with /t:CleanWebsitesPackage target to remove it..
        /// </summary>
        public static string PublishLocalizedString_ErrorPackageAsFilePointToAnExistingFolder {
            get {
                return ResourceManager.GetString("PublishLocalizedString_ErrorPackageAsFilePointToAnExistingFolder", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to &apos;{0}&apos; exists as a file. You can&apos;t package as an archive directory to be the same path as an existing file. Please delete the file before packaging. Alternative,you can call msbuild with /t:CleanWebsitesPackage target to remove it..
        /// </summary>
        public static string PublishLocalizedString_ErrorPackageAsFolderPointToAnExistingFile {
            get {
                return ResourceManager.GetString("PublishLocalizedString_ErrorPackageAsFolderPointToAnExistingFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to IisUrl property is required when UseIis property is True.
        /// </summary>
        public static string PublishLocalizedString_ErrorUseIisIsTrueButIisUrlIsEmpty {
            get {
                return ResourceManager.GetString("PublishLocalizedString_ErrorUseIisIsTrueButIisUrlIsEmpty", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to These two Properties are not compatable: $(UseWPP_CopyWebApplication) and  $(PipelineDependsOnBuild) both are True.
        ///Please correct the problem by either set $(Disable_CopyWebApplication) to true or set $(PipelineDependsOnBuild) to false to break the circular build dependency.
        ///Detail: $(UseWPP_CopyWebApplication) make the publsih pipeline (WPP) to be Part of the build and $(PipelineDependsOnBuild) make the WPP depend on build thus cause the build circular build dependency..
        /// </summary>
        public static string PublishLocalizedString_ErrorUseWPP_CopyWebApplicationAndPipelineDependsOnBuildBothTrue {
            get {
                return ResourceManager.GetString("PublishLocalizedString_ErrorUseWPP_CopyWebApplicationAndPipelineDependsOnBuildBot" +
                        "hTrue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Exclude All Debug Symbols.
        /// </summary>
        public static string PublishLocalizedString_ExcludeAllDebugSymbols {
            get {
                return ResourceManager.GetString("PublishLocalizedString_ExcludeAllDebugSymbols", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Exclude All files under {0}.
        /// </summary>
        public static string PublishLocalizedString_ExcludeAllFilesUnderFolder {
            get {
                return ResourceManager.GetString("PublishLocalizedString_ExcludeAllFilesUnderFolder", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Sample script for deploying this package is generated at the following location:
        ///{0}
        ///For this sample script, you can change the deploy parameters by changing the following file: 
        ///{1}.
        /// </summary>
        public static string PublishLocalizedString_FinishGenerateSampleMsDeployBatchScript {
            get {
                return ResourceManager.GetString("PublishLocalizedString_FinishGenerateSampleMsDeployBatchScript", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Found The following for Config tranformation:
        ///{0}.
        /// </summary>
        public static string PublishLocalizedString_FoundApplicationConfigForTransformation {
            get {
                return ResourceManager.GetString("PublishLocalizedString_FoundApplicationConfigForTransformation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Gather all files from project folder except in the exclusion list..
        /// </summary>
        public static string PublishLocalizedString_GatherAllFilesInProjectFolderExceptExclusion {
            get {
                return ResourceManager.GetString("PublishLocalizedString_GatherAllFilesInProjectFolderExceptExclusion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Gather all files from Project items @({0}). Adding:.
        /// </summary>
        public static string PublishLocalizedString_GatherSpecificItemsFromProject {
            get {
                return ResourceManager.GetString("PublishLocalizedString_GatherSpecificItemsFromProject", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Gather all files from Project items @({0})..
        /// </summary>
        public static string PublishLocalizedString_GatherSpecificItemsFromProjectNoDetail {
            get {
                return ResourceManager.GetString("PublishLocalizedString_GatherSpecificItemsFromProjectNoDetail", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Gather all files from Project output ({0}). Adding:.
        /// </summary>
        public static string PublishLocalizedString_GatherSpecificOutputsFromProject {
            get {
                return ResourceManager.GetString("PublishLocalizedString_GatherSpecificOutputsFromProject", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Generate source manifest file for Web Deploy package/publish ....
        /// </summary>
        public static string PublishLocalizedString_GenerateMsdeploySourceManifestFile {
            get {
                return ResourceManager.GetString("PublishLocalizedString_GenerateMsdeploySourceManifestFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Generating a sample batch commandline script for deploying this package....
        /// </summary>
        public static string PublishLocalizedString_GenerateSampleMsdeployBatchScript {
            get {
                return ResourceManager.GetString("PublishLocalizedString_GenerateSampleMsdeployBatchScript", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to IIS Web Site/Application name.
        /// </summary>
        public static string PublishLocalizedString_IISAppParameterDescription {
            get {
                return ResourceManager.GetString("PublishLocalizedString_IISAppParameterDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Physical path for this Web Application..
        /// </summary>
        public static string PublishLocalizedString_IISAppPhysicalPathDescription {
            get {
                return ResourceManager.GetString("PublishLocalizedString_IISAppPhysicalPathDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Insert additional ConnectionString Transformed {0} into {1}..
        /// </summary>
        public static string PublishLocalizedString_InsertAdditionalConnectionStringTransformConfigToTransformOutputFile {
            get {
                return ResourceManager.GetString("PublishLocalizedString_InsertAdditionalConnectionStringTransformConfigToTransform" +
                        "OutputFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Insert additional EFCodeFirst Database Deployment Transformed {0} into {1}..
        /// </summary>
        public static string PublishLocalizedString_InsertEFCodeFirstDeployContextTransformConfigToTransformOutputFile {
            get {
                return ResourceManager.GetString("PublishLocalizedString_InsertEFCodeFirstDeployContextTransformConfigToTransformOu" +
                        "tputFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to GetPublishingLocalizedString Task encounter invalid argument ID;.
        /// </summary>
        public static string PublishLocalizedString_InvalidArgument {
            get {
                return ResourceManager.GetString("PublishLocalizedString_InvalidArgument", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to $({0}) is {1}.
        /// </summary>
        public static string PublishLocalizedString_MsBuildPropertySettingValue {
            get {
                return ResourceManager.GetString("PublishLocalizedString_MsBuildPropertySettingValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Target {0} failed..
        /// </summary>
        public static string PublishLocalizedString_MSBuildTargetFailed {
            get {
                return ResourceManager.GetString("PublishLocalizedString_MSBuildTargetFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Packaging into {0}..
        /// </summary>
        public static string PublishLocalizedString_PackagingIntoLocation {
            get {
                return ResourceManager.GetString("PublishLocalizedString_PackagingIntoLocation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ///===========================
        ///Environment-Specific Settings:
        ///--------------------------
        ///.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpEnviroment {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpEnviroment", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ///	To customize application-specific settings for each deployment environment (for example, the IIS application name, the physical path, and any connection strings), edit the settings in the following file: 
        ///		 &quot;{0}&quot;.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpEnviromentExplained {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpEnviromentExplained", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ///===========================
        ///For more information on this deploy script visit:	{0}
        ///.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpMoreInfo {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpMoreInfo", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ///===========================
        ///Optional Flags:
        ///--------------------------
        /// By Default, this script deploy on the current machine where this script is called with current user credential without agent service. Only pass the following value for advance scenario.
        ///.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpOptional {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpOptional", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ///[Additional msdeploy.exe flags]
        ///	The msdeploy.exe command supports additional flags. You can include any of these additional flags in the &quot;$(ProjectName).Deploy.cmd&quot; file, and the flags are passed through to msdeploy.exe during execution.
        ///	Alternatively, you can specify additional flags by setting the &quot;_MsDeployAdditionalFlags&quot; environment variable. These settings are used by this batch file.
        ///	Note: Any flag value that includes an equal sign (=) must be enclosed in double quotation marks, as shown in t [rest of string was truncated]&quot;;.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpOptionalExplainedAdditionalFlags {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpOptionalExplainedAdditionalFlags", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ////A:&lt;Basic | NTLM&gt;
        ///	Specifies the type of authentication to be used. The possible values are NTLM and Basic. If the wmsvc provider setting is specified, the default authentication type is Basic; otherwise, the default authentication type is NTLM. 
        ///.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpOptionalExplainedFlagA {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpOptionalExplainedFlagA", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ////G:&lt;True | False&gt;
        ///	Specifies that the package is deployed by creating a temporary listener on the destination server. This requires no special installation on the destination server, but it requires you to be an administrator on that server. The default value of this flag is False. 
        ///.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpOptionalExplainedFlagG {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpOptionalExplainedFlagG", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ////L 
        ///	Specifies that the package is deployed to local IISExpress user instance.
        ///.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpOptionalExplainedFlagL {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpOptionalExplainedFlagL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ////M:&lt;Destination server name or Service URL&gt;
        ///	If this flag is not specified, the package is installed on the computer where the command is run. The Service URL can be in the following format:
        ///		https://&lt;DestinationServer&gt;:8172/MSDeploy.axd 
        ///	This format requires that IIS 7 be installed on the destination server and that IIS 7 Web Management Service(WMSvc) and Web Deployment Handler be set up.
        ///	The service URL can also be in the following format:
        ///		http://&lt;DestinationServer&gt;/MSDeployAgentService 
        ///	Thi [rest of string was truncated]&quot;;.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpOptionalExplainedFlagM {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpOptionalExplainedFlagM", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ////U:&lt;UserName&gt;
        ////P:&lt;Password&gt;.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpOptionalExplainedFlagUP {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpOptionalExplainedFlagUP", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ///===========================
        ///Prerequisites :
        ///--------------------------
        ///To deploy this Web package, Web Deploy (msdeploy.exe) must be installed on the computer that runs the .cmd file. For information about how to install Web Deploy, see the following URL:
        ///{0}
        ///This batch file requires that the package file &quot;{1}&quot; and optionally provided the parameters file &quot;{2}&quot; in the same folder or destination folder by environment variable.
        ///.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpPrerequisites {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpPrerequisites", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ///===========================
        ///Required Flags:
        ///--------------------------.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpRequired {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ////T:
        ///	Calls msdeploy.exe with the &quot;-whatif&quot; flag, which simulates deployment. This does not deploy the package. Instead, it creates a report of what will happen when you actually deploy the package..
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpRequiredExplainedFlagT {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpRequiredExplainedFlagT", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ////Y:
        ///	Calls msdeploy.exe without the &quot;-whatif&quot; flag, which deploys the package to the current machine or a destination server. Use /Y after you have verified the output that was generated by using the /T flag.
        ///
        ///Note: Do not use /T and /Y in the same command.
        ///.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpRequiredExplainedFlagY {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpRequiredExplainedFlagY", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to 
        ///===========================
        ///Usage:
        ///--------------------------
        ///{0} [/T|/Y] [/M:ComputerName] [/U:UserName] [/P:Password] [/G:UseTempAgent] [Additional msdeploy.exe flags ...]
        ///
        ///.
        /// </summary>
        public static string PublishLocalizedString_SampleScriptHelpSection1 {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SampleScriptHelpSection1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Sql Command Variable for setting up this application database..
        /// </summary>
        public static string PublishLocalizedString_SqlCommandVariableParameterDescription {
            get {
                return ResourceManager.GetString("PublishLocalizedString_SqlCommandVariableParameterDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Start Web Deploy Publish the Application/package to {0} ....
        /// </summary>
        public static string PublishLocalizedString_StartMsDeployPublishToRemote {
            get {
                return ResourceManager.GetString("PublishLocalizedString_StartMsDeployPublishToRemote", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Test deploy this Web Deploy package onto current machine..
        /// </summary>
        public static string PublishLocalizedString_TestDeployPackageOnCurrentMachine {
            get {
                return ResourceManager.GetString("PublishLocalizedString_TestDeployPackageOnCurrentMachine", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Transformed {0} using {1} into {2}..
        /// </summary>
        public static string PublishLocalizedString_TransformConfigUsingTransformFileToTransformOutputFile {
            get {
                return ResourceManager.GetString("PublishLocalizedString_TransformConfigUsingTransformFileToTransformOutputFile", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Web Deploy publish/package validating error: Missing or Invalid property value for $({0}).
        /// </summary>
        public static string PublishLocalizedString_ValidateErrorMsDeployPublishSetting {
            get {
                return ResourceManager.GetString("PublishLocalizedString_ValidateErrorMsDeployPublishSetting", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Validating Web Deploy package/publish related properties....
        /// </summary>
        public static string PublishLocalizedString_ValidatingMsDeployPublishSettings {
            get {
                return ResourceManager.GetString("PublishLocalizedString_ValidatingMsDeployPublishSettings", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Setting both property values of DeployAsIisApp and IncludeIisSettingsOnPublish to true is not recommended, as IncludeIisSettingsOnPublish is a superset of DeployAsIisApp.
        /// </summary>
        public static string PublishLocalizedString_WarningOnSettingBothIncludeIisSettingsOnPublishAndDeployAsIisApp {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WarningOnSettingBothIncludeIisSettingsOnPublishAndDeployAs" +
                        "IisApp", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Setting value to $(RemoteSitePhysicalPath) might not work if IIS setting is not included.
        /// </summary>
        public static string PublishLocalizedString_WarningOnSettingRemoteSitePhysicalPathWhenIISSettingIsNotInclude {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WarningOnSettingRemoteSitePhysicalPathWhenIISSettingIsNotI" +
                        "nclude", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Connection String used in web.config by the application to access the database..
        /// </summary>
        public static string PublishLocalizedString_WebConfigConnectionStringParameterDescription {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebConfigConnectionStringParameterDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The value for PublishProfile is set to &apos;{0}&apos;, expected to find the file at &apos;{1}&apos; but it could not be found..
        /// </summary>
        public static string PublishLocalizedString_WebPublishInvalidatePublishProfileSettings {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebPublishInvalidatePublishProfileSettings", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This specific WebPublishMethod({0}) is not yet supported on msbuild command line.  Please use Visual Studio to publish..
        /// </summary>
        public static string PublishLocalizedString_WebPublishMethodIsNotSupportedInCmdLine {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebPublishMethodIsNotSupportedInCmdLine", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Pipeline Collect Files Phase.
        /// </summary>
        public static string PublishLocalizedString_WebPublishPipelineCollectFilesPhase {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebPublishPipelineCollectFilesPhase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Copying Web Application Project Files for {0} to {1}..
        /// </summary>
        public static string PublishLocalizedString_WebPublishPipelineCopyWebApplication {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebPublishPipelineCopyWebApplication", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Pipeline Deploy Phase.
        /// </summary>
        public static string PublishLocalizedString_WebPublishPipelineDeployPhase {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebPublishPipelineDeployPhase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Pipeline Deploy phase Stage {0}.
        /// </summary>
        public static string PublishLocalizedString_WebPublishPipelineDeployPhaseStage1 {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebPublishPipelineDeployPhaseStage1", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Copying all files to temporary location below for package/publish:
        ///{0}..
        /// </summary>
        public static string PublishLocalizedString_WebPublishPipelineMaterializeAllFilesToTempDir {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebPublishPipelineMaterializeAllFilesToTempDir", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Invoking Web Deploy to generate the package with the following settings:.
        /// </summary>
        public static string PublishLocalizedString_WebPublishPipelineMSDeploySettings {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebPublishPipelineMSDeploySettings", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Pipeline {0} Phase.
        /// </summary>
        public static string PublishLocalizedString_WebPublishPipelinePhase {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebPublishPipelinePhase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Pipeline Transform Phase.
        /// </summary>
        public static string PublishLocalizedString_WebPublishPipelineTransformPhase {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebPublishPipelineTransformPhase", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to PublishProfile({0}) is set. But the $({1}) does not have a valid value.  Current Value is &quot;{2}&quot;..
        /// </summary>
        public static string PublishLocalizedString_WebPublishProfileInvalidPropertyValue {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebPublishProfileInvalidPropertyValue", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Validating PublishProfile({0}) settings..
        /// </summary>
        public static string PublishLocalizedString_WebPublishValidatePublishProfileSettings {
            get {
                return ResourceManager.GetString("PublishLocalizedString_WebPublishValidatePublishProfileSettings", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property &apos;{0}&apos; must be non-empty..
        /// </summary>
        public static string ValidateParameter_ArgumentNullError {
            get {
                return ResourceManager.GetString("ValidateParameter_ArgumentNullError", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Adding Parameter ({0}) with value ({1}) into to object ({2})..
        /// </summary>
        public static string VSMSDEPLOY_AddParameterIntoObject {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_AddParameterIntoObject", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to User cancel Web deployment operation..
        /// </summary>
        public static string VSMSDEPLOY_Canceled {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_Canceled", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The following two items have duplicate item metadata %({0}). The two items data are {1} and {2}..
        /// </summary>
        public static string VSMSDEPLOY_DuplicateItemMetadata {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_DuplicateItemMetadata", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An IIS secure setting was detected while packaging/publishing. An encryption password is required to proceed.
        ///In Visual Studio, the password can be entered in the project&apos;s Package/Publish property page.
        ///In team build or command line, password can be provided by setting MsBuild $(DeployEncryptKey) property.
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_EncryptionExceptionMessage {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_EncryptionExceptionMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish failed to deploy..
        /// </summary>
        public static string VSMSDEPLOY_FailedDeploy {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_FailedDeploy", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Package failed..
        /// </summary>
        public static string VSMSDEPLOY_FailedPackage {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_FailedPackage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Web deployment task failed. ({0}).
        /// </summary>
        public static string VSMSDEPLOY_FailedWithException {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_FailedWithException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Web deployment task failed. ({0})
        ///{1}.
        /// </summary>
        public static string VSMSDEPLOY_FailedWithExceptionWithDetail {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_FailedWithExceptionWithDetail", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Source ({0}) and destination ({1}) are not compatible for given operation..
        /// </summary>
        public static string VSMSDEPLOY_InvalidOperation {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_InvalidOperation", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Provider({0})is not a recognized provider..
        /// </summary>
        public static string VSMSDEPLOY_InvalidProviderName {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_InvalidProviderName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unknown ProviderOption:{0}. Known ProviderOptions are:{1}..
        /// </summary>
        public static string VSMSDEPLOY_InvalidProviderOption {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_InvalidProviderOption", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to load publish certificate dialog due to error of {0}.
        /// </summary>
        public static string VSMSDEPLOY_LoadVSCertUIFailed {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_LoadVSCertUIFailed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to For x86(32 bit): http://go.microsoft.com/fwlink/?LinkId=109365..
        /// </summary>
        public static string VSMSDEPLOY_MSDEPLOY32bit {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_MSDEPLOY32bit", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to For x64(64 bit): http://go.microsoft.com/fwlink/?LinkId=109366..
        /// </summary>
        public static string VSMSDEPLOY_MSDEPLOY64bit {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_MSDEPLOY64bit", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Package/Publish task {0} failed to load Web Deploy assemblies. Microsoft Web Deploy is not correctly installed on this machine. Microsoft Web Deploy v3 or higher is recommended..
        /// </summary>
        public static string VSMSDEPLOY_MSDEPLOYASSEMBLYLOAD_FAIL {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_MSDEPLOYASSEMBLYLOAD_FAIL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to invoke or execute {0} provider on the web server.  The Web Deployment Tool&apos;s {0} provider is either not enabled or failed to executed specific commands on the server.  Please contact your server administrator for assistance. (Web Deploy Provider is &quot;{0}&quot;).
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_MsDeployExceptionFwlink1Message {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_MsDeployExceptionFwlink1Message", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Make sure you have appropriate permissions on the server to publish IIS settings. Alternatively, exclude settings that require administrative permissions on the server. (Web Deploy Provider is &quot;{0}&quot;).
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_MsDeployExceptionFwlink1SiteMessage {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_MsDeployExceptionFwlink1SiteMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Make sure the database connection string for the server is correct and that you have appropriate permission to access the database. (Web Deploy Provider is &quot;{0}&quot;).
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_MsDeployExceptionFwlink1SQLMessage {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_MsDeployExceptionFwlink1SQLMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Make sure you have appropriate permissions on the server to publish IIS settings. Alternatively, exclude settings that require administrative permission on the server.
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_MsDeployExceptionFwlink2Message {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_MsDeployExceptionFwlink2Message", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This can occur if the publish process cannot connect to the database on the server. Make sure the database connection string is correct.
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_MsDeployExceptionFwlink3Message {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_MsDeployExceptionFwlink3Message", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to publish the database. This can happen if the remote database cannot run the script. Try modifying the database scripts, or disabling database publishing in the Package/Publish Web properties page. If the script failed due to database tables already exist, try dropping existing database objects before creating new ones. For more information on doing these options from Visual Studio, see http://go.microsoft.com/fwlink/?LinkId=179181.
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_MsDeployExceptionFwlink4Message {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_MsDeployExceptionFwlink4Message", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Package/Publish depends on Microsoft Web Deploy technology. Microsoft Web Deploy is not correctly installed on this machine. Please install from following link: {0}{1}. ({2}).
        /// </summary>
        public static string VSMSDEPLOY_MSDEPLOYLOADFAIL {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_MSDEPLOYLOADFAIL", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Package/Publish depends on Microsoft Web Deployment technology. Microsoft Web Deployment is installed but doesn&apos;t meet the minimum version requirement. Please reinstall from following link: {0}{1}. (Current Version:{2}, Minimum Version needed:{3}).
        /// </summary>
        public static string VSMSDEPLOY_MSDEPLOYMinVersion {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_MSDEPLOYMinVersion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Package/Publish task {0} load assembly {1}.
        /// </summary>
        public static string VSMSDEPLOY_MSDEPLOYVERSIONLOAD {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_MSDEPLOYVERSIONLOAD", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {0}({1}).
        /// </summary>
        public static string VSMSDEPLOY_ObjectIdentity {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_ObjectIdentity", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Skip Directive {0} enable state is changed to {1}..
        /// </summary>
        public static string VSMSDEPLOY_SkipDirectiveSetEnable {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_SkipDirectiveSetEnable", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Generate schema/data sql scripts from SQLCE require Web Deploy 2.0 and up to function properly.  Please install the latest Web Deploy from {0}..
        /// </summary>
        public static string VSMSDEPLOY_SQLCEMigrationNeedLatestMSDeploy {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_SQLCEMigrationNeedLatestMSDeploy", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Starting Web deployment task from source: {0} to Destination: {1}..
        /// </summary>
        public static string VSMSDEPLOY_Start {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_Start", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Package is successfully created as archive directory at the following location:
        ///{0}.
        /// </summary>
        public static string VSMSDEPLOY_SucceedArchiveDir {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_SucceedArchiveDir", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publish Succeeded..
        /// </summary>
        public static string VSMSDEPLOY_SucceedDeploy {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_SucceedDeploy", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Successfully executed Web deployment task..
        /// </summary>
        public static string VSMSDEPLOY_Succeeded {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_Succeeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Package &quot;{0}&quot; is successfully created as single file at the following location:
        ///{1}.
        /// </summary>
        public static string VSMSDEPLOY_SucceedPackage {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_SucceedPackage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Unknown Parameter {0}. Source Known Parameters are: {1}..
        /// </summary>
        public static string VSMSDEPLOY_UnknownParameter {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_UnknownParameter", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Skip Directive {0} can not be identified..
        /// </summary>
        public static string VSMSDEPLOY_UnknownSkipDirective {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_UnknownSkipDirective", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Make sure the site name, user name, and password are correct. If the issue is not resolved, please contact your local or server administrator.
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_WebException401Message {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_WebException401Message", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The requested resource does not exist, or the requested URL is incorrect.
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_WebException404Message {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_WebException404Message", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Make sure firewall and network settings on your computer and on the server are configured to allow connections between them. If the issue is not resolved, please contact your local or server administrator.
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_WebException502Message {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_WebException502Message", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Make sure the site that you are deploying to is a valid site on the destination server. If the issue is not resolved, please contact your server administrator.
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_WebException550Message {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_WebException550Message", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Make sure the appliction that you are deploying to is a valide application on the destination server. If the issue is not resolved, please contact your server administrator.
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_WebException551Message {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_WebException551Message", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to This error indicates that you cannot connect to the server. Make sure the service URL is correct, firewall and network settings on this computer and on the server computer are configured properly, and the appropriate services have been started on the server.
        ///Error details:.
        /// </summary>
        public static string VSMSDEPLOY_WebExceptionConnectFailureMessage {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_WebExceptionConnectFailureMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to http://go.microsoft.com/fwlink/?LinkId=124618.
        /// </summary>
        public static string VSMSDEPLOY_WebPackageHelpLink {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_WebPackageHelpLink", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to To get the instructions on how to deploy the web package please visit the following link:.
        /// </summary>
        public static string VSMSDEPLOY_WebPackageHelpLinkMessage {
            get {
                return ResourceManager.GetString("VSMSDEPLOY_WebPackageHelpLinkMessage", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The acceptable value for AspNetCoreHostingModel property is either &quot;InProcess&quot; or &quot;OutOfProcess&quot;..
        /// </summary>
        public static string WebConfigTransform_HostingModel_Error {
            get {
                return ResourceManager.GetString("WebConfigTransform_HostingModel_Error", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to In process hosting is not supported for AspNetCoreModule. Change the AspNetCoreModule to at least AspNetCoreModuleV2..
        /// </summary>
        public static string WebConfigTransform_InvalidHostingOption {
            get {
                return ResourceManager.GetString("WebConfigTransform_InvalidHostingOption", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Setting {0}.
        /// </summary>
        public static string WEBDEPLOY_AssemblyInfo_Attribute {
            get {
                return ResourceManager.GetString("WEBDEPLOY_AssemblyInfo_Attribute", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to Generate AssemblyInfo file..
        /// </summary>
        public static string WEBDEPLOY_AssemblyInfo_Failed {
            get {
                return ResourceManager.GetString("WEBDEPLOY_AssemblyInfo_Failed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Generating AssemblyInfo..
        /// </summary>
        public static string WEBDEPLOY_AssemblyInfo_Start {
            get {
                return ResourceManager.GetString("WEBDEPLOY_AssemblyInfo_Start", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Successfully generated AssemblyInfo file..
        /// </summary>
        public static string WEBDEPLOY_AssemblyInfo_Succeeded {
            get {
                return ResourceManager.GetString("WEBDEPLOY_AssemblyInfo_Succeeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Missing ApplicationPath parameter (the physical path of the precompiled application)..
        /// </summary>
        public static string WEBDEPLOY_MERGE_ApplicationPath {
            get {
                return ResourceManager.GetString("WEBDEPLOY_MERGE_ApplicationPath", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to ContentAssembly parameter cannot be combined with the Prefix or NameSingleAssemblyName parameter. If specified, the entire application will be merged to a single assembly with the given name..
        /// </summary>
        public static string WEBDEPLOY_MERGE_ContentAssemblyName {
            get {
                return ResourceManager.GetString("WEBDEPLOY_MERGE_ContentAssemblyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to merge &apos;{0}&apos;..
        /// </summary>
        public static string WEBDEPLOY_MERGE_Failed {
            get {
                return ResourceManager.GetString("WEBDEPLOY_MERGE_Failed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to SingleAssemblyName parameter cannot be combined with the Prefix or ContentAssemblyName parameter. If specified, the entire application will be merged to a single assembly with the given name..
        /// </summary>
        public static string WEBDEPLOY_MERGE_SingleAssemblyName {
            get {
                return ResourceManager.GetString("WEBDEPLOY_MERGE_SingleAssemblyName", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Running aspnet_merge.exe..
        /// </summary>
        public static string WEBDEPLOY_MERGE_Start {
            get {
                return ResourceManager.GetString("WEBDEPLOY_MERGE_Start", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Successfully merged &apos;{0}&apos;..
        /// </summary>
        public static string WEBDEPLOY_MERGE_Succeeded {
            get {
                return ResourceManager.GetString("WEBDEPLOY_MERGE_Succeeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Checking the deployment status....
        /// </summary>
        public static string ZIPDEPLOY_Check_DeploymentStatus {
            get {
                return ResourceManager.GetString("ZIPDEPLOY_Check_DeploymentStatus", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Deployment status is {0}..
        /// </summary>
        public static string ZIPDEPLOY_DeploymentStatus {
            get {
                return ResourceManager.GetString("ZIPDEPLOY_DeploymentStatus", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Polling for deployment status....
        /// </summary>
        public static string ZIPDEPLOY_DeploymentStatusPolling {
            get {
                return ResourceManager.GetString("ZIPDEPLOY_DeploymentStatusPolling", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Zip Deployment failed. .
        /// </summary>
        public static string ZIPDEPLOY_Failed {
            get {
                return ResourceManager.GetString("ZIPDEPLOY_Failed", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The attempt to publish the ZIP file through &apos;{0}&apos; failed with HTTP status code &apos;{1}&apos;..
        /// </summary>
        public static string ZIPDEPLOY_FailedDeploy {
            get {
                return ResourceManager.GetString("ZIPDEPLOY_FailedDeploy", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to The attempt to publish the ZIP file through &apos;{0}&apos; failed with HTTP status code &apos;{1}&apos;. See the logs at &apos;{2}&apos;..
        /// </summary>
        public static string ZIPDEPLOY_FailedDeployWithLogs {
            get {
                return ResourceManager.GetString("ZIPDEPLOY_FailedDeployWithLogs", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Failed to retrieve credentials..
        /// </summary>
        public static string ZIPDEPLOY_FailedToRetrieveCred {
            get {
                return ResourceManager.GetString("ZIPDEPLOY_FailedToRetrieveCred", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Neither SiteName nor PublishUrl was given a value..
        /// </summary>
        public static string ZIPDEPLOY_InvalidSiteNamePublishUrl {
            get {
                return ResourceManager.GetString("ZIPDEPLOY_InvalidSiteNamePublishUrl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Publishing {0} to {1}....
        /// </summary>
        public static string ZIPDEPLOY_PublishingZip {
            get {
                return ResourceManager.GetString("ZIPDEPLOY_PublishingZip", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Zip Deployment succeeded..
        /// </summary>
        public static string ZIPDEPLOY_Succeeded {
            get {
                return ResourceManager.GetString("ZIPDEPLOY_Succeeded", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Uploaded the Zip file to the target..
        /// </summary>
        public static string ZIPDEPLOY_Uploaded {
            get {
                return ResourceManager.GetString("ZIPDEPLOY_Uploaded", resourceCulture);
            }
        }
    }
}