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("Release")]
[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 @@
71e6ecd41e783a12c9404d0d3374ab8ceaa08da7

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\

View File

@@ -0,0 +1 @@
5e6dd8cc15282ea6ffd0b1be64a0c8a01cbd1096

View File

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

Binary file not shown.

View File

@@ -0,0 +1 @@
f5c54d1bbfc32c8da26a865a6c9552c5a9c60697

Binary file not shown.

Binary file not shown.