Changed some assembly settings 2

This commit is contained in:
2026-05-02 01:56:11 +01:00
parent 679d950e46
commit 5c5581ba44
2 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
<PackageId>ParsonsZXSpectrum</PackageId>
<Product>Parsons Speccy</Product>
<AssemblyName>ParsonsZXSpectrum</AssemblyName>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
</PropertyGroup>
<ItemGroup>

View File

@@ -8,9 +8,9 @@
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0-windows</TargetFramework>
<SelfContained>true</SelfContained>
<SelfContained>false</SelfContained>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>