89 changed files with 1494 additions and 0 deletions
Binary file not shown.
@ -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!"); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -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": "" |
||||
|
} |
||||
|
} |
||||
|
} |
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@ |
|||||
|
{ |
||||
|
"runtimeOptions": { |
||||
|
"additionalProbingPaths": [ |
||||
|
"C:\\Users\\2\\.dotnet\\store\\|arch|\\|tfm|", |
||||
|
"C:\\Users\\2\\.nuget\\packages" |
||||
|
] |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,9 @@ |
|||||
|
{ |
||||
|
"runtimeOptions": { |
||||
|
"tfm": "net5.0", |
||||
|
"framework": { |
||||
|
"name": "Microsoft.NETCore.App", |
||||
|
"version": "5.0.0" |
||||
|
} |
||||
|
} |
||||
|
} |
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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" |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,18 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
|
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
||||
|
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> |
||||
|
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> |
||||
|
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> |
||||
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> |
||||
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\2\.nuget\packages\</NuGetPackageFolders> |
||||
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
||||
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.8.0</NuGetToolVersion> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
||||
|
<SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageFolders)))" /> |
||||
|
</ItemGroup> |
||||
|
<PropertyGroup> |
||||
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
||||
|
</PropertyGroup> |
||||
|
</Project> |
||||
@ -0,0 +1,6 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
|
<PropertyGroup> |
||||
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
||||
|
</PropertyGroup> |
||||
|
</Project> |
||||
@ -0,0 +1,4 @@ |
|||||
|
// <autogenerated />
|
||||
|
using System; |
||||
|
using System.Reflection; |
||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] |
||||
@ -0,0 +1,23 @@ |
|||||
|
//------------------------------------------------------------------------------
|
||||
|
// <auto-generated>
|
||||
|
// 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.
|
||||
|
// </auto-generated>
|
||||
|
//------------------------------------------------------------------------------
|
||||
|
|
||||
|
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.
|
||||
|
|
||||
@ -0,0 +1 @@ |
|||||
|
0cbac02cf6b33ab9449e1ec02e8dbba2474e8080 |
||||
@ -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 |
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,23 @@ |
|||||
|
//------------------------------------------------------------------------------
|
||||
|
// <auto-generated>
|
||||
|
// 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.
|
||||
|
// </auto-generated>
|
||||
|
//------------------------------------------------------------------------------
|
||||
|
|
||||
|
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.
|
||||
|
|
||||
@ -0,0 +1 @@ |
|||||
|
2687f6f586907cf9ccc6588efee76519a624c0ba |
||||
@ -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 |
||||
Binary file not shown.
@ -0,0 +1 @@ |
|||||
|
83d367b9f8520b12d941107aee87cffe002d5ac8 |
||||
@ -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 |
||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||||
|
40abe7aae5061e9d9653d041a07088f4976aee59 |
||||
Binary file not shown.
Binary file not shown.
@ -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" |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,18 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
|
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
||||
|
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> |
||||
|
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> |
||||
|
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> |
||||
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> |
||||
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\2\.nuget\packages\</NuGetPackageFolders> |
||||
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
||||
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.8.0</NuGetToolVersion> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
||||
|
<SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageFolders)))" /> |
||||
|
</ItemGroup> |
||||
|
<PropertyGroup> |
||||
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
||||
|
</PropertyGroup> |
||||
|
</Project> |
||||
@ -0,0 +1,6 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
|
<PropertyGroup> |
||||
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
||||
|
</PropertyGroup> |
||||
|
</Project> |
||||
@ -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" |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -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": [] |
||||
|
} |
||||
@ -0,0 +1,12 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
|
||||
|
<PropertyGroup> |
||||
|
<OutputType>Exe</OutputType> |
||||
|
<TargetFramework>net5.0</TargetFramework> |
||||
|
</PropertyGroup> |
||||
|
|
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\pi024.lib\pi024.lib.csproj" /> |
||||
|
</ItemGroup> |
||||
|
|
||||
|
</Project> |
||||
@ -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 |
||||
@ -0,0 +1,11 @@ |
|||||
|
/* using System; |
||||
|
|
||||
|
*/ |
||||
|
|
||||
|
namespace pi024.lib |
||||
|
{ |
||||
|
public class Class1 |
||||
|
{ |
||||
|
|
||||
|
} |
||||
|
} |
||||
@ -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" |
||||
|
} |
||||
|
} |
||||
|
} |
||||
Binary file not shown.
Binary file not shown.
@ -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; |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,4 @@ |
|||||
|
// <autogenerated />
|
||||
|
using System; |
||||
|
using System.Reflection; |
||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] |
||||
@ -0,0 +1,23 @@ |
|||||
|
//------------------------------------------------------------------------------
|
||||
|
// <auto-generated>
|
||||
|
// 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.
|
||||
|
// </auto-generated>
|
||||
|
//------------------------------------------------------------------------------
|
||||
|
|
||||
|
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.
|
||||
|
|
||||
@ -0,0 +1 @@ |
|||||
|
b6994c9d4e7d4f0ebb3c3774ec41fb221ff5021e |
||||
Binary file not shown.
@ -0,0 +1 @@ |
|||||
|
f5c15272473e568e2df87a66679000f4f3b3b4f9 |
||||
@ -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 |
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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" |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,18 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
|
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
||||
|
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> |
||||
|
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> |
||||
|
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> |
||||
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> |
||||
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\2\.nuget\packages\</NuGetPackageFolders> |
||||
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
||||
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.8.0</NuGetToolVersion> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
||||
|
<SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageFolders)))" /> |
||||
|
</ItemGroup> |
||||
|
<PropertyGroup> |
||||
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
||||
|
</PropertyGroup> |
||||
|
</Project> |
||||
@ -0,0 +1,9 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8" standalone="no"?> |
||||
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
|
<PropertyGroup> |
||||
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
||||
|
</PropertyGroup> |
||||
|
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
||||
|
<Import Project="$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library\2.0.3\build\netstandard2.0\NETStandard.Library.targets')" /> |
||||
|
</ImportGroup> |
||||
|
</Project> |
||||
@ -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" |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -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": [] |
||||
|
} |
||||
@ -0,0 +1,7 @@ |
|||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||
|
|
||||
|
<PropertyGroup> |
||||
|
<TargetFramework>netstandard2.0</TargetFramework> |
||||
|
</PropertyGroup> |
||||
|
|
||||
|
</Project> |
||||
@ -0,0 +1,6 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8" ?> |
||||
|
<configuration> |
||||
|
<startup> |
||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> |
||||
|
</startup> |
||||
|
</configuration> |
||||
@ -0,0 +1,41 @@ |
|||||
|
|
||||
|
namespace pi24.wf |
||||
|
{ |
||||
|
partial class Form1 |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// Required designer variable.
|
||||
|
/// </summary>
|
||||
|
private System.ComponentModel.IContainer components = null; |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// Clean up any resources being used.
|
||||
|
/// </summary>
|
||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
|
protected override void Dispose(bool disposing) |
||||
|
{ |
||||
|
if (disposing && (components != null)) |
||||
|
{ |
||||
|
components.Dispose(); |
||||
|
} |
||||
|
base.Dispose(disposing); |
||||
|
} |
||||
|
|
||||
|
#region Windows Form Designer generated code
|
||||
|
|
||||
|
/// <summary>
|
||||
|
/// Required method for Designer support - do not modify
|
||||
|
/// the contents of this method with the code editor.
|
||||
|
/// </summary>
|
||||
|
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
|
||||
|
} |
||||
|
} |
||||
|
|
||||
@ -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(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -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 |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// The main entry point for the application.
|
||||
|
/// </summary>
|
||||
|
[STAThread] |
||||
|
static void Main() |
||||
|
{ |
||||
|
Application.EnableVisualStyles(); |
||||
|
Application.SetCompatibleTextRenderingDefault(false); |
||||
|
Application.Run(new Form1()); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -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")] |
||||
@ -0,0 +1,70 @@ |
|||||
|
//------------------------------------------------------------------------------
|
||||
|
// <auto-generated>
|
||||
|
// 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.
|
||||
|
// </auto-generated>
|
||||
|
//------------------------------------------------------------------------------
|
||||
|
|
||||
|
|
||||
|
namespace pi24.wf.Properties |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
|
/// </summary>
|
||||
|
// 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() |
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// Returns the cached ResourceManager instance used by this class.
|
||||
|
/// </summary>
|
||||
|
[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; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// Overrides the current thread's CurrentUICulture property for all
|
||||
|
/// resource lookups using this strongly typed resource class.
|
||||
|
/// </summary>
|
||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |
||||
|
internal static global::System.Globalization.CultureInfo Culture |
||||
|
{ |
||||
|
get |
||||
|
{ |
||||
|
return resourceCulture; |
||||
|
} |
||||
|
set |
||||
|
{ |
||||
|
resourceCulture = value; |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,117 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<root> |
||||
|
<!-- |
||||
|
Microsoft ResX Schema |
||||
|
|
||||
|
Version 2.0 |
||||
|
|
||||
|
The primary goals of this format is to allow a simple XML format |
||||
|
that is mostly human readable. The generation and parsing of the |
||||
|
various data types are done through the TypeConverter classes |
||||
|
associated with the data types. |
||||
|
|
||||
|
Example: |
||||
|
|
||||
|
... ado.net/XML headers & schema ... |
||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader> |
||||
|
<resheader name="version">2.0</resheader> |
||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> |
||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> |
||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> |
||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> |
||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> |
||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value> |
||||
|
</data> |
||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> |
||||
|
<comment>This is a comment</comment> |
||||
|
</data> |
||||
|
|
||||
|
There are any number of "resheader" rows that contain simple |
||||
|
name/value pairs. |
||||
|
|
||||
|
Each data row contains a name, and value. The row also contains a |
||||
|
type or mimetype. Type corresponds to a .NET class that support |
||||
|
text/value conversion through the TypeConverter architecture. |
||||
|
Classes that don't support this are serialized and stored with the |
||||
|
mimetype set. |
||||
|
|
||||
|
The mimetype is used for serialized objects, and tells the |
||||
|
ResXResourceReader how to depersist the object. This is currently not |
||||
|
extensible. For a given mimetype the value must be set accordingly: |
||||
|
|
||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format |
||||
|
that the ResXResourceWriter will generate, however the reader can |
||||
|
read any of the formats listed below. |
||||
|
|
||||
|
mimetype: application/x-microsoft.net.object.binary.base64 |
||||
|
value : The object must be serialized with |
||||
|
: System.Serialization.Formatters.Binary.BinaryFormatter |
||||
|
: and then encoded with base64 encoding. |
||||
|
|
||||
|
mimetype: application/x-microsoft.net.object.soap.base64 |
||||
|
value : The object must be serialized with |
||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter |
||||
|
: and then encoded with base64 encoding. |
||||
|
|
||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64 |
||||
|
value : The object must be serialized into a byte array |
||||
|
: using a System.ComponentModel.TypeConverter |
||||
|
: and then encoded with base64 encoding. |
||||
|
--> |
||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> |
||||
|
<xsd:element name="root" msdata:IsDataSet="true"> |
||||
|
<xsd:complexType> |
||||
|
<xsd:choice maxOccurs="unbounded"> |
||||
|
<xsd:element name="metadata"> |
||||
|
<xsd:complexType> |
||||
|
<xsd:sequence> |
||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" /> |
||||
|
</xsd:sequence> |
||||
|
<xsd:attribute name="name" type="xsd:string" /> |
||||
|
<xsd:attribute name="type" type="xsd:string" /> |
||||
|
<xsd:attribute name="mimetype" type="xsd:string" /> |
||||
|
</xsd:complexType> |
||||
|
</xsd:element> |
||||
|
<xsd:element name="assembly"> |
||||
|
<xsd:complexType> |
||||
|
<xsd:attribute name="alias" type="xsd:string" /> |
||||
|
<xsd:attribute name="name" type="xsd:string" /> |
||||
|
</xsd:complexType> |
||||
|
</xsd:element> |
||||
|
<xsd:element name="data"> |
||||
|
<xsd:complexType> |
||||
|
<xsd:sequence> |
||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> |
||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> |
||||
|
</xsd:sequence> |
||||
|
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" /> |
||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> |
||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> |
||||
|
</xsd:complexType> |
||||
|
</xsd:element> |
||||
|
<xsd:element name="resheader"> |
||||
|
<xsd:complexType> |
||||
|
<xsd:sequence> |
||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> |
||||
|
</xsd:sequence> |
||||
|
<xsd:attribute name="name" type="xsd:string" use="required" /> |
||||
|
</xsd:complexType> |
||||
|
</xsd:element> |
||||
|
</xsd:choice> |
||||
|
</xsd:complexType> |
||||
|
</xsd:element> |
||||
|
</xsd:schema> |
||||
|
<resheader name="resmimetype"> |
||||
|
<value>text/microsoft-resx</value> |
||||
|
</resheader> |
||||
|
<resheader name="version"> |
||||
|
<value>2.0</value> |
||||
|
</resheader> |
||||
|
<resheader name="reader"> |
||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
||||
|
</resheader> |
||||
|
<resheader name="writer"> |
||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
||||
|
</resheader> |
||||
|
</root> |
||||
@ -0,0 +1,29 @@ |
|||||
|
//------------------------------------------------------------------------------
|
||||
|
// <auto-generated>
|
||||
|
// 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.
|
||||
|
// </auto-generated>
|
||||
|
//------------------------------------------------------------------------------
|
||||
|
|
||||
|
|
||||
|
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; |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,7 @@ |
|||||
|
<?xml version='1.0' encoding='utf-8'?> |
||||
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> |
||||
|
<Profiles> |
||||
|
<Profile Name="(Default)" /> |
||||
|
</Profiles> |
||||
|
<Settings /> |
||||
|
</SettingsFile> |
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,6 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8" ?> |
||||
|
<configuration> |
||||
|
<startup> |
||||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> |
||||
|
</startup> |
||||
|
</configuration> |
||||
Binary file not shown.
@ -0,0 +1,4 @@ |
|||||
|
// <autogenerated />
|
||||
|
using System; |
||||
|
using System.Reflection; |
||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] |
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
|||||
|
899404f9c9820b91eb5aecd6607cb27a8f656759 |
||||
@ -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 |
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,86 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
||||
|
<PropertyGroup> |
||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||||
|
<ProjectGuid>{4B7F64AC-D5C4-4C47-A750-7DB7BD4DF72C}</ProjectGuid> |
||||
|
<OutputType>WinExe</OutputType> |
||||
|
<RootNamespace>pi24.wf</RootNamespace> |
||||
|
<AssemblyName>pi24.wf</AssemblyName> |
||||
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
||||
|
<FileAlignment>512</FileAlignment> |
||||
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||||
|
<Deterministic>true</Deterministic> |
||||
|
</PropertyGroup> |
||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||||
|
<PlatformTarget>AnyCPU</PlatformTarget> |
||||
|
<DebugSymbols>true</DebugSymbols> |
||||
|
<DebugType>full</DebugType> |
||||
|
<Optimize>false</Optimize> |
||||
|
<OutputPath>bin\Debug\</OutputPath> |
||||
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
||||
|
<ErrorReport>prompt</ErrorReport> |
||||
|
<WarningLevel>4</WarningLevel> |
||||
|
</PropertyGroup> |
||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||||
|
<PlatformTarget>AnyCPU</PlatformTarget> |
||||
|
<DebugType>pdbonly</DebugType> |
||||
|
<Optimize>true</Optimize> |
||||
|
<OutputPath>bin\Release\</OutputPath> |
||||
|
<DefineConstants>TRACE</DefineConstants> |
||||
|
<ErrorReport>prompt</ErrorReport> |
||||
|
<WarningLevel>4</WarningLevel> |
||||
|
</PropertyGroup> |
||||
|
<ItemGroup> |
||||
|
<Reference Include="System" /> |
||||
|
<Reference Include="System.Core" /> |
||||
|
<Reference Include="System.Xml.Linq" /> |
||||
|
<Reference Include="System.Data.DataSetExtensions" /> |
||||
|
<Reference Include="Microsoft.CSharp" /> |
||||
|
<Reference Include="System.Data" /> |
||||
|
<Reference Include="System.Deployment" /> |
||||
|
<Reference Include="System.Drawing" /> |
||||
|
<Reference Include="System.Net.Http" /> |
||||
|
<Reference Include="System.Windows.Forms" /> |
||||
|
<Reference Include="System.Xml" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<Compile Include="Form1.cs"> |
||||
|
<SubType>Form</SubType> |
||||
|
</Compile> |
||||
|
<Compile Include="Form1.Designer.cs"> |
||||
|
<DependentUpon>Form1.cs</DependentUpon> |
||||
|
</Compile> |
||||
|
<Compile Include="Program.cs" /> |
||||
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
||||
|
<EmbeddedResource Include="Properties\Resources.resx"> |
||||
|
<Generator>ResXFileCodeGenerator</Generator> |
||||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||||
|
<SubType>Designer</SubType> |
||||
|
</EmbeddedResource> |
||||
|
<Compile Include="Properties\Resources.Designer.cs"> |
||||
|
<AutoGen>True</AutoGen> |
||||
|
<DependentUpon>Resources.resx</DependentUpon> |
||||
|
</Compile> |
||||
|
<None Include="Properties\Settings.settings"> |
||||
|
<Generator>SettingsSingleFileGenerator</Generator> |
||||
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||||
|
</None> |
||||
|
<Compile Include="Properties\Settings.Designer.cs"> |
||||
|
<AutoGen>True</AutoGen> |
||||
|
<DependentUpon>Settings.settings</DependentUpon> |
||||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
||||
|
</Compile> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<None Include="App.config" /> |
||||
|
</ItemGroup> |
||||
|
<ItemGroup> |
||||
|
<ProjectReference Include="..\pi024.lib\pi024.lib.csproj"> |
||||
|
<Project>{76f5f6be-1827-4ea8-a51a-eaf87dd05c8e}</Project> |
||||
|
<Name>pi024.lib</Name> |
||||
|
</ProjectReference> |
||||
|
</ItemGroup> |
||||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||||
|
</Project> |
||||
@ -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 |
||||
Loading…
Reference in new issue