1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Release|Win32" >
5
+ <Configuration >Release</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|x64" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <VCProjectVersion >16.0</VCProjectVersion >
15
+ <Keyword >Win32Proj</Keyword >
16
+ <ProjectGuid >{8D02ACE7-0361-45F7-B173-3188B235F2DC}</ProjectGuid >
17
+ <RootNamespace >ExceptionTest</RootNamespace >
18
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19
+ </PropertyGroup >
20
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
22
+ <ConfigurationType >Application</ConfigurationType >
23
+ <UseDebugLibraries >false</UseDebugLibraries >
24
+ <PlatformToolset >v142</PlatformToolset >
25
+ <WholeProgramOptimization >true</WholeProgramOptimization >
26
+ <CharacterSet >Unicode</CharacterSet >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
29
+ <ConfigurationType >Application</ConfigurationType >
30
+ <UseDebugLibraries >false</UseDebugLibraries >
31
+ <PlatformToolset >v142</PlatformToolset >
32
+ <WholeProgramOptimization >true</WholeProgramOptimization >
33
+ <CharacterSet >Unicode</CharacterSet >
34
+ </PropertyGroup >
35
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
36
+ <ImportGroup Label =" ExtensionSettings" >
37
+ </ImportGroup >
38
+ <ImportGroup Label =" Shared" >
39
+ </ImportGroup >
40
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
41
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
42
+ </ImportGroup >
43
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
44
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
45
+ </ImportGroup >
46
+ <PropertyGroup Label =" UserMacros" />
47
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
48
+ <LinkIncremental >false</LinkIncremental >
49
+ <OutDir >$(SolutionDir)bin\</OutDir >
50
+ <IntDir >$(SolutionDir)_obj\$(Platform)\$(ProjectName)\</IntDir >
51
+ <TargetName >$(ProjectName)_x86</TargetName >
52
+ </PropertyGroup >
53
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
54
+ <LinkIncremental >false</LinkIncremental >
55
+ <OutDir >$(SolutionDir)bin\</OutDir >
56
+ <IntDir >$(SolutionDir)_obj\$(Platform)\$(ProjectName)\</IntDir >
57
+ <TargetName >$(ProjectName)_x64</TargetName >
58
+ </PropertyGroup >
59
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
60
+ <ClCompile >
61
+ <WarningLevel >Level3</WarningLevel >
62
+ <SDLCheck >false</SDLCheck >
63
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
64
+ <ConformanceMode >true</ConformanceMode >
65
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
66
+ </ClCompile >
67
+ <Link >
68
+ <SubSystem >Console</SubSystem >
69
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
70
+ <OptimizeReferences >true</OptimizeReferences >
71
+ <GenerateDebugInformation >true</GenerateDebugInformation >
72
+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
73
+ <DataExecutionPrevention >false</DataExecutionPrevention >
74
+ <AdditionalDependencies >ntdll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
75
+ </Link >
76
+ </ItemDefinitionGroup >
77
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
78
+ <ClCompile >
79
+ <WarningLevel >Level3</WarningLevel >
80
+ <SDLCheck >false</SDLCheck >
81
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
82
+ <ConformanceMode >true</ConformanceMode >
83
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
84
+ </ClCompile >
85
+ <Link >
86
+ <SubSystem >Console</SubSystem >
87
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
88
+ <OptimizeReferences >true</OptimizeReferences >
89
+ <GenerateDebugInformation >true</GenerateDebugInformation >
90
+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
91
+ <DataExecutionPrevention >false</DataExecutionPrevention >
92
+ <AdditionalDependencies >ntdll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
93
+ </Link >
94
+ </ItemDefinitionGroup >
95
+ <ItemGroup >
96
+ <ClCompile Include =" ExceptionTest.cpp" />
97
+ </ItemGroup >
98
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
99
+ <ImportGroup Label =" ExtensionTargets" >
100
+ </ImportGroup >
101
+ </Project >
0 commit comments