blob: 9e6f8400a80da1ff9217a52b8f4b57124b7a4495 (
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="data_dll"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="_USRDLL;GENERATED_RESOURCES_DLL_EXPORTS"
/>
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
LinkIncremental="1"
LinkTimeCodeGeneration="0"
ResourceOnlyDLL="true"
/>
</VisualStudioPropertySheet>
|