-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRisenScripts.vsprops
More file actions
31 lines (31 loc) · 852 Bytes
/
Copy pathRisenScripts.vsprops
File metadata and controls
31 lines (31 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioPropertySheet
Name="Risen Script DLL - All"
CharacterSet="2"
IntermediateDirectory="..\..\..\build\$(ConfigurationName)\$(ProjectName)"
OutputDirectory="..\..\..\bin\scripts"
ProjectType="Visual C++"
Version="8.00"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\"
AdditionalOptions="/Wall"
CallingConvention="2"
DebugInformationFormat="3"
Detect64BitPortabilityProblems="false"
DisableSpecificWarnings="4505;4514;4710;4711"
EnableEnhancedInstructionSet="2"
EnableFunctionLevelLinking="true"
MinimalRebuild="false"
WarningLevel="4"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib"
GenerateDebugInformation="true"
GenerateManifest="false"
IgnoreImportLibrary="true"
TargetMachine="1"
/>
</VisualStudioPropertySheet>