blob: 4498ca888a08fbf475e426a2edbfb364e1da7da8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="browser_tests_dll"
InheritedPropertySheets="$(SolutionDir)tools\build\win\unit_test.vsprops"
>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=""$(IntDir)""
/>
<Tool
Name="VCLinkerTool"
/>
</VisualStudioPropertySheet>
|