blob: aeacabe905f42e6da25519474e54ef1fdba8f668 (
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="plugin_dll"
InheritedPropertySheets=".\chrome_binaries.vsprops"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="PLUGIN_DLL"
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\plugin.dll"
ImportLibrary="$(OutDir)\lib\$(ProjectName).lib"
/>
</VisualStudioPropertySheet>
|