We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa97d3e commit f77ab79Copy full SHA for f77ab79
1 file changed
VDD Control/VDD Control/VDD Control.csproj
@@ -7,6 +7,11 @@
7
<Nullable>enable</Nullable>
8
<UseWindowsForms>true</UseWindowsForms>
9
<ImplicitUsings>enable</ImplicitUsings>
10
+ <PublishSingleFile>true</PublishSingleFile>
11
+ <SelfContained>true</SelfContained>
12
+ <RuntimeIdentifier>win-x64</RuntimeIdentifier>
13
+ <PublishReadyToRun>true</PublishReadyToRun>
14
+ <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
15
</PropertyGroup>
16
17
<ItemGroup>
0 commit comments