瀏覽代碼

Move this to its own group for visibility and what is about to come

Brandon Thetford 1 年之前
父節點
當前提交
20132316a7
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      Terminal.Gui/Terminal.Gui.csproj

+ 8 - 1
Terminal.Gui/Terminal.Gui.csproj

@@ -7,6 +7,14 @@
   <PropertyGroup>
     <Version>2.0.0</Version>
   </PropertyGroup>
+  <!-- =================================================================== -->
+  <!-- Assembly name. -->
+  <!-- Referenced throughout this file for consistency. -->
+  <!-- =================================================================== -->
+<PropertyGroup>
+  <AssemblyName>Terminal.Gui</AssemblyName>
+</PropertyGroup>
+
   <!-- =================================================================== -->
   <!-- .NET Build Settings -->
   <!-- =================================================================== -->
@@ -14,7 +22,6 @@
     <TargetFrameworks>net8.0</TargetFrameworks>
     <LangVersion>12</LangVersion>
     <RootNamespace>Terminal.Gui</RootNamespace>
-    <AssemblyName>Terminal.Gui</AssemblyName>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <DefineTrace>True</DefineTrace>
     <DebugType>portable</DebugType>