Browse Source

Allow single file (executable) publishing

dan
Kenneth Bruen 3 years ago
parent
commit
130b869f07
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 1
      IDAstar.csproj

1
IDAstar.csproj

@ -6,6 +6,7 @@
<LangVersion>preview</LangVersion> <LangVersion>preview</LangVersion>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

Loading…
Cancel
Save