//------------------------------------------------------------------------------
//
// 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.
//
//------------------------------------------------------------------------------
namespace Microsoft.NuGet.Build.Tasks {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// 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", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Strings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Strings() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.NuGet.Build.Tasks.Strings", typeof(Strings).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to The preprocessor token '{0}' has been given more than one value. Choosing '{1}' as the value..
///
internal static string DuplicatePreprocessorToken {
get {
return ResourceManager.GetString("DuplicatePreprocessorToken", resourceCulture);
}
}
///
/// Looks up a localized string similar to Lock file {0} couldn't be found. Run a NuGet package restore to generate this file..
///
internal static string LockFileNotFound {
get {
return ResourceManager.GetString("LockFileNotFound", resourceCulture);
}
}
///
/// Looks up a localized string similar to Your project is not referencing the "{0}" framework. Add a reference to "{0}" in the "frameworks" section of your project.json, and then re-run NuGet restore..
///
internal static string MissingFramework {
get {
return ResourceManager.GetString("MissingFramework", resourceCulture);
}
}
///
/// Looks up a localized string similar to Your project is consuming assets from the project '{0}' but no MSBuild project is found in the project.lock.json. Check the project references in your project file, and re-run NuGet restore..
///
internal static string MissingMSBuildPathInProjectPackage {
get {
return ResourceManager.GetString("MissingMSBuildPathInProjectPackage", resourceCulture);
}
}
///
/// Looks up a localized string similar to The package '{0}' could not be found in the libraries section of the lock file. This may indicate your lock file is corrupted..
///
internal static string MissingPackageInTargetsSection {
get {
return ResourceManager.GetString("MissingPackageInTargetsSection", resourceCulture);
}
}
///
/// Looks up a localized string similar to The project.json is referencing the project '{0}', but an output path was not specified on an item in the {1} property..
///
internal static string MissingProjectReference {
get {
return ResourceManager.GetString("MissingProjectReference", resourceCulture);
}
}
///
/// Looks up a localized string similar to Your project.json doesn't list '{0}' as a targeted runtime. You should add '{1}' inside your "runtimes" section in your project.json, and then re-run NuGet restore..
///
internal static string MissingRuntimeInRuntimesSection {
get {
return ResourceManager.GetString("MissingRuntimeInRuntimesSection", resourceCulture);
}
}
///
/// Looks up a localized string similar to Your project.json doesn't have a runtimes section. You should add '{0}' to your project.json and then re-run NuGet restore..
///
internal static string MissingRuntimesSection {
get {
return ResourceManager.GetString("MissingRuntimesSection", resourceCulture);
}
}
///
/// Looks up a localized string similar to No targets could be found in the lock file. Make sure you have a supports or runtimes section i your project.json file..
///
internal static string NoTargetsInLockFile {
get {
return ResourceManager.GetString("NoTargetsInLockFile", resourceCulture);
}
}
///
/// Looks up a localized string similar to The package {0} with version {1} could not be found in {2}. Run a NuGet package restore to download the package..
///
internal static string PackageFolderNotFound {
get {
return ResourceManager.GetString("PackageFolderNotFound", resourceCulture);
}
}
///
/// Looks up a localized string similar to The {0} property must be set in order to consume preprocessed content..
///
internal static string PreprocessedDirectoryNotSet {
get {
return ResourceManager.GetString("PreprocessedDirectoryNotSet", resourceCulture);
}
}
///
/// Looks up a localized string similar to The token '{0}' is unrecognized..
///
internal static string UnspecifiedToken {
get {
return ResourceManager.GetString("UnspecifiedToken", resourceCulture);
}
}
}
}