Browse Source

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

Brandon Thetford 1 year ago
parent
commit
20132316a7
1 changed files with 8 additions and 1 deletions
  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>