Skip to content

Commit

Permalink
Change VMVE system type to Windows in order to remove console. Should…
Browse files Browse the repository at this point in the history
… be the final commit before first release.
  • Loading branch information
ZOulhadj committed Feb 1, 2023
1 parent 94ff2c9 commit e69c423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmve/vmve.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<SubSystem>Windows</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
Expand Down

0 comments on commit e69c423

Please sign in to comment.