blob: a3eb79bb77b8df65f06603598d9a687899024b86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="singleton_dll_unittest"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="SINGLETON_UNITTEST_EXPORTS"
/>
<Tool
Name="VCLinkerTool"
ModuleDefinitionFile="singleton_dll_unittest.def"
/>
</VisualStudioPropertySheet>
|