From 128d896a9a021fc58b1300c62da68f50de3ac1a0 Mon Sep 17 00:00:00 2001 From: bcsanches Date: Fri, 20 Jan 2023 17:36:22 -0300 Subject: [PATCH 1/3] Updated versions --- Framework/Atf.Core/Atf.Core.vs2010.csproj | 8 +++++--- .../Atf.Gui.WinForms.vs2010.csproj | 6 ++++-- Framework/Atf.Gui/Atf.Gui.vs2010.csproj | 6 ++++-- .../Atf.Gui/Properties/Resources.Designer.cs | 15 +++++++++------ 4 files changed, 22 insertions(+), 13 deletions(-) diff --git a/Framework/Atf.Core/Atf.Core.vs2010.csproj b/Framework/Atf.Core/Atf.Core.vs2010.csproj index e7269548..2e7fdc27 100644 --- a/Framework/Atf.Core/Atf.Core.vs2010.csproj +++ b/Framework/Atf.Core/Atf.Core.vs2010.csproj @@ -1,7 +1,7 @@  - + - None + None Debug AnyCPU 9.0.30729 @@ -11,7 +11,7 @@ Properties Sce.Atf Atf.Core - v4.0 + v4.8 512 @@ -26,6 +26,7 @@ 4 true 649 + false pdbonly @@ -40,6 +41,7 @@ AnyCPU 649 true + false diff --git a/Framework/Atf.Gui.WinForms/Atf.Gui.WinForms.vs2010.csproj b/Framework/Atf.Gui.WinForms/Atf.Gui.WinForms.vs2010.csproj index eece7657..f6d59c2e 100644 --- a/Framework/Atf.Gui.WinForms/Atf.Gui.WinForms.vs2010.csproj +++ b/Framework/Atf.Gui.WinForms/Atf.Gui.WinForms.vs2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties Sce.Atf Atf.Gui.WinForms - v4.0 + v4.8 512 @@ -25,6 +25,7 @@ 4 true 649 + false pdbonly @@ -36,6 +37,7 @@ 4 true 649 + false diff --git a/Framework/Atf.Gui/Atf.Gui.vs2010.csproj b/Framework/Atf.Gui/Atf.Gui.vs2010.csproj index 98e3f337..3129473d 100644 --- a/Framework/Atf.Gui/Atf.Gui.vs2010.csproj +++ b/Framework/Atf.Gui/Atf.Gui.vs2010.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties Sce.Atf Atf.Gui - v4.0 + v4.8 512 @@ -28,6 +28,7 @@ + false pdbonly @@ -42,6 +43,7 @@ true + false diff --git a/Framework/Atf.Gui/Properties/Resources.Designer.cs b/Framework/Atf.Gui/Properties/Resources.Designer.cs index 326605e4..84f84e07 100644 --- a/Framework/Atf.Gui/Properties/Resources.Designer.cs +++ b/Framework/Atf.Gui/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.4927 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -13,12 +13,13 @@ namespace Sce.Atf.Properties { /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// 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", "2.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -32,7 +33,8 @@ internal Resources() { } /// - /// Returns the cached ResourceManager instance used by this class + /// 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 { @@ -45,8 +47,9 @@ internal Resources() { } /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class + /// 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 { From 0be2498aca59dc08c93725e6aeba4b3d6949b325 Mon Sep 17 00:00:00 2001 From: bcsanches Date: Wed, 20 Mar 2024 17:20:01 -0300 Subject: [PATCH 2/3] ignore temp files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 33b30609..a409b3e5 100644 --- a/.gitignore +++ b/.gitignore @@ -176,4 +176,7 @@ UpgradeLog*.htm *.bim_*.settings # Microsoft Fakes -FakesAssemblies/ \ No newline at end of file +FakesAssemblies/ +/Framework/Atf.Core/.vs +/Framework/Atf.Gui/.vs +/Framework/Atf.Gui.WinForms/.vs From cde6c00ba171f4b018eb79910067b9663c083d29 Mon Sep 17 00:00:00 2001 From: bcsanches Date: Tue, 16 Apr 2024 17:28:00 -0300 Subject: [PATCH 3/3] gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 33b30609..59586859 100644 --- a/.gitignore +++ b/.gitignore @@ -176,4 +176,6 @@ UpgradeLog*.htm *.bim_*.settings # Microsoft Fakes -FakesAssemblies/ \ No newline at end of file +FakesAssemblies/ +/Framework/Atf.Core/.vs/Atf.Core.vs2010.csproj.dtbcache.json +/Framework/Atf.Gui/.vs/Atf.Gui.vs2010.csproj.dtbcache.json