瀏覽代碼

fixed config man bug

Tigger Kindel 1 年之前
父節點
當前提交
6eceddd9c1
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      Terminal.Gui/Terminal.Gui.csproj

+ 9 - 0
Terminal.Gui/Terminal.Gui.csproj

@@ -26,6 +26,15 @@
     <SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
   </PropertyGroup>
   <!-- =================================================================== -->
+  <!-- Configuration Manager -->
+  <!-- =================================================================== -->
+  <ItemGroup>
+    <None Remove="Resources\config.json" />
+  </ItemGroup>
+  <ItemGroup>
+    <EmbeddedResource Include="Resources\config.json" />
+  </ItemGroup>
+  <!-- =================================================================== -->
   <!-- Dependencies -->
   <!-- =================================================================== -->
   <ItemGroup>