|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
7 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="NoSEERelease|Win32"> |
| 9 | + <Configuration>NoSEERelease</Configuration> |
| 10 | + <Platform>Win32</Platform> |
| 11 | + </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="NoSEERelease|x64"> |
| 13 | + <Configuration>NoSEERelease</Configuration> |
| 14 | + <Platform>x64</Platform> |
| 15 | + </ProjectConfiguration> |
8 | 16 | <ProjectConfiguration Include="Release|Win32"> |
9 | 17 | <Configuration>Release</Configuration> |
10 | 18 | <Platform>Win32</Platform> |
|
23 | 31 | <ProjectGuid>{B22A5490-8933-400E-83DB-257356384D17}</ProjectGuid> |
24 | 32 | <Keyword>Win32Proj</Keyword> |
25 | 33 | <RootNamespace>FFXIITZAFPSU</RootNamespace> |
26 | | - <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> |
| 34 | + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
27 | 35 | </PropertyGroup> |
28 | 36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
39 | 47 | <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | 48 | <CharacterSet>Unicode</CharacterSet> |
41 | 49 | </PropertyGroup> |
| 50 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='NoSEERelease|Win32'" Label="Configuration"> |
| 51 | + <ConfigurationType>Application</ConfigurationType> |
| 52 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 53 | + <PlatformToolset>v141</PlatformToolset> |
| 54 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 55 | + <CharacterSet>Unicode</CharacterSet> |
| 56 | + </PropertyGroup> |
42 | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 | 58 | <ConfigurationType>Application</ConfigurationType> |
44 | 59 | <UseDebugLibraries>true</UseDebugLibraries> |
|
52 | 67 | <WholeProgramOptimization>true</WholeProgramOptimization> |
53 | 68 | <CharacterSet>Unicode</CharacterSet> |
54 | 69 | </PropertyGroup> |
| 70 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='NoSEERelease|x64'" Label="Configuration"> |
| 71 | + <ConfigurationType>Application</ConfigurationType> |
| 72 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 73 | + <PlatformToolset>v141</PlatformToolset> |
| 74 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 75 | + <CharacterSet>Unicode</CharacterSet> |
| 76 | + </PropertyGroup> |
55 | 77 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
56 | 78 | <ImportGroup Label="ExtensionSettings"> |
57 | 79 | </ImportGroup> |
|
63 | 85 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
64 | 86 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
65 | 87 | </ImportGroup> |
| 88 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='NoSEERelease|Win32'" Label="PropertySheets"> |
| 89 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 90 | + </ImportGroup> |
66 | 91 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
67 | 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
68 | 93 | </ImportGroup> |
69 | 94 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
70 | 95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
71 | 96 | </ImportGroup> |
| 97 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='NoSEERelease|x64'" Label="PropertySheets"> |
| 98 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 99 | + </ImportGroup> |
72 | 100 | <PropertyGroup Label="UserMacros" /> |
73 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 | 102 | <LinkIncremental>true</LinkIncremental> |
75 | 103 | <IncludePath>$(IncludePath)</IncludePath> |
76 | 104 | <LibraryPath>$(LibraryPath)</LibraryPath> |
| 105 | + <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 106 | + <RunCodeAnalysis>true</RunCodeAnalysis> |
77 | 107 | </PropertyGroup> |
78 | 108 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
79 | 109 | <LinkIncremental>true</LinkIncremental> |
80 | 110 | <IncludePath>$(IncludePath)</IncludePath> |
81 | 111 | <LibraryPath>$(LibraryPath)</LibraryPath> |
| 112 | + <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 113 | + <RunCodeAnalysis>true</RunCodeAnalysis> |
82 | 114 | </PropertyGroup> |
83 | 115 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
84 | 116 | <LinkIncremental>false</LinkIncremental> |
85 | 117 | <IncludePath>$(IncludePath)</IncludePath> |
86 | 118 | <LibraryPath>$(LibraryPath)</LibraryPath> |
| 119 | + <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 120 | + <RunCodeAnalysis>true</RunCodeAnalysis> |
| 121 | + </PropertyGroup> |
| 122 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='NoSEERelease|Win32'"> |
| 123 | + <LinkIncremental>false</LinkIncremental> |
| 124 | + <IncludePath>$(IncludePath)</IncludePath> |
| 125 | + <LibraryPath>$(LibraryPath)</LibraryPath> |
| 126 | + <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 127 | + <RunCodeAnalysis>true</RunCodeAnalysis> |
87 | 128 | </PropertyGroup> |
88 | 129 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
89 | 130 | <LinkIncremental>false</LinkIncremental> |
90 | 131 | <IncludePath>$(IncludePath)</IncludePath> |
91 | 132 | <LibraryPath>$(LibraryPath)</LibraryPath> |
| 133 | + <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 134 | + <RunCodeAnalysis>true</RunCodeAnalysis> |
| 135 | + </PropertyGroup> |
| 136 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='NoSEERelease|x64'"> |
| 137 | + <LinkIncremental>false</LinkIncremental> |
| 138 | + <IncludePath>$(IncludePath)</IncludePath> |
| 139 | + <LibraryPath>$(LibraryPath)</LibraryPath> |
| 140 | + <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 141 | + <RunCodeAnalysis>true</RunCodeAnalysis> |
92 | 142 | </PropertyGroup> |
93 | 143 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
94 | 144 | <ClCompile> |
95 | 145 | <PrecompiledHeader>Use</PrecompiledHeader> |
96 | 146 | <WarningLevel>Level2</WarningLevel> |
97 | | - <Optimization>Disabled</Optimization> |
98 | | - <SDLCheck>true</SDLCheck> |
| 147 | + <Optimization>MaxSpeed</Optimization> |
99 | 148 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
100 | | - <ConformanceMode>true</ConformanceMode> |
| 149 | + <ConformanceMode>false</ConformanceMode> |
101 | 150 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
102 | 151 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
103 | 152 | <IntrinsicFunctions>true</IntrinsicFunctions> |
104 | 153 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
105 | 154 | <WholeProgramOptimization>true</WholeProgramOptimization> |
106 | 155 | <MinimalRebuild>true</MinimalRebuild> |
| 156 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 157 | + <SupportJustMyCode>false</SupportJustMyCode> |
| 158 | + <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
| 159 | + <BufferSecurityCheck>true</BufferSecurityCheck> |
| 160 | + <EnablePREfast>true</EnablePREfast> |
| 161 | + <SDLCheck>true</SDLCheck> |
| 162 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
107 | 163 | </ClCompile> |
108 | 164 | <Link> |
109 | 165 | <SubSystem>Console</SubSystem> |
|
115 | 171 | <ClCompile> |
116 | 172 | <PrecompiledHeader>Use</PrecompiledHeader> |
117 | 173 | <WarningLevel>Level2</WarningLevel> |
118 | | - <Optimization>Disabled</Optimization> |
119 | | - <SDLCheck>true</SDLCheck> |
| 174 | + <Optimization>MaxSpeed</Optimization> |
120 | 175 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
121 | | - <ConformanceMode>true</ConformanceMode> |
| 176 | + <ConformanceMode>false</ConformanceMode> |
122 | 177 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
123 | 178 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
124 | 179 | <IntrinsicFunctions>true</IntrinsicFunctions> |
125 | 180 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
126 | 181 | <WholeProgramOptimization>true</WholeProgramOptimization> |
127 | 182 | <MinimalRebuild>true</MinimalRebuild> |
| 183 | + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 184 | + <SupportJustMyCode>false</SupportJustMyCode> |
| 185 | + <BasicRuntimeChecks>Default</BasicRuntimeChecks> |
| 186 | + <BufferSecurityCheck>true</BufferSecurityCheck> |
| 187 | + <EnablePREfast>true</EnablePREfast> |
| 188 | + <SDLCheck>true</SDLCheck> |
| 189 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
128 | 190 | </ClCompile> |
129 | 191 | <Link> |
130 | 192 | <SubSystem>Console</SubSystem> |
|
139 | 201 | <Optimization>MaxSpeed</Optimization> |
140 | 202 | <FunctionLevelLinking>true</FunctionLevelLinking> |
141 | 203 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 204 | + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 205 | + <ConformanceMode>false</ConformanceMode> |
| 206 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 207 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 208 | + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 209 | + <MinimalRebuild>true</MinimalRebuild> |
| 210 | + <BufferSecurityCheck>true</BufferSecurityCheck> |
| 211 | + <EnablePREfast>true</EnablePREfast> |
142 | 212 | <SDLCheck>true</SDLCheck> |
| 213 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
| 214 | + </ClCompile> |
| 215 | + <Link> |
| 216 | + <SubSystem>Console</SubSystem> |
| 217 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 218 | + <OptimizeReferences>true</OptimizeReferences> |
| 219 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 220 | + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
| 221 | + </Link> |
| 222 | + </ItemDefinitionGroup> |
| 223 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='NoSEERelease|Win32'"> |
| 224 | + <ClCompile> |
| 225 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 226 | + <WarningLevel>Level2</WarningLevel> |
| 227 | + <Optimization>MaxSpeed</Optimization> |
| 228 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 229 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
143 | 230 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
144 | | - <ConformanceMode>true</ConformanceMode> |
| 231 | + <ConformanceMode>false</ConformanceMode> |
145 | 232 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
146 | 233 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
147 | 234 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
148 | 235 | <MinimalRebuild>true</MinimalRebuild> |
| 236 | + <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> |
| 237 | + <BufferSecurityCheck>true</BufferSecurityCheck> |
| 238 | + <EnablePREfast>true</EnablePREfast> |
| 239 | + <SDLCheck>true</SDLCheck> |
| 240 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
149 | 241 | </ClCompile> |
150 | 242 | <Link> |
151 | 243 | <SubSystem>Console</SubSystem> |
|
162 | 254 | <Optimization>MaxSpeed</Optimization> |
163 | 255 | <FunctionLevelLinking>true</FunctionLevelLinking> |
164 | 256 | <IntrinsicFunctions>true</IntrinsicFunctions> |
165 | | - <SDLCheck>false</SDLCheck> |
166 | 257 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
167 | | - <ConformanceMode>true</ConformanceMode> |
| 258 | + <ConformanceMode>false</ConformanceMode> |
168 | 259 | <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
169 | 260 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
170 | 261 | <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
171 | 262 | <MinimalRebuild>true</MinimalRebuild> |
172 | | - <BufferSecurityCheck>false</BufferSecurityCheck> |
| 263 | + <BufferSecurityCheck>true</BufferSecurityCheck> |
173 | 264 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
| 265 | + <EnablePREfast>true</EnablePREfast> |
| 266 | + <SDLCheck>true</SDLCheck> |
| 267 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
| 268 | + </ClCompile> |
| 269 | + <Link> |
| 270 | + <SubSystem>Console</SubSystem> |
| 271 | + <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 272 | + <OptimizeReferences>true</OptimizeReferences> |
| 273 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 274 | + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
| 275 | + </Link> |
| 276 | + </ItemDefinitionGroup> |
| 277 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='NoSEERelease|x64'"> |
| 278 | + <ClCompile> |
| 279 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 280 | + <WarningLevel>Level2</WarningLevel> |
| 281 | + <Optimization>MaxSpeed</Optimization> |
| 282 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 283 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 284 | + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 285 | + <ConformanceMode>false</ConformanceMode> |
| 286 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 287 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 288 | + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 289 | + <MinimalRebuild>true</MinimalRebuild> |
| 290 | + <BufferSecurityCheck>true</BufferSecurityCheck> |
| 291 | + <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet> |
| 292 | + <EnablePREfast>true</EnablePREfast> |
| 293 | + <SDLCheck>true</SDLCheck> |
| 294 | + <LanguageStandard>stdcpplatest</LanguageStandard> |
174 | 295 | </ClCompile> |
175 | 296 | <Link> |
176 | 297 | <SubSystem>Console</SubSystem> |
|
191 | 312 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
192 | 313 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
193 | 314 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
| 315 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='NoSEERelease|Win32'">Create</PrecompiledHeader> |
194 | 316 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
| 317 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='NoSEERelease|x64'">Create</PrecompiledHeader> |
195 | 318 | </ClCompile> |
196 | 319 | </ItemGroup> |
197 | 320 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
0 commit comments