-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCommon.props
More file actions
34 lines (34 loc) · 2.04 KB
/
Common.props
File metadata and controls
34 lines (34 loc) · 2.04 KB
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
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Label="Configuration" />
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>dep\imgui\;dep\gw2dattools\include\;$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS;_SILENCE_ALL_CXX20_DEPRECATION_WARNINGS;_SILENCE_ALL_CXX23_DEPRECATION_WARNINGS;IMGUI_USER_CONFIG="UI/ImGui/ImGuiConfig.h";MAGIC_ENUM_RANGE_MAX=1024;WIN32_LEAN_AND_MEAN;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>Async</ExceptionHandling>
<LanguageStandard>stdcpplatest</LanguageStandard>
<LanguageStandard_C>stdclatest</LanguageStandard_C>
<ConformanceMode>true</ConformanceMode>
<AdditionalOptions>/Zc:__cplusplus /bigobj %(AdditionalOptions)</AdditionalOptions>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<ScanSourceForModuleDependencies>true</ScanSourceForModuleDependencies>
<ModuleOutputFile>$(IntDir)%(RelativeDir)</ModuleOutputFile>
<ModuleDependenciesFile>$(IntDir)%(RelativeDir)</ModuleDependenciesFile>
<SourceDependenciesFile>$(IntDir)%(RelativeDir)</SourceDependenciesFile>
<AssemblerListingLocation>$(IntDir)%(RelativeDir)</AssemblerListingLocation>
<ObjectFileName>$(IntDir)%(RelativeDir)</ObjectFileName>
<XMLDocumentationFileName>$(IntDir)%(RelativeDir)</XMLDocumentationFileName>
</ClCompile>
<Link>
<AdditionalDependencies>dep\fmod\fmod_vc.lib;d3d11.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>%DXSDK_DIR%\Lib\x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>