first commit

This commit is contained in:
lihansani
2026-07-13 09:26:08 +08:00
commit f8f127a2c7
713 changed files with 10845 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]

View File

@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// 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("DCIT.App")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("DCIT.App")]
[assembly: System.Reflection.AssemblyTitleAttribute("DCIT.App")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// 由 MSBuild WriteCodeFragment 类生成。

View File

@@ -0,0 +1 @@
cfdf085f448b7845532730a4703eb0cbe26d32e567bcf8dc69c93e03d970993c

View File

@@ -0,0 +1,14 @@
is_global = true
build_property.ApplicationManifest =
build_property.StartupObject =
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.RootNamespace = DCIT.App
build_property.ProjectDir = D:\projects\DCIT\src\DCIT.App\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.CsWinRTUseWindowsUIXamlProjections = false
build_property.EffectiveAnalysisLevelStyle =
build_property.EnableCodeStyleSeverity =

Binary file not shown.

View File

@@ -0,0 +1 @@
7c05ef26f7a3b2c8c4113e93e294918c8be94456180c3815ccf430361ed5f6f1

View File

@@ -0,0 +1,23 @@
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\tools\DocTo\docto.exe
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\DCIT.App.exe.config
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\DCIT.App.exe
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\DCIT.App.pdb
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\DocumentFormat.OpenXml.dll
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\DocumentFormat.OpenXml.Framework.dll
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\ExCSS.dll
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\Newtonsoft.Json.dll
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\Svg.dll
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\System.Buffers.dll
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\System.Memory.dll
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\System.Numerics.Vectors.dll
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\System.Runtime.CompilerServices.Unsafe.dll
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\DCIT.Core.dll
D:\projects\DCIT\src\DCIT.App\bin\x64\Release\net48\DCIT.Core.pdb
D:\projects\DCIT\src\DCIT.App\obj\x64\Release\net48\DCIT.App.csproj.AssemblyReference.cache
D:\projects\DCIT\src\DCIT.App\obj\x64\Release\net48\DCIT.App.GeneratedMSBuildEditorConfig.editorconfig
D:\projects\DCIT\src\DCIT.App\obj\x64\Release\net48\DCIT.App.AssemblyInfoInputs.cache
D:\projects\DCIT\src\DCIT.App\obj\x64\Release\net48\DCIT.App.AssemblyInfo.cs
D:\projects\DCIT\src\DCIT.App\obj\x64\Release\net48\DCIT.App.csproj.CoreCompileInputs.cache
D:\projects\DCIT\src\DCIT.App\obj\x64\Release\net48\DCIT.App.csproj.Up2Date
D:\projects\DCIT\src\DCIT.App\obj\x64\Release\net48\DCIT.App.exe
D:\projects\DCIT\src\DCIT.App\obj\x64\Release\net48\DCIT.App.pdb

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>

Binary file not shown.