[commit] r1419 - in trunk/GME: . Core
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Jul 20 13:39:57 CDT 2011
Author: ksmyth
Date: Wed Jul 20 13:39:57 2011
New Revision: 1419
Log:
Add PGO configs for Core
Modified:
trunk/GME/ (props changed)
trunk/GME/Core/ (props changed)
trunk/GME/Core/Core.vcxproj
trunk/GME/GME.sln
Modified: trunk/GME/Core/Core.vcxproj
==============================================================================
--- trunk/GME/Core/Core.vcxproj Wed Jul 20 13:38:27 2011 (r1418)
+++ trunk/GME/Core/Core.vcxproj Wed Jul 20 13:39:57 2011 (r1419)
@@ -8,6 +8,14 @@
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
+ <ProjectConfiguration Include="Release_PGO_Instrument|Win32">
+ <Configuration>Release_PGO_Instrument</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release_PGO_Optimize|Win32">
+ <Configuration>Release_PGO_Optimize</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
@@ -24,6 +32,21 @@
<UseOfMfc>false</UseOfMfc>
<UseOfAtl>Dynamic</UseOfAtl>
<CharacterSet>Unicode</CharacterSet>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseOfMfc>false</UseOfMfc>
+ <UseOfAtl>Dynamic</UseOfAtl>
+ <CharacterSet>Unicode</CharacterSet>
+ <WholeProgramOptimization>PGInstrument</WholeProgramOptimization>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseOfMfc>false</UseOfMfc>
+ <UseOfAtl>Dynamic</UseOfAtl>
+ <CharacterSet>Unicode</CharacterSet>
+ <WholeProgramOptimization>PGOptimize</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -36,6 +59,15 @@
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ <Import Project="..\Release.props" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ <Import Project="..\Release.props" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ <Import Project="..\Release.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
@@ -44,13 +76,22 @@
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
- <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
+ <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'" />
+ <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'" />
+ <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'" />
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'">$(SolutionDir)Release_PGO\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'">Release_PGO\</IntDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'">$(SolutionDir)Release_PGO\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'">Release_PGO\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<CustomBuildStep />
@@ -77,7 +118,6 @@
<AdditionalIncludeDirectories>..\Interfaces;$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<Link>
- <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<BaseAddress>0x60300000</BaseAddress>
@@ -100,15 +140,8 @@
<AdditionalIncludeDirectories>..\Interfaces;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</Midl>
<ClCompile>
- <Optimization>MaxSpeed</Optimization>
- <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<AdditionalIncludeDirectories>../Interfaces;../Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;_USRDLL;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
@@ -118,7 +151,72 @@
<AdditionalIncludeDirectories>..\Interfaces;$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ResourceCompile>
<Link>
- <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Windows</SubSystem>
+ <BaseAddress>0x60300000</BaseAddress>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <DataExecutionPrevention>
+ </DataExecutionPrevention>
+ <TargetMachine>MachineX86</TargetMachine>
+ <RegisterOutput>true</RegisterOutput>
+ <ModuleDefinitionFile>.\Core.def</ModuleDefinitionFile>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'">
+ <CustomBuildStep />
+ <Midl>
+ <HeaderFileName>
+ </HeaderFileName>
+ <TypeLibraryName>$(ProjectName)Lib.tlb</TypeLibraryName>
+ <PreprocessorDefinitions>
+ </PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\Interfaces;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </Midl>
+ <ClCompile>
+ <AdditionalIncludeDirectories>../Interfaces;../Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;_USRDLL;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PrecompiledHeader>Use</PrecompiledHeader>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\Interfaces;$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <SubSystem>Windows</SubSystem>
+ <BaseAddress>0x60300000</BaseAddress>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <DataExecutionPrevention>
+ </DataExecutionPrevention>
+ <TargetMachine>MachineX86</TargetMachine>
+ <RegisterOutput>true</RegisterOutput>
+ <ModuleDefinitionFile>.\Core.def</ModuleDefinitionFile>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'">
+ <CustomBuildStep />
+ <Midl>
+ <HeaderFileName>
+ </HeaderFileName>
+ <TypeLibraryName>$(ProjectName)Lib.tlb</TypeLibraryName>
+ <PreprocessorDefinitions>
+ </PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\Interfaces;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </Midl>
+ <ClCompile>
+ <AdditionalIncludeDirectories>../Interfaces;../Common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;_USRDLL;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PrecompiledHeader>Use</PrecompiledHeader>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\Interfaces;$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ <Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<BaseAddress>0x60300000</BaseAddress>
@@ -146,6 +244,8 @@
<ClCompile Include="StdAfx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'">Create</PrecompiledHeader>
+ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'">Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
@@ -165,7 +265,13 @@
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(OUTDIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(OUTDIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'">$(OUTDIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'">$(OUTDIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <ResourceOutputFileName Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'">Release\%(Filename).res</ResourceOutputFileName>
+ <ResourceOutputFileName Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'">Release\%(Filename).res</ResourceOutputFileName>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
@@ -182,6 +288,8 @@
<CustomBuildStep Include="dlldatax.h">
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Instrument|Win32'">true</ExcludedFromBuild>
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_PGO_Optimize|Win32'">true</ExcludedFromBuild>
</CustomBuildStep>
<ClInclude Include="Resource.h" />
<ClInclude Include="StdAfx.h" />
Modified: trunk/GME/GME.sln
==============================================================================
--- trunk/GME/GME.sln Wed Jul 20 13:38:27 2011 (r1418)
+++ trunk/GME/GME.sln Wed Jul 20 13:39:57 2011 (r1419)
@@ -42,6 +42,10 @@
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
+ Release_PGO_Instrument|Mixed Platforms = Release_PGO_Instrument|Mixed Platforms
+ Release_PGO_Instrument|Win32 = Release_PGO_Instrument|Win32
+ Release_PGO_Optimize|Mixed Platforms = Release_PGO_Optimize|Mixed Platforms
+ Release_PGO_Optimize|Win32 = Release_PGO_Optimize|Win32
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
@@ -50,6 +54,14 @@
{BEF31E1E-BB02-4687-A543-A6AD5D522869}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{BEF31E1E-BB02-4687-A543-A6AD5D522869}.Debug|Win32.ActiveCfg = Debug|Win32
{BEF31E1E-BB02-4687-A543-A6AD5D522869}.Debug|Win32.Build.0 = Debug|Win32
+ {BEF31E1E-BB02-4687-A543-A6AD5D522869}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {BEF31E1E-BB02-4687-A543-A6AD5D522869}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {BEF31E1E-BB02-4687-A543-A6AD5D522869}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {BEF31E1E-BB02-4687-A543-A6AD5D522869}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {BEF31E1E-BB02-4687-A543-A6AD5D522869}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {BEF31E1E-BB02-4687-A543-A6AD5D522869}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {BEF31E1E-BB02-4687-A543-A6AD5D522869}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {BEF31E1E-BB02-4687-A543-A6AD5D522869}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{BEF31E1E-BB02-4687-A543-A6AD5D522869}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{BEF31E1E-BB02-4687-A543-A6AD5D522869}.Release|Mixed Platforms.Build.0 = Release|Win32
{BEF31E1E-BB02-4687-A543-A6AD5D522869}.Release|Win32.ActiveCfg = Release|Win32
@@ -58,6 +70,14 @@
{9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Debug|Win32.ActiveCfg = Debug|Win32
{9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Debug|Win32.Build.0 = Debug|Win32
+ {9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Release|Mixed Platforms.Build.0 = Release|Win32
{9AA127A4-56E0-4594-8BF9-E1195E9E2097}.Release|Win32.ActiveCfg = Release|Win32
@@ -66,6 +86,14 @@
{4620CC8E-AA35-432A-8ABE-41E22840890E}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{4620CC8E-AA35-432A-8ABE-41E22840890E}.Debug|Win32.ActiveCfg = Debug|Win32
{4620CC8E-AA35-432A-8ABE-41E22840890E}.Debug|Win32.Build.0 = Debug|Win32
+ {4620CC8E-AA35-432A-8ABE-41E22840890E}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {4620CC8E-AA35-432A-8ABE-41E22840890E}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {4620CC8E-AA35-432A-8ABE-41E22840890E}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {4620CC8E-AA35-432A-8ABE-41E22840890E}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {4620CC8E-AA35-432A-8ABE-41E22840890E}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {4620CC8E-AA35-432A-8ABE-41E22840890E}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {4620CC8E-AA35-432A-8ABE-41E22840890E}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {4620CC8E-AA35-432A-8ABE-41E22840890E}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{4620CC8E-AA35-432A-8ABE-41E22840890E}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{4620CC8E-AA35-432A-8ABE-41E22840890E}.Release|Mixed Platforms.Build.0 = Release|Win32
{4620CC8E-AA35-432A-8ABE-41E22840890E}.Release|Win32.ActiveCfg = Release|Win32
@@ -74,6 +102,14 @@
{0B16B893-5512-48B8-B764-EE72C522EAD8}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{0B16B893-5512-48B8-B764-EE72C522EAD8}.Debug|Win32.ActiveCfg = Debug|Win32
{0B16B893-5512-48B8-B764-EE72C522EAD8}.Debug|Win32.Build.0 = Debug|Win32
+ {0B16B893-5512-48B8-B764-EE72C522EAD8}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release_PGO_Instrument|Win32
+ {0B16B893-5512-48B8-B764-EE72C522EAD8}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release_PGO_Instrument|Win32
+ {0B16B893-5512-48B8-B764-EE72C522EAD8}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {0B16B893-5512-48B8-B764-EE72C522EAD8}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {0B16B893-5512-48B8-B764-EE72C522EAD8}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release_PGO_Optimize|Win32
+ {0B16B893-5512-48B8-B764-EE72C522EAD8}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release_PGO_Optimize|Win32
+ {0B16B893-5512-48B8-B764-EE72C522EAD8}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {0B16B893-5512-48B8-B764-EE72C522EAD8}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{0B16B893-5512-48B8-B764-EE72C522EAD8}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{0B16B893-5512-48B8-B764-EE72C522EAD8}.Release|Mixed Platforms.Build.0 = Release|Win32
{0B16B893-5512-48B8-B764-EE72C522EAD8}.Release|Win32.ActiveCfg = Release|Win32
@@ -82,6 +118,14 @@
{10471163-556B-4BE1-A12E-C917F90F8346}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{10471163-556B-4BE1-A12E-C917F90F8346}.Debug|Win32.ActiveCfg = Debug|Win32
{10471163-556B-4BE1-A12E-C917F90F8346}.Debug|Win32.Build.0 = Debug|Win32
+ {10471163-556B-4BE1-A12E-C917F90F8346}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {10471163-556B-4BE1-A12E-C917F90F8346}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {10471163-556B-4BE1-A12E-C917F90F8346}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {10471163-556B-4BE1-A12E-C917F90F8346}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {10471163-556B-4BE1-A12E-C917F90F8346}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {10471163-556B-4BE1-A12E-C917F90F8346}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {10471163-556B-4BE1-A12E-C917F90F8346}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {10471163-556B-4BE1-A12E-C917F90F8346}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{10471163-556B-4BE1-A12E-C917F90F8346}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{10471163-556B-4BE1-A12E-C917F90F8346}.Release|Mixed Platforms.Build.0 = Release|Win32
{10471163-556B-4BE1-A12E-C917F90F8346}.Release|Win32.ActiveCfg = Release|Win32
@@ -90,6 +134,14 @@
{6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Debug|Win32.ActiveCfg = Debug|Win32
{6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Debug|Win32.Build.0 = Debug|Win32
+ {6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Release|Mixed Platforms.Build.0 = Release|Win32
{6E19B252-97C9-45F8-B210-AA5D986AA2A7}.Release|Win32.ActiveCfg = Release|Win32
@@ -98,6 +150,14 @@
{3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Debug|Mixed Platforms.Build.0 = Release|Win32
{3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Debug|Win32.ActiveCfg = Release|Win32
{3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Debug|Win32.Build.0 = Release|Win32
+ {3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Release|Mixed Platforms.Build.0 = Release|Win32
{3A2C69FE-CF8A-4911-ABA3-74F0CB560CE6}.Release|Win32.ActiveCfg = Release|Win32
@@ -106,6 +166,14 @@
{A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Debug|Win32.ActiveCfg = Debug|Win32
{A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Debug|Win32.Build.0 = Debug|Win32
+ {A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Release|Mixed Platforms.Build.0 = Release|Win32
{A9BA4850-C3D5-45DC-98B3-C29EC9FD54EB}.Release|Win32.ActiveCfg = Release|Win32
@@ -114,6 +182,14 @@
{3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Debug|Win32.ActiveCfg = Debug|Win32
{3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Debug|Win32.Build.0 = Debug|Win32
+ {3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Release|Mixed Platforms.Build.0 = Release|Win32
{3ED3216E-B64C-4D0B-881F-68BFF2CB3E83}.Release|Win32.ActiveCfg = Release|Win32
@@ -122,6 +198,14 @@
{86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Debug|Win32.ActiveCfg = Debug|Win32
{86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Debug|Win32.Build.0 = Debug|Win32
+ {86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Release|Mixed Platforms.Build.0 = Release|Win32
{86DAEF74-2527-41E5-82CE-52C31C5BBE8E}.Release|Win32.ActiveCfg = Release|Win32
@@ -130,6 +214,14 @@
{CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Debug|Win32.ActiveCfg = Debug|Win32
{CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Debug|Win32.Build.0 = Debug|Win32
+ {CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Release|Mixed Platforms.Build.0 = Release|Win32
{CA09AB5C-BFAC-4152-AE0B-D5AFC400A5E7}.Release|Win32.ActiveCfg = Release|Win32
@@ -138,6 +230,14 @@
{E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Debug|Win32.ActiveCfg = Debug|Win32
{E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Debug|Win32.Build.0 = Debug|Win32
+ {E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Release|Mixed Platforms.Build.0 = Release|Win32
{E7BA4AE5-62CD-468C-9CE3-82557810C9E9}.Release|Win32.ActiveCfg = Release|Win32
@@ -146,6 +246,14 @@
{73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Debug|Win32.ActiveCfg = Debug|Win32
{73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Debug|Win32.Build.0 = Debug|Win32
+ {73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Release|Mixed Platforms.Build.0 = Release|Win32
{73A7151A-1044-417B-ACC8-88C48F0AFDCC}.Release|Win32.ActiveCfg = Release|Win32
@@ -154,6 +262,14 @@
{693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Debug|Win32.ActiveCfg = Debug|Win32
{693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Debug|Win32.Build.0 = Debug|Win32
+ {693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Release|Mixed Platforms.Build.0 = Release|Win32
{693C0D2E-2469-4DEC-A7C6-DD76346EFD56}.Release|Win32.ActiveCfg = Release|Win32
@@ -162,6 +278,14 @@
{1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Debug|Win32.ActiveCfg = Debug|Win32
{1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Debug|Win32.Build.0 = Debug|Win32
+ {1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Release|Mixed Platforms.Build.0 = Release|Win32
{1D361B9D-7E8D-4778-A3B2-0F9C3CF0978C}.Release|Win32.ActiveCfg = Release|Win32
@@ -170,6 +294,14 @@
{EC447287-A21A-4DE2-822A-55F20A5805D4}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{EC447287-A21A-4DE2-822A-55F20A5805D4}.Debug|Win32.ActiveCfg = Debug|Win32
{EC447287-A21A-4DE2-822A-55F20A5805D4}.Debug|Win32.Build.0 = Debug|Win32
+ {EC447287-A21A-4DE2-822A-55F20A5805D4}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {EC447287-A21A-4DE2-822A-55F20A5805D4}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {EC447287-A21A-4DE2-822A-55F20A5805D4}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {EC447287-A21A-4DE2-822A-55F20A5805D4}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {EC447287-A21A-4DE2-822A-55F20A5805D4}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {EC447287-A21A-4DE2-822A-55F20A5805D4}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {EC447287-A21A-4DE2-822A-55F20A5805D4}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {EC447287-A21A-4DE2-822A-55F20A5805D4}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{EC447287-A21A-4DE2-822A-55F20A5805D4}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{EC447287-A21A-4DE2-822A-55F20A5805D4}.Release|Mixed Platforms.Build.0 = Release|Win32
{EC447287-A21A-4DE2-822A-55F20A5805D4}.Release|Win32.ActiveCfg = Release|Win32
@@ -178,6 +310,14 @@
{53ACCFA8-118E-4C33-B21C-77A418628428}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{53ACCFA8-118E-4C33-B21C-77A418628428}.Debug|Win32.ActiveCfg = Debug|Win32
{53ACCFA8-118E-4C33-B21C-77A418628428}.Debug|Win32.Build.0 = Debug|Win32
+ {53ACCFA8-118E-4C33-B21C-77A418628428}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {53ACCFA8-118E-4C33-B21C-77A418628428}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {53ACCFA8-118E-4C33-B21C-77A418628428}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {53ACCFA8-118E-4C33-B21C-77A418628428}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {53ACCFA8-118E-4C33-B21C-77A418628428}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {53ACCFA8-118E-4C33-B21C-77A418628428}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {53ACCFA8-118E-4C33-B21C-77A418628428}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {53ACCFA8-118E-4C33-B21C-77A418628428}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{53ACCFA8-118E-4C33-B21C-77A418628428}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{53ACCFA8-118E-4C33-B21C-77A418628428}.Release|Mixed Platforms.Build.0 = Release|Win32
{53ACCFA8-118E-4C33-B21C-77A418628428}.Release|Win32.ActiveCfg = Release|Win32
@@ -186,6 +326,14 @@
{955209A1-8107-43C2-B0A7-729B03908C64}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{955209A1-8107-43C2-B0A7-729B03908C64}.Debug|Win32.ActiveCfg = Debug|Any CPU
{955209A1-8107-43C2-B0A7-729B03908C64}.Debug|Win32.Build.0 = Debug|Any CPU
+ {955209A1-8107-43C2-B0A7-729B03908C64}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {955209A1-8107-43C2-B0A7-729B03908C64}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Any CPU
+ {955209A1-8107-43C2-B0A7-729B03908C64}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Any CPU
+ {955209A1-8107-43C2-B0A7-729B03908C64}.Release_PGO_Instrument|Win32.Build.0 = Release|Any CPU
+ {955209A1-8107-43C2-B0A7-729B03908C64}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {955209A1-8107-43C2-B0A7-729B03908C64}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Any CPU
+ {955209A1-8107-43C2-B0A7-729B03908C64}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Any CPU
+ {955209A1-8107-43C2-B0A7-729B03908C64}.Release_PGO_Optimize|Win32.Build.0 = Release|Any CPU
{955209A1-8107-43C2-B0A7-729B03908C64}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{955209A1-8107-43C2-B0A7-729B03908C64}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{955209A1-8107-43C2-B0A7-729B03908C64}.Release|Win32.ActiveCfg = Release|Any CPU
@@ -194,6 +342,14 @@
{57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Debug|Win32.ActiveCfg = Debug|Win32
{57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Debug|Win32.Build.0 = Debug|Win32
+ {57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Release_PGO_Instrument|Mixed Platforms.ActiveCfg = Release|Win32
+ {57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Release_PGO_Instrument|Mixed Platforms.Build.0 = Release|Win32
+ {57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Release_PGO_Instrument|Win32.ActiveCfg = Release|Win32
+ {57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Release_PGO_Instrument|Win32.Build.0 = Release|Win32
+ {57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Release_PGO_Optimize|Mixed Platforms.ActiveCfg = Release|Win32
+ {57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Release_PGO_Optimize|Mixed Platforms.Build.0 = Release|Win32
+ {57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Release_PGO_Optimize|Win32.ActiveCfg = Release|Win32
+ {57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Release_PGO_Optimize|Win32.Build.0 = Release|Win32
{57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Release|Mixed Platforms.Build.0 = Release|Win32
{57E1446E-6F58-44CD-B381-5D6A7F0509EB}.Release|Win32.ActiveCfg = Release|Win32
More information about the gme-commit
mailing list