Skip to content

Commit

Permalink
Prepare vswhere and vswhere.lib to be vulcan ready (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarnam committed Apr 6, 2023
1 parent 7accdbd commit c7a417b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/vswhere.lib/vswhere.lib.vcxproj
Expand Up @@ -61,6 +61,7 @@
<SDLCheck>true</SDLCheck>
<ControlFlowGuard>Guard</ControlFlowGuard>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<AdditionalOptions>/Zi %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down
2 changes: 2 additions & 0 deletions src/vswhere/vswhere.vcxproj
Expand Up @@ -65,10 +65,12 @@
<SDLCheck>true</SDLCheck>
<ControlFlowGuard>Guard</ControlFlowGuard>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<AdditionalOptions>/Zi %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalOptions>/profile %(AdditionalOptions)</AdditionalOptions>
</Link>
<Manifest>
<AdditionalManifestFiles>vswhere.exe.manifest</AdditionalManifestFiles>
Expand Down

0 comments on commit c7a417b

Please sign in to comment.