|
@@ -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>
|