浏览代码

Generate xml documentation for BepInEx projects

Bepis 5 年之前
父节点
当前提交
b173a486c7
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 0
      BepInEx.Preloader/BepInEx.Preloader.csproj
  2. 1 2
      BepInEx/BepInEx.csproj

+ 1 - 0
BepInEx.Preloader/BepInEx.Preloader.csproj

@@ -20,6 +20,7 @@
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <DocumentationFile>..\bin\BepInEx.Preloader.xml</DocumentationFile>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'v2018|AnyCPU'">
     <OutputPath>..\bin\</OutputPath>

+ 1 - 2
BepInEx/BepInEx.csproj

@@ -21,8 +21,7 @@
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <DocumentationFile>
-    </DocumentationFile>
+    <DocumentationFile>..\bin\BepInEx.xml</DocumentationFile>
   </PropertyGroup>
   <PropertyGroup>
     <StartupObject />