File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
5- <TargetFramework >netcoreapp3.1 </TargetFramework >
5+ <TargetFramework >net5.0-windows </TargetFramework >
66 <UseWindowsForms >true</UseWindowsForms >
77 <Platforms >AnyCPU;x64</Platforms >
88 <ApplicationIcon >installer\flexasiogui.ico</ApplicationIcon >
Original file line number Diff line number Diff line change 11#define MyAppName " FlexASIO GUI"
2- #define MyAppVersion " 0.31"
2+ #define MyAppVersion " 0.31-net5.0 "
33#define MyAppPublisher " https://github.com/flipswitchingmonkey/FlexASIO_GUI"
44#define MyAppURL " "
55#define MyAppExeName " FlexASIOGUI.exe"
@@ -32,7 +32,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
3232;Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
3333
3434[Files]
35- Source : " ..\bin\x64\Release\netcoreapp3.1 \*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs
35+ Source : " ..\bin\x64\Release\net5.0-windows \*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs
3636; NOTE: Don't use "Flags: ignoreversion" on any shared system files
3737
3838[Icons]
You can’t perform that action at this time.
0 commit comments