now it's not a single project, but a solution

This commit is contained in:
2022-01-14 00:12:40 +03:00
parent 97269fd160
commit fe35153278
122 changed files with 6636 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>
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
//
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
// повторной генерации кода.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("TestProgram")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("TestProgram")]
[assembly: System.Reflection.AssemblyTitleAttribute("TestProgram")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Создано классом WriteCodeFragment MSBuild.

View File

@@ -0,0 +1 @@
50807496b7e03e652e948152d6f734ad8f046635

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 = TestProgram
build_property.ProjectDir = C:\projects\c#\DTLib\TestProgram\

Binary file not shown.

View File

@@ -0,0 +1 @@
3fc818a7aa42b85417b1a9a4ad4c679fab7ccd44

View File

@@ -0,0 +1,23 @@
C:\projects\c#\DTLib\TestProgram\obj\Debug\net6.0\TestProgram.csproj.AssemblyReference.cache
C:\projects\c#\DTLib\TestProgram\obj\Debug\net6.0\TestProgram.GeneratedMSBuildEditorConfig.editorconfig
C:\projects\c#\DTLib\TestProgram\obj\Debug\net6.0\TestProgram.AssemblyInfoInputs.cache
C:\projects\c#\DTLib\TestProgram\obj\Debug\net6.0\TestProgram.AssemblyInfo.cs
C:\projects\c#\DTLib\TestProgram\obj\Debug\net6.0\TestProgram.csproj.CoreCompileInputs.cache
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\TestProgram.exe
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\DtsodV2X\base_types.dtsod
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\DtsodV2X\lists.dtsod
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\DtsodV2X\null.dtsod
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\DtsodV30\base_types.dtsod
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\DtsodV30\enumerables.dtsod
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\TestProgram.deps.json
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\TestProgram.runtimeconfig.json
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\TestProgram.dll
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\TestProgram.pdb
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\DTLib.dll
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\DTLib.pdb
C:\projects\c#\DTLib\TestProgram\obj\Debug\net6.0\TestProgram.csproj.CopyComplete
C:\projects\c#\DTLib\TestProgram\obj\Debug\net6.0\TestProgram.dll
C:\projects\c#\DTLib\TestProgram\obj\Debug\net6.0\TestProgram.pdb
C:\projects\c#\DTLib\TestProgram\obj\Debug\net6.0\TestProgram.genruntimeconfig.cache
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\DtsodV2X\complexes.dtsod
C:\projects\c#\DTLib\TestProgram\bin\Debug\net6.0\DtsodV2X\messages.dtsod

Binary file not shown.

View File

@@ -0,0 +1 @@
110b26956cec2db2147da1aac6de7fa6068aaf46

Binary file not shown.

Binary file not shown.