thorium-mirror/chrome/app/chrome_exe.vsprops
Alexander David Frick 8f972730ad
Add files via upload
2022-05-24 08:50:53 -05:00

22 lines
594 B
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="chrome_exe"
InheritedPropertySheets="$(SolutionDir)..\third_party\breakpad\using_breakpad.vsprops"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
/>
<Tool
Name="VCLinkerTool"
DelayLoadDLLs="ole32.dll;oleaut32.dll"
OutputFile="$(OutDir)\thorium.exe"
ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
/>
<Tool
Name="VCResourceCompilerTool"
AdditionalIncludeDirectories="$(IntDir)"
/>
</VisualStudioPropertySheet>