-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCommon.props
29 lines (29 loc) · 1.62 KB
/
Common.props
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutDir>$(ProjectDir)Build\Output\$(Configuration)\</OutDir>
<IntDir>$(ProjectDir)Build\Intermediate\$(Configuration)\</IntDir>
<TargetExt>.mfx</TargetExt>
<ExtensionsToDeleteOnClean>*$(TargetExt);$(ExtensionsToDeleteOnClean)</ExtensionsToDeleteOnClean>
<GenerateManifest>false</GenerateManifest>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>$(ProjectDir)lSDK\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>HWABETA;FUSION_OEFLAGS=OEFLAG_VALUES|OEFLAG_RUNBEFOREFADEIN|OEFLAG_NEVERKILL|OEFLAG_MOVEMENTS;FUSION_NO_DLL_MAIN;WINVER=0x0601;_WIN32_WINNT=0x0601;_WIN32_WINDOWS=0x0601;WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpplatest</LanguageStandard>
<LanguageStandard_C>stdc17</LanguageStandard_C>
</ClCompile>
<Link>
<ModuleDefinitionFile>exports-edittime.def</ModuleDefinitionFile>
<AdditionalLibraryDirectories>$(ProjectDir)lSDK\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>mmfs2u.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Link>
<SubSystem>Windows</SubSystem>
<LargeAddressAware>true</LargeAddressAware>
</Link>
</ItemDefinitionGroup>
</Project>