1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 </ItemGroup> 21 <PropertyGroup Label="Globals"> 22 <ProjectGuid>{1FCAA83C-955C-4DEF-9CEF-3679AE75C44D}</ProjectGuid> 23 <RootNamespace>rtperf</RootNamespace> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 27 <ConfigurationType>Application</ConfigurationType> 28 <UseOfMfc>false</UseOfMfc> 29 <CharacterSet>MultiByte</CharacterSet> 30 <PlatformToolset>v140</PlatformToolset> 31 </PropertyGroup> 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 33 <ConfigurationType>Application</ConfigurationType> 34 <UseOfMfc>false</UseOfMfc> 35 <CharacterSet>Unicode</CharacterSet> 36 <PlatformToolset>v140</PlatformToolset> 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 39 <ConfigurationType>Application</ConfigurationType> 40 <UseOfMfc>false</UseOfMfc> 41 <CharacterSet>MultiByte</CharacterSet> 42 <PlatformToolset>v140</PlatformToolset> 43 </PropertyGroup> 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 45 <ConfigurationType>Application</ConfigurationType> 46 <UseOfMfc>false</UseOfMfc> 47 <CharacterSet>Unicode</CharacterSet> 48 <PlatformToolset>v140</PlatformToolset> 49 </PropertyGroup> 50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 51 <ImportGroup Label="ExtensionSettings"> 52 </ImportGroup> 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 56 </ImportGroup> 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 59 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 60 </ImportGroup> 61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 64 </ImportGroup> 65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 67 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 68 </ImportGroup> 69 <PropertyGroup Label="UserMacros" /> 70 <PropertyGroup> 71 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> 72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental> 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 78 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental> 81 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 82 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 83 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 84 </PropertyGroup> 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 86 <Midl> 87 <TypeLibraryName>.\x86\Debug/normperf.tlb</TypeLibraryName> 88 <HeaderFileName> 89 </HeaderFileName> 90 </Midl> 91 <ClCompile> 92 <Optimization>Disabled</Optimization> 93 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 94 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 95 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 96 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 97 <PrecompiledHeader> 98 </PrecompiledHeader> 99 <PrecompiledHeaderOutputFile>.\x86\Debug/normperf.pch</PrecompiledHeaderOutputFile> 100 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 101 <ObjectFileName>.\x86\Debug/</ObjectFileName> 102 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 103 <BrowseInformation>true</BrowseInformation> 104 <WarningLevel>Level3</WarningLevel> 105 <SuppressStartupBanner>true</SuppressStartupBanner> 106 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 107 <CompileAs>Default</CompileAs> 108 </ClCompile> 109 <ResourceCompile> 110 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 111 <Culture>0x0409</Culture> 112 </ResourceCompile> 113 <Link> 114 <AdditionalDependencies>icudt.lib;icuind.lib;icuiod.lib;iculed.lib;iculxd.lib;icutud.lib;icuucd.lib;icutestd.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> 115 <OutputFile>.\x86\Debug/dtfmtrtperf.exe</OutputFile> 116 <SuppressStartupBanner>true</SuppressStartupBanner> 117 <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 118 <GenerateDebugInformation>true</GenerateDebugInformation> 119 <ProgramDatabaseFile>.\x86\Debug/dtfmtrtperf.pdb</ProgramDatabaseFile> 120 <SubSystem>Console</SubSystem> 121 <DataExecutionPrevention> 122 </DataExecutionPrevention> 123 </Link> 124 </ItemDefinitionGroup> 125 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 126 <Midl> 127 <TypeLibraryName>.\x86\Release/normperf.tlb</TypeLibraryName> 128 <HeaderFileName> 129 </HeaderFileName> 130 </Midl> 131 <ClCompile> 132 <Optimization>MaxSpeed</Optimization> 133 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 134 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 135 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 136 <StringPooling>true</StringPooling> 137 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 138 <FunctionLevelLinking>true</FunctionLevelLinking> 139 <PrecompiledHeader> 140 </PrecompiledHeader> 141 <PrecompiledHeaderOutputFile>.\x86\Release/normperf.pch</PrecompiledHeaderOutputFile> 142 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 143 <ObjectFileName>.\x86\Release/</ObjectFileName> 144 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 145 <WarningLevel>Level3</WarningLevel> 146 <SuppressStartupBanner>true</SuppressStartupBanner> 147 <CompileAs>Default</CompileAs> 148 </ClCompile> 149 <ResourceCompile> 150 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 151 <Culture>0x0409</Culture> 152 </ResourceCompile> 153 <Link> 154 <AdditionalDependencies>icuuc.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> 155 <OutputFile>.\x86\Release/normperf.exe</OutputFile> 156 <SuppressStartupBanner>true</SuppressStartupBanner> 157 <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 158 <ProgramDatabaseFile>.\x86\Release/normperf.pdb</ProgramDatabaseFile> 159 <SubSystem>Console</SubSystem> 160 <DataExecutionPrevention> 161 </DataExecutionPrevention> 162 <TargetMachine>MachineX86</TargetMachine> 163 </Link> 164 </ItemDefinitionGroup> 165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 166 <Midl> 167 <TargetEnvironment>X64</TargetEnvironment> 168 <TypeLibraryName>.\x64\Debug/normperf.tlb</TypeLibraryName> 169 <HeaderFileName> 170 </HeaderFileName> 171 </Midl> 172 <ClCompile> 173 <Optimization>Disabled</Optimization> 174 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 175 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CONSOLE;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 176 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 177 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 178 <PrecompiledHeader> 179 </PrecompiledHeader> 180 <PrecompiledHeaderOutputFile>.\x64\Debug/normperf.pch</PrecompiledHeaderOutputFile> 181 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 182 <ObjectFileName>.\x64\Debug/</ObjectFileName> 183 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 184 <BrowseInformation>true</BrowseInformation> 185 <WarningLevel>Level3</WarningLevel> 186 <SuppressStartupBanner>true</SuppressStartupBanner> 187 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 188 <CompileAs>Default</CompileAs> 189 </ClCompile> 190 <ResourceCompile> 191 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 192 <Culture>0x0409</Culture> 193 </ResourceCompile> 194 <Link> 195 <AdditionalDependencies>icuucd.lib;icutud.lib;icutestd.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> 196 <OutputFile>.\x64\Debug/normperf.exe</OutputFile> 197 <SuppressStartupBanner>true</SuppressStartupBanner> 198 <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 199 <GenerateDebugInformation>true</GenerateDebugInformation> 200 <ProgramDatabaseFile>.\x64\Debug/normperf.pdb</ProgramDatabaseFile> 201 <SubSystem>Console</SubSystem> 202 <DataExecutionPrevention> 203 </DataExecutionPrevention> 204 <TargetMachine>MachineX64</TargetMachine> 205 </Link> 206 </ItemDefinitionGroup> 207 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 208 <Midl> 209 <TargetEnvironment>X64</TargetEnvironment> 210 <TypeLibraryName>.\x64\Release/normperf.tlb</TypeLibraryName> 211 <HeaderFileName> 212 </HeaderFileName> 213 </Midl> 214 <ClCompile> 215 <Optimization>MaxSpeed</Optimization> 216 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 217 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 218 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 219 <StringPooling>true</StringPooling> 220 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 221 <FunctionLevelLinking>true</FunctionLevelLinking> 222 <PrecompiledHeader> 223 </PrecompiledHeader> 224 <PrecompiledHeaderOutputFile>.\x64\Release/normperf.pch</PrecompiledHeaderOutputFile> 225 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 226 <ObjectFileName>.\x64\Release/</ObjectFileName> 227 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 228 <WarningLevel>Level3</WarningLevel> 229 <SuppressStartupBanner>true</SuppressStartupBanner> 230 <CompileAs>Default</CompileAs> 231 </ClCompile> 232 <ResourceCompile> 233 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 234 <Culture>0x0409</Culture> 235 </ResourceCompile> 236 <Link> 237 <AdditionalDependencies>icuuc.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> 238 <OutputFile>.\x64\Release/normperf.exe</OutputFile> 239 <SuppressStartupBanner>true</SuppressStartupBanner> 240 <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 241 <ProgramDatabaseFile>.\x64\Release/normperf.pdb</ProgramDatabaseFile> 242 <SubSystem>Console</SubSystem> 243 <DataExecutionPrevention> 244 </DataExecutionPrevention> 245 <TargetMachine>MachineX64</TargetMachine> 246 </Link> 247 </ItemDefinitionGroup> 248 <ItemGroup> 249 <ClCompile Include="dtfmtrtperf.cpp"> 250 <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> 251 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 252 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">WIN32;_DEBUG;_CONSOLE;_MBCS;_UNICODE</PreprocessorDefinitions> 253 <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> 254 <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</BrowseInformation> 255 <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization> 256 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 257 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN64;WIN32;_DEBUG;_CONSOLE;_MBCS;_UNICODE</PreprocessorDefinitions> 258 <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">EnableFastChecks</BasicRuntimeChecks> 259 <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BrowseInformation> 260 <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization> 261 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 262 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> 263 <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MaxSpeed</Optimization> 264 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 265 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions> 266 </ClCompile> 267 </ItemGroup> 268 <ItemGroup> 269 <ClInclude Include="dtfmtrtperf.h" /> 270 </ItemGroup> 271 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 272 <ImportGroup Label="ExtensionTargets"> 273 </ImportGroup> 274</Project> 275