1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemGroup Label =" ProjectConfigurations" >
4
4
<ProjectConfiguration Include =" Debug|Win32" >
17
17
<Configuration >Release</Configuration >
18
18
<Platform >x64</Platform >
19
19
</ProjectConfiguration >
20
-
21
20
</ItemGroup >
22
21
<PropertyGroup Label =" Globals" >
23
22
<VCProjectVersion >16.0</VCProjectVersion >
53
52
<WholeProgramOptimization >true</WholeProgramOptimization >
54
53
<CharacterSet >Unicode</CharacterSet >
55
54
</PropertyGroup >
56
-
57
55
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
58
56
<ImportGroup Label =" ExtensionSettings" >
59
57
</ImportGroup >
60
- <ImportGroup Label =" Shared" >
58
+ <ImportGroup Label =" Shared" >
59
+ </ImportGroup >
60
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
61
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62
+ </ImportGroup >
63
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65
+ </ImportGroup >
66
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68
+ </ImportGroup >
69
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
70
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61
71
</ImportGroup >
62
- <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
63
- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64
- </ImportGroup >
65
- <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
66
- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67
- </ImportGroup >
68
- <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
69
- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
70
- </ImportGroup >
71
- <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
72
- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
73
- </ImportGroup >
74
-
75
72
<PropertyGroup Label =" UserMacros" />
76
-
77
73
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
74
<ClCompile >
79
75
<WarningLevel >Level3</WarningLevel >
108
104
<SDLCheck >true</SDLCheck >
109
105
<PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
110
106
<ConformanceMode >true</ConformanceMode >
107
+ <ExceptionHandling >Sync</ExceptionHandling >
111
108
</ClCompile >
112
109
<Link >
113
110
<SubSystem >Console</SubSystem >
130
127
<GenerateDebugInformation >true</GenerateDebugInformation >
131
128
</Link >
132
129
</ItemDefinitionGroup >
133
-
134
- <ItemGroup ></ItemGroup >
130
+ <ItemGroup >
131
+ <ClCompile Include =" Exception-Basics.cpp" />
132
+ </ItemGroup >
135
133
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
136
134
<ImportGroup Label =" ExtensionTargets" >
137
135
</ImportGroup >
138
- </Project >
136
+ </Project >
0 commit comments