commit 544bbcdc80534abb1eb04ca79bf082cbb6f30bed Author: Shao Wei Date: Wed Apr 9 16:51:49 2025 +0800 firt commit. diff --git a/.vs/ProjectEvaluation/test.metadata.v7.bin b/.vs/ProjectEvaluation/test.metadata.v7.bin new file mode 100644 index 0000000..96f5c32 Binary files /dev/null and b/.vs/ProjectEvaluation/test.metadata.v7.bin differ diff --git a/.vs/ProjectEvaluation/test.projects.v7.bin b/.vs/ProjectEvaluation/test.projects.v7.bin new file mode 100644 index 0000000..99f52ca Binary files /dev/null and b/.vs/ProjectEvaluation/test.projects.v7.bin differ diff --git a/.vs/test/DesignTimeBuild/.dtbcache.v2 b/.vs/test/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..6dbb6bf Binary files /dev/null and b/.vs/test/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/test/FileContentIndex/40bdac44-5e84-43c5-9233-58c94d16dd37.vsidx b/.vs/test/FileContentIndex/40bdac44-5e84-43c5-9233-58c94d16dd37.vsidx new file mode 100644 index 0000000..d888968 Binary files /dev/null and b/.vs/test/FileContentIndex/40bdac44-5e84-43c5-9233-58c94d16dd37.vsidx differ diff --git a/.vs/test/FileContentIndex/9e798a3a-7319-419e-86a0-7b577fde7038.vsidx b/.vs/test/FileContentIndex/9e798a3a-7319-419e-86a0-7b577fde7038.vsidx new file mode 100644 index 0000000..a7106b2 Binary files /dev/null and b/.vs/test/FileContentIndex/9e798a3a-7319-419e-86a0-7b577fde7038.vsidx differ diff --git a/.vs/test/FileContentIndex/f5a1d6ff-e7c3-4ab0-a924-224067f99edd.vsidx b/.vs/test/FileContentIndex/f5a1d6ff-e7c3-4ab0-a924-224067f99edd.vsidx new file mode 100644 index 0000000..1f5886c Binary files /dev/null and b/.vs/test/FileContentIndex/f5a1d6ff-e7c3-4ab0-a924-224067f99edd.vsidx differ diff --git a/.vs/test/v17/.futdcache.v2 b/.vs/test/v17/.futdcache.v2 new file mode 100644 index 0000000..5d081f9 Binary files /dev/null and b/.vs/test/v17/.futdcache.v2 differ diff --git a/.vs/test/v17/.suo b/.vs/test/v17/.suo new file mode 100644 index 0000000..961c41c Binary files /dev/null and b/.vs/test/v17/.suo differ diff --git a/test.sln b/test.sln new file mode 100644 index 0000000..61d35bc --- /dev/null +++ b/test.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34601.278 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test1", "test1\test1.csproj", "{8C8215A9-D6C8-41F9-B851-71FDE0DD35C5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test2", "test2\test2.csproj", "{342CC58E-EE09-4933-ABB3-968D6A31BA44}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8C8215A9-D6C8-41F9-B851-71FDE0DD35C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8C8215A9-D6C8-41F9-B851-71FDE0DD35C5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8C8215A9-D6C8-41F9-B851-71FDE0DD35C5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8C8215A9-D6C8-41F9-B851-71FDE0DD35C5}.Release|Any CPU.Build.0 = Release|Any CPU + {342CC58E-EE09-4933-ABB3-968D6A31BA44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {342CC58E-EE09-4933-ABB3-968D6A31BA44}.Debug|Any CPU.Build.0 = Debug|Any CPU + {342CC58E-EE09-4933-ABB3-968D6A31BA44}.Release|Any CPU.ActiveCfg = Release|Any CPU + {342CC58E-EE09-4933-ABB3-968D6A31BA44}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A0B67572-10F2-47D0-AF02-16CAAA74A5B6} + EndGlobalSection +EndGlobal diff --git a/test1/Form1.Designer.cs b/test1/Form1.Designer.cs new file mode 100644 index 0000000..f9d2867 --- /dev/null +++ b/test1/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace test1 +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Text = "Form1"; + } + + #endregion + } +} diff --git a/test1/Form1.cs b/test1/Form1.cs new file mode 100644 index 0000000..53b698f --- /dev/null +++ b/test1/Form1.cs @@ -0,0 +1,11 @@ +namespace test1 +{ + // .Net 8.0 + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} diff --git a/test1/Form1.resx b/test1/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/test1/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/test1/Program.cs b/test1/Program.cs new file mode 100644 index 0000000..8881a47 --- /dev/null +++ b/test1/Program.cs @@ -0,0 +1,17 @@ +namespace test1 +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + // To customize application configuration such as set high DPI settings or default font, + // see https://aka.ms/applicationconfiguration. + ApplicationConfiguration.Initialize(); + Application.Run(new Form1()); + } + } +} \ No newline at end of file diff --git a/test1/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/test1/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/test1/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/test1/obj/Debug/net8.0-windows/test1.AssemblyInfo.cs b/test1/obj/Debug/net8.0-windows/test1.AssemblyInfo.cs new file mode 100644 index 0000000..72aaeb0 --- /dev/null +++ b/test1/obj/Debug/net8.0-windows/test1.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("test1")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("test1")] +[assembly: System.Reflection.AssemblyTitleAttribute("test1")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/test1/obj/Debug/net8.0-windows/test1.AssemblyInfoInputs.cache b/test1/obj/Debug/net8.0-windows/test1.AssemblyInfoInputs.cache new file mode 100644 index 0000000..8b2c917 --- /dev/null +++ b/test1/obj/Debug/net8.0-windows/test1.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +56bbe9c4c567f9ebeafd2c1120bdd98154819d7140fa046cc96b97a3deef719a diff --git a/test1/obj/Debug/net8.0-windows/test1.GeneratedMSBuildEditorConfig.editorconfig b/test1/obj/Debug/net8.0-windows/test1.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..af5c7cb --- /dev/null +++ b/test1/obj/Debug/net8.0-windows/test1.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,19 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.TargetFramework = net8.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = test1 +build_property.ProjectDir = D:\dev\practice\test\test1\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/test1/obj/Debug/net8.0-windows/test1.GlobalUsings.g.cs b/test1/obj/Debug/net8.0-windows/test1.GlobalUsings.g.cs new file mode 100644 index 0000000..84bbb89 --- /dev/null +++ b/test1/obj/Debug/net8.0-windows/test1.GlobalUsings.g.cs @@ -0,0 +1,10 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Drawing; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; +global using global::System.Windows.Forms; diff --git a/test1/obj/Debug/net8.0-windows/test1.assets.cache b/test1/obj/Debug/net8.0-windows/test1.assets.cache new file mode 100644 index 0000000..f260ef9 Binary files /dev/null and b/test1/obj/Debug/net8.0-windows/test1.assets.cache differ diff --git a/test1/obj/Debug/net8.0-windows/test1.designer.deps.json b/test1/obj/Debug/net8.0-windows/test1.designer.deps.json new file mode 100644 index 0000000..8599efd --- /dev/null +++ b/test1/obj/Debug/net8.0-windows/test1.designer.deps.json @@ -0,0 +1,11 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": {} + }, + "libraries": {} +} \ No newline at end of file diff --git a/test1/obj/Debug/net8.0-windows/test1.designer.runtimeconfig.json b/test1/obj/Debug/net8.0-windows/test1.designer.runtimeconfig.json new file mode 100644 index 0000000..3748fea --- /dev/null +++ b/test1/obj/Debug/net8.0-windows/test1.designer.runtimeconfig.json @@ -0,0 +1,24 @@ +{ + "runtimeOptions": { + "tfm": "net8.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "8.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "8.0.0" + } + ], + "additionalProbingPaths": [ + "C:\\Users\\shaowei\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\shaowei\\.nuget\\packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configProperties": { + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true, + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/test1/obj/project.assets.json b/test1/obj/project.assets.json new file mode 100644 index 0000000..25bca59 --- /dev/null +++ b/test1/obj/project.assets.json @@ -0,0 +1,77 @@ +{ + "version": 3, + "targets": { + "net8.0-windows7.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net8.0-windows7.0": [] + }, + "packageFolders": { + "C:\\Users\\shaowei\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\dev\\practice\\test\\test1\\test1.csproj", + "projectName": "test1", + "projectPath": "D:\\dev\\practice\\test\\test1\\test1.csproj", + "packagesPath": "C:\\Users\\shaowei\\.nuget\\packages\\", + "outputPath": "D:\\dev\\practice\\test\\test1\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\shaowei\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0-windows7.0": { + "targetAlias": "net8.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net8.0-windows7.0": { + "targetAlias": "net8.0-windows", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.102/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/test1/obj/project.nuget.cache b/test1/obj/project.nuget.cache new file mode 100644 index 0000000..886f8e5 --- /dev/null +++ b/test1/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "KKT+OZDu64SQYriMPMFZUkhI0CrUC/9RwNjwqciW1Ys+5Rx0HbvmqFazBq4vQOkixaP0tS7wpulapqTiv/3iOQ==", + "success": true, + "projectFilePath": "D:\\dev\\practice\\test\\test1\\test1.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/test1/obj/test1.csproj.nuget.dgspec.json b/test1/obj/test1.csproj.nuget.dgspec.json new file mode 100644 index 0000000..b35bd48 --- /dev/null +++ b/test1/obj/test1.csproj.nuget.dgspec.json @@ -0,0 +1,71 @@ +{ + "format": 1, + "restore": { + "D:\\dev\\practice\\test\\test1\\test1.csproj": {} + }, + "projects": { + "D:\\dev\\practice\\test\\test1\\test1.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\dev\\practice\\test\\test1\\test1.csproj", + "projectName": "test1", + "projectPath": "D:\\dev\\practice\\test\\test1\\test1.csproj", + "packagesPath": "C:\\Users\\shaowei\\.nuget\\packages\\", + "outputPath": "D:\\dev\\practice\\test\\test1\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\shaowei\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0-windows7.0": { + "targetAlias": "net8.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net8.0-windows7.0": { + "targetAlias": "net8.0-windows", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.102/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/test1/obj/test1.csproj.nuget.g.props b/test1/obj/test1.csproj.nuget.g.props new file mode 100644 index 0000000..8293f38 --- /dev/null +++ b/test1/obj/test1.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\shaowei\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.8.1 + + + + + + \ No newline at end of file diff --git a/test1/obj/test1.csproj.nuget.g.targets b/test1/obj/test1.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/test1/obj/test1.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/test1/test1.csproj b/test1/test1.csproj new file mode 100644 index 0000000..663fdb8 --- /dev/null +++ b/test1/test1.csproj @@ -0,0 +1,11 @@ + + + + WinExe + net8.0-windows + enable + true + enable + + + \ No newline at end of file diff --git a/test1/test1.csproj.user b/test1/test1.csproj.user new file mode 100644 index 0000000..7814ea2 --- /dev/null +++ b/test1/test1.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + diff --git a/test2/App.config b/test2/App.config new file mode 100644 index 0000000..731f6de --- /dev/null +++ b/test2/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test2/Form1.Designer.cs b/test2/Form1.Designer.cs new file mode 100644 index 0000000..5583e2e --- /dev/null +++ b/test2/Form1.Designer.cs @@ -0,0 +1,40 @@ +namespace test2 +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Text = "Form1"; + } + + #endregion + } +} + diff --git a/test2/Form1.cs b/test2/Form1.cs new file mode 100644 index 0000000..798e5cb --- /dev/null +++ b/test2/Form1.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +// .Net framework 4.6.1 + +namespace test2 +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} diff --git a/test2/Program.cs b/test2/Program.cs new file mode 100644 index 0000000..b9c5114 --- /dev/null +++ b/test2/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace test2 +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + } +} diff --git a/test2/Properties/AssemblyInfo.cs b/test2/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..7b259db --- /dev/null +++ b/test2/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("test2")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("test2")] +[assembly: AssemblyCopyright("Copyright © 2024")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("342cc58e-ee09-4933-abb3-968d6a31ba44")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/test2/Properties/Resources.Designer.cs b/test2/Properties/Resources.Designer.cs new file mode 100644 index 0000000..957b6d8 --- /dev/null +++ b/test2/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// 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 test2.Properties +{ + + + /// + /// 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 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() + { + } + + /// + /// 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 ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("test2.Properties.Resources", typeof(Resources).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; + } + } + } +} diff --git a/test2/Properties/Resources.resx b/test2/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/test2/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/test2/Properties/Settings.Designer.cs b/test2/Properties/Settings.Designer.cs new file mode 100644 index 0000000..724aea0 --- /dev/null +++ b/test2/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// 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 test2.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/test2/Properties/Settings.settings b/test2/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/test2/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/test2/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs b/test2/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs new file mode 100644 index 0000000..3aa5318 --- /dev/null +++ b/test2/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")] diff --git a/test2/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/test2/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..998f1a5 Binary files /dev/null and b/test2/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/test2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/test2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..df6c365 Binary files /dev/null and b/test2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/test2/obj/Debug/test2.csproj.AssemblyReference.cache b/test2/obj/Debug/test2.csproj.AssemblyReference.cache new file mode 100644 index 0000000..bae049e Binary files /dev/null and b/test2/obj/Debug/test2.csproj.AssemblyReference.cache differ diff --git a/test2/test2.csproj b/test2/test2.csproj new file mode 100644 index 0000000..3ceadb7 --- /dev/null +++ b/test2/test2.csproj @@ -0,0 +1,80 @@ + + + + + Debug + AnyCPU + {342CC58E-EE09-4933-ABB3-968D6A31BA44} + WinExe + test2 + test2 + v4.6.1 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + \ No newline at end of file