|
@@ -9,12 +9,17 @@
|
|
|
<TrimMode>Link</TrimMode>
|
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
|
<InvariantGlobalization>true</InvariantGlobalization>
|
|
|
- <DebugType>embedded</DebugType>
|
|
|
+ <DebugType>embedded</DebugType>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
- <ItemGroup>
|
|
|
+ <ItemGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
|
|
|
<TrimmerRootAssembly Include="Terminal.Gui" />
|
|
|
</ItemGroup>
|
|
|
|
|
|
+ <ItemGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
+ <PackageReference Include="Terminal.Gui" Version="2.0.0-pre.1788" />
|
|
|
+ <TrimmerRootAssembly Include="Terminal.Gui" />
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
</Project>
|