Browse Source

fixed config man bug

Tigger Kindel 1 year ago
parent
commit
6eceddd9c1
1 changed files with 9 additions and 0 deletions
  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>