blob: 9c28d1f8391a21ca7ca296655420a2cb109ed23e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="language_dll"
>
<Tool
Name="VCLinkerTool"
BaseAddress="0x3CF00000"
OutputFile="$(OutDir)\locales\$(ProjectName).dll"
/>
<Tool
Name="VCResourceCompilerTool"
AdditionalIncludeDirectories="$(IntDir)\..\generated_resources\"
/>
</VisualStudioPropertySheet>
|