23 lines
766 B
Plaintext
23 lines
766 B
Plaintext
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="libcef_dll_wrapper"
|
||
|
InheritedPropertySheets="$(SolutionDir)libcef\libcef.vsprops;"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
AdditionalIncludeDirectories=""$(SolutionDir)\include";"$(OutDir)";"..\""
|
||
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;USING_CEF_SHARED"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
AdditionalDependencies="comctl32.lib shlwapi.lib rpcrt4.lib winmm.lib"
|
||
|
AdditionalLibraryDirectories=""$(OutDir)""
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCResourceCompilerTool"
|
||
|
AdditionalIncludeDirectories=""$(SolutionDir)";"$(IntDir)\..\""
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|