2009-07-24 21:11:01 +02:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="cefclient"
|
|
|
|
InheritedPropertySheets="$(SolutionDir)libcef\libcef.vsprops;"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalIncludeDirectories=""$(SolutionDir)\include";"$(OutDir)""
|
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;BUILDING_CEF_SHARED"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies=""
|
|
|
|
AdditionalLibraryDirectories=""$(OutDir)""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
AdditionalIncludeDirectories=""$(SolutionDir)";"$(IntDir)\..\""
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|