Commit ec80cef1 authored by shrabbit's avatar shrabbit
Browse files

启用项目文档生成并更新解决方案文件结构

parent 214235ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
        <LangVersion>14</LangVersion>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <GenerateDocumentationFile>true</GenerateDocumentationFile>
    </PropertyGroup>

</Project>
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
        <LangVersion>14</LangVersion>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <GenerateDocumentationFile>true</GenerateDocumentationFile>
    </PropertyGroup>

    <ItemGroup>
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
        <BuiltInComInteropSupport>true</BuiltInComInteropSupport>
        <ApplicationManifest>app.manifest</ApplicationManifest>
        <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
        <GenerateDocumentationFile>true</GenerateDocumentationFile>
    </PropertyGroup>

    <ItemGroup>
+4 −0
Original line number Diff line number Diff line
<Solution>
  <Folder Name="/Global Files/" >
    <File Path="docfx.json"/>
    <File Path="Directory.Build.targets"/>
  </Folder>
  <Folder Name="/Packages/">
    <Project Path="EmptyTestPackage/EmptyTestPackage.csproj" />
  </Folder>