1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.3" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <_ProjectFileVersion >10.0.21006.1</_ProjectFileVersion >
5
+ <_PropertySheetDisplayName >Dms</_PropertySheetDisplayName >
6
+ <OutDir >..\..\bin\$(Configuration)\$(Platform)\</OutDir >
7
+ <IntDir >..\..\obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir >
8
+ <RunCodeAnalysis >true</RunCodeAnalysis >
9
+ <CAExcludePath >c:\SourceData\ext\boost;$(CAExcludePath)</CAExcludePath >
10
+ <Platforms >x64;x86</Platforms >
11
+ </PropertyGroup >
12
+ <PropertyGroup Label =" Configuration" >
13
+ <PlatformToolset >v143</PlatformToolset >
14
+ <PreferredToolArchitecture >x64</PreferredToolArchitecture >
15
+ <EnableUnitySupport >true</EnableUnitySupport >
16
+ <CharacterSet >Unicode</CharacterSet >
17
+ </PropertyGroup >
18
+ <ItemDefinitionGroup >
19
+ <Bscmake >
20
+ <SuppressStartupBanner >true</SuppressStartupBanner >
21
+ </Bscmake >
22
+ <ClCompile >
23
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;BOOST_SPIRIT_USE_OLD_NAMESPACE;BOOST_SPIRIT_THREADSAFE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
24
+ <ExceptionHandling >Sync</ExceptionHandling >
25
+ <RuntimeTypeInfo >true</RuntimeTypeInfo >
26
+ <PrecompiledHeader ></PrecompiledHeader >
27
+ <SuppressStartupBanner >true</SuppressStartupBanner >
28
+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
29
+ <LanguageStandard >stdcpplatest</LanguageStandard >
30
+ <TreatAngleIncludeAsExternal >true</TreatAngleIncludeAsExternal >
31
+ <WarningLevel >Level3</WarningLevel >
32
+ <ExternalWarningLevel >TurnOffAllWarnings</ExternalWarningLevel >
33
+ <DisableAnalyzeExternal >true</DisableAnalyzeExternal >
34
+ <AnalyzeExternalRuleset >BasicCorrectnessRules.ruleset</AnalyzeExternalRuleset >
35
+ <SDLCheck >true</SDLCheck >
36
+ <FunctionLevelLinking >true</FunctionLevelLinking >
37
+ <IntrinsicFunctions >true</IntrinsicFunctions >
38
+ <ConformanceMode >true</ConformanceMode >
39
+ <ControlFlowGuard >Guard</ControlFlowGuard >
40
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
41
+ </ClCompile >
42
+ <Link >
43
+ <SuppressStartupBanner >true</SuppressStartupBanner >
44
+ <LargeAddressAware >true</LargeAddressAware >
45
+ <AdditionalDependencies >user32.lib;uuid.lib;%(AdditionalDependencies)</AdditionalDependencies >
46
+ <DataExecutionPrevention >true</DataExecutionPrevention >
47
+ <SubSystem >Windows</SubSystem >
48
+ <GenerateDebugInformation >true</GenerateDebugInformation >
49
+ <StackReserveSize >67108864</StackReserveSize >
50
+ <StackCommitSize >8192</StackCommitSize >
51
+ </Link >
52
+ <Midl >
53
+ <MkTypLibCompatible >true</MkTypLibCompatible >
54
+ <SuppressStartupBanner >true</SuppressStartupBanner >
55
+ </Midl >
56
+ <ResourceCompile >
57
+ <PreprocessorDefinitions >_CRT_SECURE_NO_WARNINGS;BOOST_SPIRIT_USE_OLD_NAMESPACE;BOOST_SPIRIT_THREADSAFE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
58
+ <Culture >0x0409</Culture >
59
+ </ResourceCompile >
60
+ </ItemDefinitionGroup >
61
+ <ItemDefinitionGroup Condition =" '$(Platform)'=='Win32'" >
62
+ <Midl >
63
+ <TargetEnvironment >Win32</TargetEnvironment >
64
+ </Midl >
65
+ </ItemDefinitionGroup >
66
+ <ItemDefinitionGroup Condition =" '$(Platform)'=='x64'" >
67
+ <Midl >
68
+ <TargetEnvironment >ia64</TargetEnvironment >
69
+ </Midl >
70
+ </ItemDefinitionGroup >
71
+ </Project >
0 commit comments