summaryrefslogtreecommitdiffstats
path: root/base/build/singleton_dll_unittest.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'base/build/singleton_dll_unittest.vsprops')
-rw-r--r--base/build/singleton_dll_unittest.vsprops15
1 files changed, 15 insertions, 0 deletions
diff --git a/base/build/singleton_dll_unittest.vsprops b/base/build/singleton_dll_unittest.vsprops
new file mode 100644
index 0000000..a3eb79b
--- /dev/null
+++ b/base/build/singleton_dll_unittest.vsprops
@@ -0,0 +1,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>