|
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"> |
|
136 | 136 | <Link> |
137 | 137 | <SubSystem>Windows</SubSystem> |
138 | 138 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 139 | + <Version>1.3</Version> |
139 | 140 | </Link> |
140 | 141 | </ItemDefinitionGroup> |
141 | 142 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
156 | 157 | <OptimizeReferences>true</OptimizeReferences> |
157 | 158 | <GenerateDebugInformation>true</GenerateDebugInformation> |
158 | 159 | <LinkTimeCodeGeneration>PGOptimization</LinkTimeCodeGeneration> |
159 | | - <Version>1.2</Version> |
| 160 | + <Version>1.3</Version> |
160 | 161 | <SuppressStartupBanner>false</SuppressStartupBanner> |
161 | 162 | <AdditionalOptions>/USEPROFILE:AGGRESSIVE %(AdditionalOptions)</AdditionalOptions> |
162 | 163 | <ProfileGuidedDatabase>$(OutDir)$(ProjectName)_$(PlatformTarget).pgd</ProfileGuidedDatabase> |
|
199 | 200 | <ShowProgress>NotSet</ShowProgress> |
200 | 201 | <SuppressStartupBanner>false</SuppressStartupBanner> |
201 | 202 | <ProfileGuidedDatabase>$(OutDir)$(ProjectName)_$(PlatformTarget).pgd</ProfileGuidedDatabase> |
| 203 | + <Version>1.3</Version> |
202 | 204 | </Link> |
203 | 205 | </ItemDefinitionGroup> |
204 | 206 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
214 | 216 | <Link> |
215 | 217 | <SubSystem>Windows</SubSystem> |
216 | 218 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 219 | + <Version>1.3</Version> |
217 | 220 | </Link> |
218 | 221 | <MASM> |
219 | 222 | <PreprocessorDefinitions>_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
241 | 244 | <GenerateDebugInformation>true</GenerateDebugInformation> |
242 | 245 | <LinkTimeCodeGeneration>PGOptimization</LinkTimeCodeGeneration> |
243 | 246 | <AdditionalOptions>/USEPROFILE:AGGRESSIVE %(AdditionalOptions)</AdditionalOptions> |
244 | | - <Version>1.2</Version> |
| 247 | + <Version>1.3</Version> |
245 | 248 | <SuppressStartupBanner>false</SuppressStartupBanner> |
246 | 249 | <ProfileGuidedDatabase>$(OutDir)$(ProjectName)_$(PlatformTarget).pgd</ProfileGuidedDatabase> |
247 | 250 | </Link> |
|
289 | 292 | <ShowProgress>NotSet</ShowProgress> |
290 | 293 | <SuppressStartupBanner>false</SuppressStartupBanner> |
291 | 294 | <ProfileGuidedDatabase>$(OutDir)$(ProjectName)_$(PlatformTarget).pgd</ProfileGuidedDatabase> |
| 295 | + <Version>1.3</Version> |
292 | 296 | </Link> |
293 | 297 | <MASM> |
294 | 298 | <PreprocessorDefinitions>_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
0 commit comments