blob: f8103405cbaac94100463cb857af8cb22d2c07f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="renderer_dll"
InheritedPropertySheets=".\chrome_binaries.vsprops"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="RENDERER_DLL"
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\renderer.dll"
ImportLibrary="$(OutDir)\lib\$(ProjectName).lib"
/>
</VisualStudioPropertySheet>
|