diff --git a/src/Autofac.Extras.AggregateService/Autofac.Extras.AggregateService.csproj b/src/Autofac.Extras.AggregateService/Autofac.Extras.AggregateService.csproj index 359ba3a..c921357 100644 --- a/src/Autofac.Extras.AggregateService/Autofac.Extras.AggregateService.csproj +++ b/src/Autofac.Extras.AggregateService/Autofac.Extras.AggregateService.csproj @@ -63,7 +63,7 @@ ResXFileCodeGenerator AggregateServicesResources.Designer.cs - Properties/AggregateServicesResources.Designer.cs + $(IntermediateOutputPath)/AggregateServicesResources.Designer.cs CSharp Autofac.Extras.AggregateService AggregateServicesResources diff --git a/src/Autofac.Extras.AggregateService/Properties/AggregateServicesResources.Designer.cs b/src/Autofac.Extras.AggregateService/Properties/AggregateServicesResources.Designer.cs deleted file mode 100644 index 7b2838f..0000000 --- a/src/Autofac.Extras.AggregateService/Properties/AggregateServicesResources.Designer.cs +++ /dev/null @@ -1,78 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Autofac.Extras.AggregateService { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// This class was generated by MSBuild using the GenerateResource task. - /// To add or remove a member, edit your .resx file then rerun MSBuild. - /// - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Build.Tasks.StronglyTypedResourceBuilder", "15.1.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class AggregateServicesResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal AggregateServicesResources() { - } - - /// - /// 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("Autofac.Extras.AggregateService.AggregateServicesResources", typeof(AggregateServicesResources).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 Aggregate service type may not have an open generic type parameter.. - /// - internal static string InterfaceMayNotContainGenericParameters { - get { - return ResourceManager.GetString("InterfaceMayNotContainGenericParameters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Aggregate service type must be an interface.. - /// - internal static string TypeMustBeInterface { - get { - return ResourceManager.GetString("TypeMustBeInterface", resourceCulture); - } - } - } -}