Skip to content

Commit

Permalink
set KeePass.exe as startup program for the project
Browse files Browse the repository at this point in the history
  • Loading branch information
vnau committed Sep 7, 2023
1 parent 445cf1d commit 02c9100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions KeePass2Trezor/KeePass2Trezor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartAction>Program</StartAction>
<StartProgram>$(SolutionDir)\bin\$(Configuration)\KeePass.exe</StartProgram>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
Expand Down

0 comments on commit 02c9100

Please sign in to comment.