diff --git a/.vs/pi024.lib/v16/.suo b/.vs/pi024.lib/v16/.suo
new file mode 100644
index 0000000..ceedc49
Binary files /dev/null and b/.vs/pi024.lib/v16/.suo differ
diff --git a/.vs/pi024.lib/v16/TestStore/0/000.testlog b/.vs/pi024.lib/v16/TestStore/0/000.testlog
new file mode 100644
index 0000000..e69de29
diff --git a/.vs/pi024.lib/v16/TestStore/0/testlog.manifest b/.vs/pi024.lib/v16/TestStore/0/testlog.manifest
new file mode 100644
index 0000000..e69de29
diff --git a/pi024.console/Program.cs b/pi024.console/Program.cs
new file mode 100644
index 0000000..53e222e
--- /dev/null
+++ b/pi024.console/Program.cs
@@ -0,0 +1,15 @@
+using pi024.lib.ns1;
+using System;
+
+namespace ConsoleApp1
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ Class1 class1 = new Class1();
+ class1.X = 1;
+ Console.WriteLine("Hello World!");
+ }
+ }
+}
diff --git a/pi024.console/bin/Debug/net5.0/pi024.console.deps.json b/pi024.console/bin/Debug/net5.0/pi024.console.deps.json
new file mode 100644
index 0000000..c6eda1a
--- /dev/null
+++ b/pi024.console/bin/Debug/net5.0/pi024.console.deps.json
@@ -0,0 +1,36 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v5.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v5.0": {
+ "pi024.console/1.0.0": {
+ "dependencies": {
+ "pi024.lib": "1.0.0"
+ },
+ "runtime": {
+ "pi024.console.dll": {}
+ }
+ },
+ "pi024.lib/1.0.0": {
+ "runtime": {
+ "pi024.lib.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "pi024.console/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "pi024.lib/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/pi024.console/bin/Debug/net5.0/pi024.console.dll b/pi024.console/bin/Debug/net5.0/pi024.console.dll
new file mode 100644
index 0000000..6362ce0
Binary files /dev/null and b/pi024.console/bin/Debug/net5.0/pi024.console.dll differ
diff --git a/pi024.console/bin/Debug/net5.0/pi024.console.exe b/pi024.console/bin/Debug/net5.0/pi024.console.exe
new file mode 100644
index 0000000..654147e
Binary files /dev/null and b/pi024.console/bin/Debug/net5.0/pi024.console.exe differ
diff --git a/pi024.console/bin/Debug/net5.0/pi024.console.pdb b/pi024.console/bin/Debug/net5.0/pi024.console.pdb
new file mode 100644
index 0000000..cda236d
Binary files /dev/null and b/pi024.console/bin/Debug/net5.0/pi024.console.pdb differ
diff --git a/pi024.console/bin/Debug/net5.0/pi024.console.runtimeconfig.dev.json b/pi024.console/bin/Debug/net5.0/pi024.console.runtimeconfig.dev.json
new file mode 100644
index 0000000..dab591a
--- /dev/null
+++ b/pi024.console/bin/Debug/net5.0/pi024.console.runtimeconfig.dev.json
@@ -0,0 +1,8 @@
+{
+ "runtimeOptions": {
+ "additionalProbingPaths": [
+ "C:\\Users\\2\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\2\\.nuget\\packages"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/pi024.console/bin/Debug/net5.0/pi024.console.runtimeconfig.json b/pi024.console/bin/Debug/net5.0/pi024.console.runtimeconfig.json
new file mode 100644
index 0000000..a8e7e82
--- /dev/null
+++ b/pi024.console/bin/Debug/net5.0/pi024.console.runtimeconfig.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "tfm": "net5.0",
+ "framework": {
+ "name": "Microsoft.NETCore.App",
+ "version": "5.0.0"
+ }
+ }
+}
\ No newline at end of file
diff --git a/pi024.console/bin/Debug/net5.0/pi024.lib.dll b/pi024.console/bin/Debug/net5.0/pi024.lib.dll
new file mode 100644
index 0000000..f792913
Binary files /dev/null and b/pi024.console/bin/Debug/net5.0/pi024.lib.dll differ
diff --git a/pi024.console/bin/Debug/net5.0/pi024.lib.pdb b/pi024.console/bin/Debug/net5.0/pi024.lib.pdb
new file mode 100644
index 0000000..1dfb1d7
Binary files /dev/null and b/pi024.console/bin/Debug/net5.0/pi024.lib.pdb differ
diff --git a/pi024.console/bin/Debug/net5.0/ref/pi024.console.dll b/pi024.console/bin/Debug/net5.0/ref/pi024.console.dll
new file mode 100644
index 0000000..2bce962
Binary files /dev/null and b/pi024.console/bin/Debug/net5.0/ref/pi024.console.dll differ
diff --git a/pi024.console/obj/ConsoleApp1.csproj.nuget.dgspec.json b/pi024.console/obj/ConsoleApp1.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..8945b5a
--- /dev/null
+++ b/pi024.console/obj/ConsoleApp1.csproj.nuget.dgspec.json
@@ -0,0 +1,62 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\2\\source\\repos\\pi024.lib\\ConsoleApp1\\ConsoleApp1.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\2\\source\\repos\\pi024.lib\\ConsoleApp1\\ConsoleApp1.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\2\\source\\repos\\pi024.lib\\ConsoleApp1\\ConsoleApp1.csproj",
+ "projectName": "ConsoleApp1",
+ "projectPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\ConsoleApp1\\ConsoleApp1.csproj",
+ "packagesPath": "C:\\Users\\2\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\ConsoleApp1\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\2\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net5.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.103\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/pi024.console/obj/ConsoleApp1.csproj.nuget.g.props b/pi024.console/obj/ConsoleApp1.csproj.nuget.g.props
new file mode 100644
index 0000000..158f60b
--- /dev/null
+++ b/pi024.console/obj/ConsoleApp1.csproj.nuget.g.props
@@ -0,0 +1,18 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\2\.nuget\packages\
+ PackageReference
+ 5.8.0
+
+
+
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
+
+
\ No newline at end of file
diff --git a/pi024.console/obj/ConsoleApp1.csproj.nuget.g.targets b/pi024.console/obj/ConsoleApp1.csproj.nuget.g.targets
new file mode 100644
index 0000000..53cfaa1
--- /dev/null
+++ b/pi024.console/obj/ConsoleApp1.csproj.nuget.g.targets
@@ -0,0 +1,6 @@
+
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
+
+
\ No newline at end of file
diff --git a/pi024.console/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/pi024.console/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2f7e5ec
--- /dev/null
+++ b/pi024.console/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
diff --git a/pi024.console/obj/Debug/net5.0/ConsoleApp1.AssemblyInfo.cs b/pi024.console/obj/Debug/net5.0/ConsoleApp1.AssemblyInfo.cs
new file mode 100644
index 0000000..59389a0
--- /dev/null
+++ b/pi024.console/obj/Debug/net5.0/ConsoleApp1.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// 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("ConsoleApp1")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("ConsoleApp1")]
+[assembly: System.Reflection.AssemblyTitleAttribute("ConsoleApp1")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/pi024.console/obj/Debug/net5.0/ConsoleApp1.AssemblyInfoInputs.cache b/pi024.console/obj/Debug/net5.0/ConsoleApp1.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..00a6ec1
--- /dev/null
+++ b/pi024.console/obj/Debug/net5.0/ConsoleApp1.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+0cbac02cf6b33ab9449e1ec02e8dbba2474e8080
diff --git a/pi024.console/obj/Debug/net5.0/ConsoleApp1.GeneratedMSBuildEditorConfig.editorconfig b/pi024.console/obj/Debug/net5.0/ConsoleApp1.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..d7e2983
--- /dev/null
+++ b/pi024.console/obj/Debug/net5.0/ConsoleApp1.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,8 @@
+is_global = true
+build_property.TargetFramework = net5.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.PublishSingleFile =
+build_property.IncludeAllContentForSelfExtract =
+build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
diff --git a/pi024.console/obj/Debug/net5.0/ConsoleApp1.assets.cache b/pi024.console/obj/Debug/net5.0/ConsoleApp1.assets.cache
new file mode 100644
index 0000000..87c34dd
Binary files /dev/null and b/pi024.console/obj/Debug/net5.0/ConsoleApp1.assets.cache differ
diff --git a/pi024.console/obj/Debug/net5.0/ConsoleApp1.csprojAssemblyReference.cache b/pi024.console/obj/Debug/net5.0/ConsoleApp1.csprojAssemblyReference.cache
new file mode 100644
index 0000000..1c77b69
Binary files /dev/null and b/pi024.console/obj/Debug/net5.0/ConsoleApp1.csprojAssemblyReference.cache differ
diff --git a/pi024.console/obj/Debug/net5.0/apphost.exe b/pi024.console/obj/Debug/net5.0/apphost.exe
new file mode 100644
index 0000000..654147e
Binary files /dev/null and b/pi024.console/obj/Debug/net5.0/apphost.exe differ
diff --git a/pi024.console/obj/Debug/net5.0/pi024.console.AssemblyInfo.cs b/pi024.console/obj/Debug/net5.0/pi024.console.AssemblyInfo.cs
new file mode 100644
index 0000000..448aa26
--- /dev/null
+++ b/pi024.console/obj/Debug/net5.0/pi024.console.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// 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("pi024.console")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("pi024.console")]
+[assembly: System.Reflection.AssemblyTitleAttribute("pi024.console")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/pi024.console/obj/Debug/net5.0/pi024.console.AssemblyInfoInputs.cache b/pi024.console/obj/Debug/net5.0/pi024.console.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..52ba753
--- /dev/null
+++ b/pi024.console/obj/Debug/net5.0/pi024.console.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+2687f6f586907cf9ccc6588efee76519a624c0ba
diff --git a/pi024.console/obj/Debug/net5.0/pi024.console.GeneratedMSBuildEditorConfig.editorconfig b/pi024.console/obj/Debug/net5.0/pi024.console.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..d7e2983
--- /dev/null
+++ b/pi024.console/obj/Debug/net5.0/pi024.console.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,8 @@
+is_global = true
+build_property.TargetFramework = net5.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.PublishSingleFile =
+build_property.IncludeAllContentForSelfExtract =
+build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
diff --git a/pi024.console/obj/Debug/net5.0/pi024.console.assets.cache b/pi024.console/obj/Debug/net5.0/pi024.console.assets.cache
new file mode 100644
index 0000000..07acd24
Binary files /dev/null and b/pi024.console/obj/Debug/net5.0/pi024.console.assets.cache differ
diff --git a/pi024.console/obj/Debug/net5.0/pi024.console.csproj.CopyComplete b/pi024.console/obj/Debug/net5.0/pi024.console.csproj.CopyComplete
new file mode 100644
index 0000000..e69de29
diff --git a/pi024.console/obj/Debug/net5.0/pi024.console.csproj.CoreCompileInputs.cache b/pi024.console/obj/Debug/net5.0/pi024.console.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..32f6a1c
--- /dev/null
+++ b/pi024.console/obj/Debug/net5.0/pi024.console.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+83d367b9f8520b12d941107aee87cffe002d5ac8
diff --git a/pi024.console/obj/Debug/net5.0/pi024.console.csproj.FileListAbsolute.txt b/pi024.console/obj/Debug/net5.0/pi024.console.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..b89858d
--- /dev/null
+++ b/pi024.console/obj/Debug/net5.0/pi024.console.csproj.FileListAbsolute.txt
@@ -0,0 +1,38 @@
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\bin\Debug\net5.0\pi024.console.exe
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\bin\Debug\net5.0\pi024.console.deps.json
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\bin\Debug\net5.0\pi024.console.runtimeconfig.json
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\bin\Debug\net5.0\pi024.console.runtimeconfig.dev.json
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\bin\Debug\net5.0\pi024.console.dll
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\bin\Debug\net5.0\ref\pi024.console.dll
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\bin\Debug\net5.0\pi024.console.pdb
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\bin\Debug\net5.0\pi024.lib.dll
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\bin\Debug\net5.0\pi024.lib.pdb
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\obj\Debug\net5.0\pi024.console.csprojAssemblyReference.cache
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\obj\Debug\net5.0\pi024.console.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\obj\Debug\net5.0\pi024.console.AssemblyInfoInputs.cache
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\obj\Debug\net5.0\pi024.console.AssemblyInfo.cs
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\obj\Debug\net5.0\pi024.console.csproj.CoreCompileInputs.cache
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\obj\Debug\net5.0\pi024.console.csproj.CopyComplete
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\obj\Debug\net5.0\pi024.console.dll
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\obj\Debug\net5.0\ref\pi024.console.dll
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\obj\Debug\net5.0\pi024.console.pdb
+C:\Users\2\source\repos\pi024.lib\ConsoleApp1\obj\Debug\net5.0\pi024.console.genruntimeconfig.cache
+C:\Users\2\source\repos\pi024.lib\pi024.console\bin\Debug\net5.0\pi024.console.exe
+C:\Users\2\source\repos\pi024.lib\pi024.console\bin\Debug\net5.0\pi024.console.deps.json
+C:\Users\2\source\repos\pi024.lib\pi024.console\bin\Debug\net5.0\pi024.console.runtimeconfig.json
+C:\Users\2\source\repos\pi024.lib\pi024.console\bin\Debug\net5.0\pi024.console.runtimeconfig.dev.json
+C:\Users\2\source\repos\pi024.lib\pi024.console\bin\Debug\net5.0\pi024.console.dll
+C:\Users\2\source\repos\pi024.lib\pi024.console\bin\Debug\net5.0\ref\pi024.console.dll
+C:\Users\2\source\repos\pi024.lib\pi024.console\bin\Debug\net5.0\pi024.console.pdb
+C:\Users\2\source\repos\pi024.lib\pi024.console\bin\Debug\net5.0\pi024.lib.dll
+C:\Users\2\source\repos\pi024.lib\pi024.console\bin\Debug\net5.0\pi024.lib.pdb
+C:\Users\2\source\repos\pi024.lib\pi024.console\obj\Debug\net5.0\pi024.console.csprojAssemblyReference.cache
+C:\Users\2\source\repos\pi024.lib\pi024.console\obj\Debug\net5.0\pi024.console.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\2\source\repos\pi024.lib\pi024.console\obj\Debug\net5.0\pi024.console.AssemblyInfoInputs.cache
+C:\Users\2\source\repos\pi024.lib\pi024.console\obj\Debug\net5.0\pi024.console.AssemblyInfo.cs
+C:\Users\2\source\repos\pi024.lib\pi024.console\obj\Debug\net5.0\pi024.console.csproj.CoreCompileInputs.cache
+C:\Users\2\source\repos\pi024.lib\pi024.console\obj\Debug\net5.0\pi024.console.csproj.CopyComplete
+C:\Users\2\source\repos\pi024.lib\pi024.console\obj\Debug\net5.0\pi024.console.dll
+C:\Users\2\source\repos\pi024.lib\pi024.console\obj\Debug\net5.0\ref\pi024.console.dll
+C:\Users\2\source\repos\pi024.lib\pi024.console\obj\Debug\net5.0\pi024.console.pdb
+C:\Users\2\source\repos\pi024.lib\pi024.console\obj\Debug\net5.0\pi024.console.genruntimeconfig.cache
diff --git a/pi024.console/obj/Debug/net5.0/pi024.console.csprojAssemblyReference.cache b/pi024.console/obj/Debug/net5.0/pi024.console.csprojAssemblyReference.cache
new file mode 100644
index 0000000..a1a321a
Binary files /dev/null and b/pi024.console/obj/Debug/net5.0/pi024.console.csprojAssemblyReference.cache differ
diff --git a/pi024.console/obj/Debug/net5.0/pi024.console.dll b/pi024.console/obj/Debug/net5.0/pi024.console.dll
new file mode 100644
index 0000000..6362ce0
Binary files /dev/null and b/pi024.console/obj/Debug/net5.0/pi024.console.dll differ
diff --git a/pi024.console/obj/Debug/net5.0/pi024.console.genruntimeconfig.cache b/pi024.console/obj/Debug/net5.0/pi024.console.genruntimeconfig.cache
new file mode 100644
index 0000000..5984ac0
--- /dev/null
+++ b/pi024.console/obj/Debug/net5.0/pi024.console.genruntimeconfig.cache
@@ -0,0 +1 @@
+40abe7aae5061e9d9653d041a07088f4976aee59
diff --git a/pi024.console/obj/Debug/net5.0/pi024.console.pdb b/pi024.console/obj/Debug/net5.0/pi024.console.pdb
new file mode 100644
index 0000000..cda236d
Binary files /dev/null and b/pi024.console/obj/Debug/net5.0/pi024.console.pdb differ
diff --git a/pi024.console/obj/Debug/net5.0/ref/pi024.console.dll b/pi024.console/obj/Debug/net5.0/ref/pi024.console.dll
new file mode 100644
index 0000000..2bce962
Binary files /dev/null and b/pi024.console/obj/Debug/net5.0/ref/pi024.console.dll differ
diff --git a/pi024.console/obj/pi024.console.csproj.nuget.dgspec.json b/pi024.console/obj/pi024.console.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..629ea84
--- /dev/null
+++ b/pi024.console/obj/pi024.console.csproj.nuget.dgspec.json
@@ -0,0 +1,123 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.console\\pi024.console.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.console\\pi024.console.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.console\\pi024.console.csproj",
+ "projectName": "pi024.console",
+ "projectPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.console\\pi024.console.csproj",
+ "packagesPath": "C:\\Users\\2\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.console\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\2\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net5.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "projectReferences": {
+ "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj": {
+ "projectPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.103\\RuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj",
+ "projectName": "pi024.lib",
+ "projectPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj",
+ "packagesPath": "C:\\Users\\2\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\2\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "netstandard2.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "netstandard2.0": {
+ "targetAlias": "netstandard2.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "netstandard2.0": {
+ "targetAlias": "netstandard2.0",
+ "dependencies": {
+ "NETStandard.Library": {
+ "suppressParent": "All",
+ "target": "Package",
+ "version": "[2.0.3, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.103\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/pi024.console/obj/pi024.console.csproj.nuget.g.props b/pi024.console/obj/pi024.console.csproj.nuget.g.props
new file mode 100644
index 0000000..158f60b
--- /dev/null
+++ b/pi024.console/obj/pi024.console.csproj.nuget.g.props
@@ -0,0 +1,18 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\2\.nuget\packages\
+ PackageReference
+ 5.8.0
+
+
+
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
+
+
\ No newline at end of file
diff --git a/pi024.console/obj/pi024.console.csproj.nuget.g.targets b/pi024.console/obj/pi024.console.csproj.nuget.g.targets
new file mode 100644
index 0000000..53cfaa1
--- /dev/null
+++ b/pi024.console/obj/pi024.console.csproj.nuget.g.targets
@@ -0,0 +1,6 @@
+
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
+
+
\ No newline at end of file
diff --git a/pi024.console/obj/project.assets.json b/pi024.console/obj/project.assets.json
new file mode 100644
index 0000000..72b6cfc
--- /dev/null
+++ b/pi024.console/obj/project.assets.json
@@ -0,0 +1,90 @@
+{
+ "version": 3,
+ "targets": {
+ "net5.0": {
+ "pi024.lib/1.0.0": {
+ "type": "project",
+ "framework": ".NETStandard,Version=v2.0",
+ "compile": {
+ "bin/placeholder/pi024.lib.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/pi024.lib.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "pi024.lib/1.0.0": {
+ "type": "project",
+ "path": "../pi024.lib/pi024.lib.csproj",
+ "msbuildProject": "../pi024.lib/pi024.lib.csproj"
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net5.0": [
+ "pi024.lib >= 1.0.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\2\\.nuget\\packages\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.console\\pi024.console.csproj",
+ "projectName": "pi024.console",
+ "projectPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.console\\pi024.console.csproj",
+ "packagesPath": "C:\\Users\\2\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.console\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\2\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net5.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "projectReferences": {
+ "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj": {
+ "projectPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.103\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/pi024.console/obj/project.nuget.cache b/pi024.console/obj/project.nuget.cache
new file mode 100644
index 0000000..d2e58d6
--- /dev/null
+++ b/pi024.console/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "LkKwWJsnNQP/9rq6ya/fbgIySxD7OAI6oELHQvGnuj4vLoby4gLHd874wYur2fv4i1ne3IdYYckDdlchoWX0sw==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.console\\pi024.console.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file
diff --git a/pi024.console/pi024.console.csproj b/pi024.console/pi024.console.csproj
new file mode 100644
index 0000000..efc7711
--- /dev/null
+++ b/pi024.console/pi024.console.csproj
@@ -0,0 +1,12 @@
+
+
+
+ Exe
+ net5.0
+
+
+
+
+
+
+
diff --git a/pi024.lib.sln b/pi024.lib.sln
new file mode 100644
index 0000000..71482e8
--- /dev/null
+++ b/pi024.lib.sln
@@ -0,0 +1,42 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30709.132
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pi024.lib", "pi024.lib\pi024.lib.csproj", "{76F5F6BE-1827-4EA8-A51A-EAF87DD05C8E}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4FC6ADE8-95A8-4C43-AE7E-CDF115FE8F35}"
+ ProjectSection(SolutionItems) = preProject
+ readme.MD = readme.MD
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pi24.wf", "pi24.wf\pi24.wf.csproj", "{4B7F64AC-D5C4-4C47-A750-7DB7BD4DF72C}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "pi024.console", "pi024.console\pi024.console.csproj", "{9D0DC4E4-46FF-4BA5-AD10-AA00C8CC7CA2}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {76F5F6BE-1827-4EA8-A51A-EAF87DD05C8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {76F5F6BE-1827-4EA8-A51A-EAF87DD05C8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {76F5F6BE-1827-4EA8-A51A-EAF87DD05C8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {76F5F6BE-1827-4EA8-A51A-EAF87DD05C8E}.Release|Any CPU.Build.0 = Release|Any CPU
+ {4B7F64AC-D5C4-4C47-A750-7DB7BD4DF72C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {4B7F64AC-D5C4-4C47-A750-7DB7BD4DF72C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4B7F64AC-D5C4-4C47-A750-7DB7BD4DF72C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {4B7F64AC-D5C4-4C47-A750-7DB7BD4DF72C}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9D0DC4E4-46FF-4BA5-AD10-AA00C8CC7CA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9D0DC4E4-46FF-4BA5-AD10-AA00C8CC7CA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9D0DC4E4-46FF-4BA5-AD10-AA00C8CC7CA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9D0DC4E4-46FF-4BA5-AD10-AA00C8CC7CA2}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {1B8A683D-B1CB-455D-B541-ACCE8F9F4949}
+ EndGlobalSection
+EndGlobal
diff --git a/pi024.lib/Class1.cs b/pi024.lib/Class1.cs
new file mode 100644
index 0000000..c914f6e
--- /dev/null
+++ b/pi024.lib/Class1.cs
@@ -0,0 +1,11 @@
+/* using System;
+
+ */
+
+namespace pi024.lib
+{
+ public class Class1
+ {
+
+ }
+}
diff --git a/pi024.lib/bin/Debug/netstandard2.0/pi024.lib.deps.json b/pi024.lib/bin/Debug/netstandard2.0/pi024.lib.deps.json
new file mode 100644
index 0000000..5bbac48
--- /dev/null
+++ b/pi024.lib/bin/Debug/netstandard2.0/pi024.lib.deps.json
@@ -0,0 +1,47 @@
+{
+ "runtimeTarget": {
+ "name": ".NETStandard,Version=v2.0/",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETStandard,Version=v2.0": {},
+ ".NETStandard,Version=v2.0/": {
+ "pi024.lib/1.0.0": {
+ "dependencies": {
+ "NETStandard.Library": "2.0.3"
+ },
+ "runtime": {
+ "pi024.lib.dll": {}
+ }
+ },
+ "Microsoft.NETCore.Platforms/1.1.0": {},
+ "NETStandard.Library/2.0.3": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0"
+ }
+ }
+ }
+ },
+ "libraries": {
+ "pi024.lib/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Microsoft.NETCore.Platforms/1.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
+ "path": "microsoft.netcore.platforms/1.1.0",
+ "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
+ },
+ "NETStandard.Library/2.0.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
+ "path": "netstandard.library/2.0.3",
+ "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/pi024.lib/bin/Debug/netstandard2.0/pi024.lib.dll b/pi024.lib/bin/Debug/netstandard2.0/pi024.lib.dll
new file mode 100644
index 0000000..f792913
Binary files /dev/null and b/pi024.lib/bin/Debug/netstandard2.0/pi024.lib.dll differ
diff --git a/pi024.lib/bin/Debug/netstandard2.0/pi024.lib.pdb b/pi024.lib/bin/Debug/netstandard2.0/pi024.lib.pdb
new file mode 100644
index 0000000..1dfb1d7
Binary files /dev/null and b/pi024.lib/bin/Debug/netstandard2.0/pi024.lib.pdb differ
diff --git a/pi024.lib/ns1/Class1.cs b/pi024.lib/ns1/Class1.cs
new file mode 100644
index 0000000..5c7f426
--- /dev/null
+++ b/pi024.lib/ns1/Class1.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace pi024.lib.ns1
+{
+ public class Class1
+ {
+ public int X;
+ public int Y;
+ }
+}
diff --git a/pi024.lib/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs b/pi024.lib/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..45b1ca0
--- /dev/null
+++ b/pi024.lib/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = "")]
diff --git a/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.AssemblyInfo.cs b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.AssemblyInfo.cs
new file mode 100644
index 0000000..12eb64b
--- /dev/null
+++ b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// 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("pi024.lib")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("pi024.lib")]
+[assembly: System.Reflection.AssemblyTitleAttribute("pi024.lib")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.AssemblyInfoInputs.cache b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..7bf39c6
--- /dev/null
+++ b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+b6994c9d4e7d4f0ebb3c3774ec41fb221ff5021e
diff --git a/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.assets.cache b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.assets.cache
new file mode 100644
index 0000000..ba74892
Binary files /dev/null and b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.assets.cache differ
diff --git a/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.csproj.CoreCompileInputs.cache b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..04b09c6
--- /dev/null
+++ b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+f5c15272473e568e2df87a66679000f4f3b3b4f9
diff --git a/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.csproj.FileListAbsolute.txt b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..2a6bdbb
--- /dev/null
+++ b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.csproj.FileListAbsolute.txt
@@ -0,0 +1,9 @@
+C:\Users\2\source\repos\pi024.lib\pi024.lib\bin\Debug\netstandard2.0\pi024.lib.deps.json
+C:\Users\2\source\repos\pi024.lib\pi024.lib\bin\Debug\netstandard2.0\pi024.lib.dll
+C:\Users\2\source\repos\pi024.lib\pi024.lib\bin\Debug\netstandard2.0\pi024.lib.pdb
+C:\Users\2\source\repos\pi024.lib\pi024.lib\obj\Debug\netstandard2.0\pi024.lib.csprojAssemblyReference.cache
+C:\Users\2\source\repos\pi024.lib\pi024.lib\obj\Debug\netstandard2.0\pi024.lib.AssemblyInfoInputs.cache
+C:\Users\2\source\repos\pi024.lib\pi024.lib\obj\Debug\netstandard2.0\pi024.lib.AssemblyInfo.cs
+C:\Users\2\source\repos\pi024.lib\pi024.lib\obj\Debug\netstandard2.0\pi024.lib.csproj.CoreCompileInputs.cache
+C:\Users\2\source\repos\pi024.lib\pi024.lib\obj\Debug\netstandard2.0\pi024.lib.dll
+C:\Users\2\source\repos\pi024.lib\pi024.lib\obj\Debug\netstandard2.0\pi024.lib.pdb
diff --git a/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.csprojAssemblyReference.cache b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.csprojAssemblyReference.cache
new file mode 100644
index 0000000..dffb5bb
Binary files /dev/null and b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.csprojAssemblyReference.cache differ
diff --git a/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.dll b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.dll
new file mode 100644
index 0000000..f792913
Binary files /dev/null and b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.dll differ
diff --git a/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.pdb b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.pdb
new file mode 100644
index 0000000..1dfb1d7
Binary files /dev/null and b/pi024.lib/obj/Debug/netstandard2.0/pi024.lib.pdb differ
diff --git a/pi024.lib/obj/pi024.lib.csproj.nuget.dgspec.json b/pi024.lib/obj/pi024.lib.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..be43ed9
--- /dev/null
+++ b/pi024.lib/obj/pi024.lib.csproj.nuget.dgspec.json
@@ -0,0 +1,65 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj",
+ "projectName": "pi024.lib",
+ "projectPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj",
+ "packagesPath": "C:\\Users\\2\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\2\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "netstandard2.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "netstandard2.0": {
+ "targetAlias": "netstandard2.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "netstandard2.0": {
+ "targetAlias": "netstandard2.0",
+ "dependencies": {
+ "NETStandard.Library": {
+ "suppressParent": "All",
+ "target": "Package",
+ "version": "[2.0.3, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.103\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/pi024.lib/obj/pi024.lib.csproj.nuget.g.props b/pi024.lib/obj/pi024.lib.csproj.nuget.g.props
new file mode 100644
index 0000000..158f60b
--- /dev/null
+++ b/pi024.lib/obj/pi024.lib.csproj.nuget.g.props
@@ -0,0 +1,18 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\2\.nuget\packages\
+ PackageReference
+ 5.8.0
+
+
+
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
+
+
\ No newline at end of file
diff --git a/pi024.lib/obj/pi024.lib.csproj.nuget.g.targets b/pi024.lib/obj/pi024.lib.csproj.nuget.g.targets
new file mode 100644
index 0000000..8f2d2d6
--- /dev/null
+++ b/pi024.lib/obj/pi024.lib.csproj.nuget.g.targets
@@ -0,0 +1,9 @@
+
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
+
+
+
+
+
\ No newline at end of file
diff --git a/pi024.lib/obj/project.assets.json b/pi024.lib/obj/project.assets.json
new file mode 100644
index 0000000..a25eed8
--- /dev/null
+++ b/pi024.lib/obj/project.assets.json
@@ -0,0 +1,242 @@
+{
+ "version": 3,
+ "targets": {
+ ".NETStandard,Version=v2.0": {
+ "Microsoft.NETCore.Platforms/1.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
+ },
+ "runtime": {
+ "lib/netstandard1.0/_._": {}
+ }
+ },
+ "NETStandard.Library/2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0"
+ },
+ "compile": {
+ "lib/netstandard1.0/_._": {}
+ },
+ "runtime": {
+ "lib/netstandard1.0/_._": {}
+ },
+ "build": {
+ "build/netstandard2.0/NETStandard.Library.targets": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Microsoft.NETCore.Platforms/1.1.0": {
+ "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
+ "type": "package",
+ "path": "microsoft.netcore.platforms/1.1.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/netstandard1.0/_._",
+ "microsoft.netcore.platforms.1.1.0.nupkg.sha512",
+ "microsoft.netcore.platforms.nuspec",
+ "runtime.json"
+ ]
+ },
+ "NETStandard.Library/2.0.3": {
+ "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
+ "type": "package",
+ "path": "netstandard.library/2.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "build/netstandard2.0/NETStandard.Library.targets",
+ "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
+ "build/netstandard2.0/ref/System.AppContext.dll",
+ "build/netstandard2.0/ref/System.Collections.Concurrent.dll",
+ "build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
+ "build/netstandard2.0/ref/System.Collections.Specialized.dll",
+ "build/netstandard2.0/ref/System.Collections.dll",
+ "build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
+ "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
+ "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
+ "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
+ "build/netstandard2.0/ref/System.ComponentModel.dll",
+ "build/netstandard2.0/ref/System.Console.dll",
+ "build/netstandard2.0/ref/System.Core.dll",
+ "build/netstandard2.0/ref/System.Data.Common.dll",
+ "build/netstandard2.0/ref/System.Data.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.Process.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
+ "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
+ "build/netstandard2.0/ref/System.Drawing.Primitives.dll",
+ "build/netstandard2.0/ref/System.Drawing.dll",
+ "build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
+ "build/netstandard2.0/ref/System.Globalization.Calendars.dll",
+ "build/netstandard2.0/ref/System.Globalization.Extensions.dll",
+ "build/netstandard2.0/ref/System.Globalization.dll",
+ "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
+ "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
+ "build/netstandard2.0/ref/System.IO.Compression.dll",
+ "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
+ "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
+ "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
+ "build/netstandard2.0/ref/System.IO.FileSystem.dll",
+ "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
+ "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
+ "build/netstandard2.0/ref/System.IO.Pipes.dll",
+ "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
+ "build/netstandard2.0/ref/System.IO.dll",
+ "build/netstandard2.0/ref/System.Linq.Expressions.dll",
+ "build/netstandard2.0/ref/System.Linq.Parallel.dll",
+ "build/netstandard2.0/ref/System.Linq.Queryable.dll",
+ "build/netstandard2.0/ref/System.Linq.dll",
+ "build/netstandard2.0/ref/System.Net.Http.dll",
+ "build/netstandard2.0/ref/System.Net.NameResolution.dll",
+ "build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
+ "build/netstandard2.0/ref/System.Net.Ping.dll",
+ "build/netstandard2.0/ref/System.Net.Primitives.dll",
+ "build/netstandard2.0/ref/System.Net.Requests.dll",
+ "build/netstandard2.0/ref/System.Net.Security.dll",
+ "build/netstandard2.0/ref/System.Net.Sockets.dll",
+ "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
+ "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
+ "build/netstandard2.0/ref/System.Net.WebSockets.dll",
+ "build/netstandard2.0/ref/System.Net.dll",
+ "build/netstandard2.0/ref/System.Numerics.dll",
+ "build/netstandard2.0/ref/System.ObjectModel.dll",
+ "build/netstandard2.0/ref/System.Reflection.Extensions.dll",
+ "build/netstandard2.0/ref/System.Reflection.Primitives.dll",
+ "build/netstandard2.0/ref/System.Reflection.dll",
+ "build/netstandard2.0/ref/System.Resources.Reader.dll",
+ "build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
+ "build/netstandard2.0/ref/System.Resources.Writer.dll",
+ "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
+ "build/netstandard2.0/ref/System.Runtime.Extensions.dll",
+ "build/netstandard2.0/ref/System.Runtime.Handles.dll",
+ "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
+ "build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
+ "build/netstandard2.0/ref/System.Runtime.Numerics.dll",
+ "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
+ "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
+ "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
+ "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
+ "build/netstandard2.0/ref/System.Runtime.Serialization.dll",
+ "build/netstandard2.0/ref/System.Runtime.dll",
+ "build/netstandard2.0/ref/System.Security.Claims.dll",
+ "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
+ "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
+ "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
+ "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
+ "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
+ "build/netstandard2.0/ref/System.Security.Principal.dll",
+ "build/netstandard2.0/ref/System.Security.SecureString.dll",
+ "build/netstandard2.0/ref/System.ServiceModel.Web.dll",
+ "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
+ "build/netstandard2.0/ref/System.Text.Encoding.dll",
+ "build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
+ "build/netstandard2.0/ref/System.Threading.Overlapped.dll",
+ "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
+ "build/netstandard2.0/ref/System.Threading.Tasks.dll",
+ "build/netstandard2.0/ref/System.Threading.Thread.dll",
+ "build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
+ "build/netstandard2.0/ref/System.Threading.Timer.dll",
+ "build/netstandard2.0/ref/System.Threading.dll",
+ "build/netstandard2.0/ref/System.Transactions.dll",
+ "build/netstandard2.0/ref/System.ValueTuple.dll",
+ "build/netstandard2.0/ref/System.Web.dll",
+ "build/netstandard2.0/ref/System.Windows.dll",
+ "build/netstandard2.0/ref/System.Xml.Linq.dll",
+ "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
+ "build/netstandard2.0/ref/System.Xml.Serialization.dll",
+ "build/netstandard2.0/ref/System.Xml.XDocument.dll",
+ "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
+ "build/netstandard2.0/ref/System.Xml.XPath.dll",
+ "build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
+ "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
+ "build/netstandard2.0/ref/System.Xml.dll",
+ "build/netstandard2.0/ref/System.dll",
+ "build/netstandard2.0/ref/mscorlib.dll",
+ "build/netstandard2.0/ref/netstandard.dll",
+ "build/netstandard2.0/ref/netstandard.xml",
+ "lib/netstandard1.0/_._",
+ "netstandard.library.2.0.3.nupkg.sha512",
+ "netstandard.library.nuspec"
+ ]
+ }
+ },
+ "projectFileDependencyGroups": {
+ ".NETStandard,Version=v2.0": [
+ "NETStandard.Library >= 2.0.3"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\2\\.nuget\\packages\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj",
+ "projectName": "pi024.lib",
+ "projectPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj",
+ "packagesPath": "C:\\Users\\2\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\2\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "netstandard2.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "netstandard2.0": {
+ "targetAlias": "netstandard2.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "netstandard2.0": {
+ "targetAlias": "netstandard2.0",
+ "dependencies": {
+ "NETStandard.Library": {
+ "suppressParent": "All",
+ "target": "Package",
+ "version": "[2.0.3, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.103\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/pi024.lib/obj/project.nuget.cache b/pi024.lib/obj/project.nuget.cache
new file mode 100644
index 0000000..3377080
--- /dev/null
+++ b/pi024.lib/obj/project.nuget.cache
@@ -0,0 +1,11 @@
+{
+ "version": 2,
+ "dgSpecHash": "UfMao+yUbJyxtxAqj9n+q8GvauHFi2+7jzV4oDS30Ya2ErGC187GjZ9OKz/KiNQhVradF17op9z7RmvFup0J8Q==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\2\\source\\repos\\pi024.lib\\pi024.lib\\pi024.lib.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\2\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512",
+ "C:\\Users\\2\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file
diff --git a/pi024.lib/pi024.lib.csproj b/pi024.lib/pi024.lib.csproj
new file mode 100644
index 0000000..dbdcea4
--- /dev/null
+++ b/pi024.lib/pi024.lib.csproj
@@ -0,0 +1,7 @@
+
+
+
+ netstandard2.0
+
+
+
diff --git a/pi24.wf/App.config b/pi24.wf/App.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/pi24.wf/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pi24.wf/Form1.Designer.cs b/pi24.wf/Form1.Designer.cs
new file mode 100644
index 0000000..93a646f
--- /dev/null
+++ b/pi24.wf/Form1.Designer.cs
@@ -0,0 +1,41 @@
+
+namespace pi24.wf
+{
+ 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/pi24.wf/Form1.cs b/pi24.wf/Form1.cs
new file mode 100644
index 0000000..d1ff516
--- /dev/null
+++ b/pi24.wf/Form1.cs
@@ -0,0 +1,20 @@
+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;
+
+namespace pi24.wf
+{
+ public partial class Form1 : Form
+ {
+ public Form1()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/pi24.wf/Program.cs b/pi24.wf/Program.cs
new file mode 100644
index 0000000..3a886ee
--- /dev/null
+++ b/pi24.wf/Program.cs
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace pi24.wf
+{
+ 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/pi24.wf/Properties/AssemblyInfo.cs b/pi24.wf/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..8060616
--- /dev/null
+++ b/pi24.wf/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("pi24.wf")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("pi24.wf")]
+[assembly: AssemblyCopyright("Copyright © 2025")]
+[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("4b7f64ac-d5c4-4c47-a750-7db7bd4df72c")]
+
+// 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/pi24.wf/Properties/Resources.Designer.cs b/pi24.wf/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..b973522
--- /dev/null
+++ b/pi24.wf/Properties/Resources.Designer.cs
@@ -0,0 +1,70 @@
+//------------------------------------------------------------------------------
+//
+// 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 pi24.wf.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("pi24.wf.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/pi24.wf/Properties/Resources.resx b/pi24.wf/Properties/Resources.resx
new file mode 100644
index 0000000..af7dbeb
--- /dev/null
+++ b/pi24.wf/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/pi24.wf/Properties/Settings.Designer.cs b/pi24.wf/Properties/Settings.Designer.cs
new file mode 100644
index 0000000..d9c4394
--- /dev/null
+++ b/pi24.wf/Properties/Settings.Designer.cs
@@ -0,0 +1,29 @@
+//------------------------------------------------------------------------------
+//
+// 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 pi24.wf.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/pi24.wf/Properties/Settings.settings b/pi24.wf/Properties/Settings.settings
new file mode 100644
index 0000000..3964565
--- /dev/null
+++ b/pi24.wf/Properties/Settings.settings
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/pi24.wf/bin/Debug/pi024.lib.dll b/pi24.wf/bin/Debug/pi024.lib.dll
new file mode 100644
index 0000000..f792913
Binary files /dev/null and b/pi24.wf/bin/Debug/pi024.lib.dll differ
diff --git a/pi24.wf/bin/Debug/pi024.lib.pdb b/pi24.wf/bin/Debug/pi024.lib.pdb
new file mode 100644
index 0000000..1dfb1d7
Binary files /dev/null and b/pi24.wf/bin/Debug/pi024.lib.pdb differ
diff --git a/pi24.wf/bin/Debug/pi24.wf.exe b/pi24.wf/bin/Debug/pi24.wf.exe
new file mode 100644
index 0000000..d6181e7
Binary files /dev/null and b/pi24.wf/bin/Debug/pi24.wf.exe differ
diff --git a/pi24.wf/bin/Debug/pi24.wf.exe.config b/pi24.wf/bin/Debug/pi24.wf.exe.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/pi24.wf/bin/Debug/pi24.wf.exe.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pi24.wf/bin/Debug/pi24.wf.pdb b/pi24.wf/bin/Debug/pi24.wf.pdb
new file mode 100644
index 0000000..390d513
Binary files /dev/null and b/pi24.wf/bin/Debug/pi24.wf.pdb differ
diff --git a/pi24.wf/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/pi24.wf/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
new file mode 100644
index 0000000..3871b18
--- /dev/null
+++ b/pi24.wf/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/pi24.wf/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/pi24.wf/obj/Debug/DesignTimeResolveAssemblyReferences.cache
new file mode 100644
index 0000000..bfe38b5
Binary files /dev/null and b/pi24.wf/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
diff --git a/pi24.wf/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/pi24.wf/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..ff659bf
Binary files /dev/null and b/pi24.wf/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/pi24.wf/obj/Debug/pi24.wf.Properties.Resources.resources b/pi24.wf/obj/Debug/pi24.wf.Properties.Resources.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/pi24.wf/obj/Debug/pi24.wf.Properties.Resources.resources differ
diff --git a/pi24.wf/obj/Debug/pi24.wf.csproj.CopyComplete b/pi24.wf/obj/Debug/pi24.wf.csproj.CopyComplete
new file mode 100644
index 0000000..e69de29
diff --git a/pi24.wf/obj/Debug/pi24.wf.csproj.CoreCompileInputs.cache b/pi24.wf/obj/Debug/pi24.wf.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..283a19b
--- /dev/null
+++ b/pi24.wf/obj/Debug/pi24.wf.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+899404f9c9820b91eb5aecd6607cb27a8f656759
diff --git a/pi24.wf/obj/Debug/pi24.wf.csproj.FileListAbsolute.txt b/pi24.wf/obj/Debug/pi24.wf.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..92e995a
--- /dev/null
+++ b/pi24.wf/obj/Debug/pi24.wf.csproj.FileListAbsolute.txt
@@ -0,0 +1,12 @@
+C:\Users\2\source\repos\pi024.lib\pi24.wf\bin\Debug\pi24.wf.exe.config
+C:\Users\2\source\repos\pi024.lib\pi24.wf\bin\Debug\pi24.wf.exe
+C:\Users\2\source\repos\pi024.lib\pi24.wf\bin\Debug\pi24.wf.pdb
+C:\Users\2\source\repos\pi024.lib\pi24.wf\obj\Debug\pi24.wf.csprojAssemblyReference.cache
+C:\Users\2\source\repos\pi024.lib\pi24.wf\obj\Debug\pi24.wf.Properties.Resources.resources
+C:\Users\2\source\repos\pi024.lib\pi24.wf\obj\Debug\pi24.wf.csproj.GenerateResource.cache
+C:\Users\2\source\repos\pi024.lib\pi24.wf\obj\Debug\pi24.wf.csproj.CoreCompileInputs.cache
+C:\Users\2\source\repos\pi024.lib\pi24.wf\obj\Debug\pi24.wf.exe
+C:\Users\2\source\repos\pi024.lib\pi24.wf\obj\Debug\pi24.wf.pdb
+C:\Users\2\source\repos\pi024.lib\pi24.wf\bin\Debug\pi024.lib.dll
+C:\Users\2\source\repos\pi024.lib\pi24.wf\bin\Debug\pi024.lib.pdb
+C:\Users\2\source\repos\pi024.lib\pi24.wf\obj\Debug\pi24.wf.csproj.CopyComplete
diff --git a/pi24.wf/obj/Debug/pi24.wf.csproj.GenerateResource.cache b/pi24.wf/obj/Debug/pi24.wf.csproj.GenerateResource.cache
new file mode 100644
index 0000000..621d959
Binary files /dev/null and b/pi24.wf/obj/Debug/pi24.wf.csproj.GenerateResource.cache differ
diff --git a/pi24.wf/obj/Debug/pi24.wf.csprojAssemblyReference.cache b/pi24.wf/obj/Debug/pi24.wf.csprojAssemblyReference.cache
new file mode 100644
index 0000000..57a3b69
Binary files /dev/null and b/pi24.wf/obj/Debug/pi24.wf.csprojAssemblyReference.cache differ
diff --git a/pi24.wf/obj/Debug/pi24.wf.exe b/pi24.wf/obj/Debug/pi24.wf.exe
new file mode 100644
index 0000000..d6181e7
Binary files /dev/null and b/pi24.wf/obj/Debug/pi24.wf.exe differ
diff --git a/pi24.wf/obj/Debug/pi24.wf.pdb b/pi24.wf/obj/Debug/pi24.wf.pdb
new file mode 100644
index 0000000..390d513
Binary files /dev/null and b/pi24.wf/obj/Debug/pi24.wf.pdb differ
diff --git a/pi24.wf/pi24.wf.csproj b/pi24.wf/pi24.wf.csproj
new file mode 100644
index 0000000..22facde
--- /dev/null
+++ b/pi24.wf/pi24.wf.csproj
@@ -0,0 +1,86 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {4B7F64AC-D5C4-4C47-A750-7DB7BD4DF72C}
+ WinExe
+ pi24.wf
+ pi24.wf
+ v4.7.2
+ 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
+
+
+
+
+
+
+
+ {76f5f6be-1827-4ea8-a51a-eaf87dd05c8e}
+ pi024.lib
+
+
+
+
\ No newline at end of file
diff --git a/readme.MD b/readme.MD
new file mode 100644
index 0000000..b4bb471
--- /dev/null
+++ b/readme.MD
@@ -0,0 +1,16 @@
+# 2025.09.06
+
+- óñòàíîâèëè
+ Visual Studio Community /
+ Visual Studio Code /
+ Jetbrains Resharper
+- Ñîçäàëè ïðîåêò - áèáëèîòåêó êëàññîâ (NET CORE, NET Standard)
+- Ñîçäàëè â ýòîì æå ðåøåíèè ïðîåêò - êîíñîëüíîå ïðèëîæåíèå
+- Ñîçäàëè â ýòîì æå ðåøåíèè ïðîåêò - îêîííîå ïðèëîæåíèå
+- äîáàâèòü ññûëêó íà áèáëèîòåêó â êîíñîëüíîå ïðèëîæåíèå è
+â îêîííîå ïðèëîæåíèå
+- äîáàâèòü â êëàññå ïîëÿ
+- âîñïîëüçîâàòüñÿ êëàññîì
+
+-- set git=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\cmd\git.exe
+set git=C:\Users\2\Documents\Downloads\PortableGit\cmd\git.exe