Initial Commit

This commit is contained in:
2022-09-26 16:37:42 +02:00
parent fd1cab2aca
commit 1932b125b9
32 changed files with 357 additions and 0 deletions

View File

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]

View File

@ -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("Spg.BasicDemo")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Spg.BasicDemo")]
[assembly: System.Reflection.AssemblyTitleAttribute("Spg.BasicDemo")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@ -0,0 +1 @@
f6fe77efa5a00949b92fa3aa2c8ecdab42fe55fe

View File

@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net6.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Spg.BasicDemo
build_property.ProjectDir = C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\

View File

@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

Binary file not shown.

View File

@ -0,0 +1 @@
f859f888a51e1a4435b0c78c05e2d5e0bb4e7cbc

View File

@ -0,0 +1,15 @@
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\bin\Debug\net6.0\Spg.BasicDemo.exe
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\bin\Debug\net6.0\Spg.BasicDemo.deps.json
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\bin\Debug\net6.0\Spg.BasicDemo.runtimeconfig.json
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\bin\Debug\net6.0\Spg.BasicDemo.dll
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\bin\Debug\net6.0\Spg.BasicDemo.pdb
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\obj\Debug\net6.0\Spg.BasicDemo.csproj.AssemblyReference.cache
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\obj\Debug\net6.0\Spg.BasicDemo.GeneratedMSBuildEditorConfig.editorconfig
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\obj\Debug\net6.0\Spg.BasicDemo.AssemblyInfoInputs.cache
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\obj\Debug\net6.0\Spg.BasicDemo.AssemblyInfo.cs
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\obj\Debug\net6.0\Spg.BasicDemo.csproj.CoreCompileInputs.cache
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\obj\Debug\net6.0\Spg.BasicDemo.dll
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\obj\Debug\net6.0\refint\Spg.BasicDemo.dll
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\obj\Debug\net6.0\Spg.BasicDemo.pdb
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\obj\Debug\net6.0\Spg.BasicDemo.genruntimeconfig.cache
C:\5BAIF\POS\Spg.BasicDemo\Spg.BasicDemo\obj\Debug\net6.0\ref\Spg.BasicDemo.dll

Binary file not shown.

View File

@ -0,0 +1 @@
d35d0babfb8e51e1c8bae1ee8e3dad801a2da1c4

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.