Update SharpIDE.Photino.csproj

This commit is contained in:
Matt Parker
2025-08-02 14:23:20 +10:00
parent 6982b11c4d
commit 7ae4ef7e75

View File

@@ -7,9 +7,10 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<!-- <PublishSingleFile>true</PublishSingleFile>--> <!-- Not possible to publish as single file easily because of MSBuild https://github.com/Buildalyzer/Buildalyzer/issues/224 -->
<!-- <SelfContained>false</SelfContained>-->
<!-- <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>-->
<!-- <IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract> &lt;!&ndash; Don't use, leaving so I remember it exists &ndash;&gt;-->
</PropertyGroup>
<ItemGroup>