Start Create Config

This commit is contained in:
2021-05-27 15:58:23 +05:00
parent fbe45b492e
commit 79a10434d8
193 changed files with 2689 additions and 540 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>STPClient</id>
<version>1.0.0</version>
<authors>STPClient</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Package Description</description>
<dependencies>
<group targetFramework="net5.0" />
</dependencies>
</metadata>
<files>
<file src="D:\GIT\ASCKU_PC\STPClient\bin\Release\net5.0\STPClient.dll" target="lib\net5.0\STPClient.dll" />
</files>
</package>

View File

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

View File

@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
//
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
// повторной генерации кода.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("STPClient")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("STPClient")]
[assembly: System.Reflection.AssemblyTitleAttribute("STPClient")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Создано классом WriteCodeFragment MSBuild.

View File

@@ -0,0 +1 @@
37f042a4f38dfb7d4476c4b8fc055adc3323e40d

View File

@@ -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.

View File

@@ -0,0 +1 @@
76d37c1a71009ecd915d190cd7beb8053e3ff188

View File

@@ -0,0 +1,13 @@
D:\GIT\ASCKU_PC\STPClient\bin\Release\net5.0\Config\config.json
D:\GIT\ASCKU_PC\STPClient\bin\Release\net5.0\STPClient.deps.json
D:\GIT\ASCKU_PC\STPClient\bin\Release\net5.0\STPClient.dll
D:\GIT\ASCKU_PC\STPClient\bin\Release\net5.0\ref\STPClient.dll
D:\GIT\ASCKU_PC\STPClient\bin\Release\net5.0\STPClient.pdb
D:\GIT\ASCKU_PC\STPClient\obj\Release\net5.0\STPClient.csprojAssemblyReference.cache
D:\GIT\ASCKU_PC\STPClient\obj\Release\net5.0\STPClient.GeneratedMSBuildEditorConfig.editorconfig
D:\GIT\ASCKU_PC\STPClient\obj\Release\net5.0\STPClient.AssemblyInfoInputs.cache
D:\GIT\ASCKU_PC\STPClient\obj\Release\net5.0\STPClient.AssemblyInfo.cs
D:\GIT\ASCKU_PC\STPClient\obj\Release\net5.0\STPClient.csproj.CoreCompileInputs.cache
D:\GIT\ASCKU_PC\STPClient\obj\Release\net5.0\STPClient.dll
D:\GIT\ASCKU_PC\STPClient\obj\Release\net5.0\ref\STPClient.dll
D:\GIT\ASCKU_PC\STPClient\obj\Release\net5.0\STPClient.pdb

Binary file not shown.

Binary file not shown.

Binary file not shown.