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>{7E280294-49BD-43D1-9903-CF29648D88CA}</ProjectGuid> 23 </PropertyGroup> 24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 25 <!-- The following import will include the 'default' configuration options for VS projects. --> 26 <Import Project="..\..\..\allinone\Build.Windows.ProjectConfiguration.props" /> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 28 <ConfigurationType>Application</ConfigurationType> 29 <UseOfMfc>false</UseOfMfc> 30 <CharacterSet>MultiByte</CharacterSet> 31 </PropertyGroup> 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 33 <ConfigurationType>Application</ConfigurationType> 34 <UseOfMfc>false</UseOfMfc> 35 <CharacterSet>MultiByte</CharacterSet> 36 </PropertyGroup> 37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 38 <ConfigurationType>Application</ConfigurationType> 39 <UseOfMfc>false</UseOfMfc> 40 <CharacterSet>MultiByte</CharacterSet> 41 </PropertyGroup> 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 43 <ConfigurationType>Application</ConfigurationType> 44 <UseOfMfc>false</UseOfMfc> 45 <CharacterSet>MultiByte</CharacterSet> 46 </PropertyGroup> 47 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 48 <ImportGroup Label="ExtensionSettings"> 49 </ImportGroup> 50 <PropertyGroup Label="UserMacros" /> 51 <PropertyGroup> 52 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 53 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 54 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 55 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental> 56 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 57 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 58 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 59 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 60 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 61 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental> 62 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 63 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 64 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 65 </PropertyGroup> 66 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 67 <Midl> 68 <TypeLibraryName>.\x86\Debug/ubrkperf.tlb</TypeLibraryName> 69 <HeaderFileName> 70 </HeaderFileName> 71 </Midl> 72 <ClCompile> 73 <Optimization>Disabled</Optimization> 74 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 75 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 76 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 77 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 78 <PrecompiledHeaderOutputFile>.\x86\Debug/ubrkperf.pch</PrecompiledHeaderOutputFile> 79 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 80 <ObjectFileName>.\x86\Debug/</ObjectFileName> 81 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 82 <BrowseInformation>true</BrowseInformation> 83 <WarningLevel>Level3</WarningLevel> 84 <SuppressStartupBanner>true</SuppressStartupBanner> 85 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 86 <CompileAs>Default</CompileAs> 87 </ClCompile> 88 <ResourceCompile> 89 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 90 <Culture>0x0409</Culture> 91 </ResourceCompile> 92 <Link> 93 <AdditionalDependencies>icuucd.lib;icutud.lib;icutestd.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> 94 <OutputFile>.\x86\Debug/ubrkperf.exe</OutputFile> 95 <SuppressStartupBanner>true</SuppressStartupBanner> 96 <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 97 <GenerateDebugInformation>true</GenerateDebugInformation> 98 <ProgramDatabaseFile>.\x86\Debug/ubrkperf.pdb</ProgramDatabaseFile> 99 <SubSystem>Console</SubSystem> 100 <DataExecutionPrevention> 101 </DataExecutionPrevention> 102 </Link> 103 </ItemDefinitionGroup> 104 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 105 <Midl> 106 <TypeLibraryName>.\x86\Release/ubrkperf.tlb</TypeLibraryName> 107 <HeaderFileName> 108 </HeaderFileName> 109 </Midl> 110 <ClCompile> 111 <Optimization>MaxSpeed</Optimization> 112 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 113 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 114 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 115 <StringPooling>true</StringPooling> 116 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 117 <FunctionLevelLinking>true</FunctionLevelLinking> 118 <PrecompiledHeaderOutputFile>.\x86\Release/ubrkperf.pch</PrecompiledHeaderOutputFile> 119 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 120 <ObjectFileName>.\x86\Release/</ObjectFileName> 121 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 122 <WarningLevel>Level3</WarningLevel> 123 <SuppressStartupBanner>true</SuppressStartupBanner> 124 <CompileAs>Default</CompileAs> 125 </ClCompile> 126 <ResourceCompile> 127 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 128 <Culture>0x0409</Culture> 129 </ResourceCompile> 130 <Link> 131 <AdditionalDependencies>icuuc.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> 132 <OutputFile>.\x86\Release/ubrkperf.exe</OutputFile> 133 <SuppressStartupBanner>true</SuppressStartupBanner> 134 <AdditionalLibraryDirectories>..\..\..\..\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 135 <ProgramDatabaseFile>.\x86\Release/ubrkperf24.pdb</ProgramDatabaseFile> 136 <SubSystem>Console</SubSystem> 137 <DataExecutionPrevention> 138 </DataExecutionPrevention> 139 <TargetMachine>MachineX86</TargetMachine> 140 </Link> 141 </ItemDefinitionGroup> 142 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 143 <Midl> 144 <TargetEnvironment>X64</TargetEnvironment> 145 <TypeLibraryName>.\x64\Debug/ubrkperf.tlb</TypeLibraryName> 146 <HeaderFileName> 147 </HeaderFileName> 148 </Midl> 149 <ClCompile> 150 <Optimization>Disabled</Optimization> 151 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 152 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 153 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 154 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 155 <PrecompiledHeaderOutputFile>.\x64\Debug/ubrkperf.pch</PrecompiledHeaderOutputFile> 156 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 157 <ObjectFileName>.\x64\Debug/</ObjectFileName> 158 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 159 <BrowseInformation>true</BrowseInformation> 160 <WarningLevel>Level3</WarningLevel> 161 <SuppressStartupBanner>true</SuppressStartupBanner> 162 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 163 <CompileAs>Default</CompileAs> 164 </ClCompile> 165 <ResourceCompile> 166 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 167 <Culture>0x0409</Culture> 168 </ResourceCompile> 169 <Link> 170 <AdditionalDependencies>icuucd.lib;icutud.lib;icutestd.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> 171 <OutputFile>.\x64\Debug/ubrkperf.exe</OutputFile> 172 <SuppressStartupBanner>true</SuppressStartupBanner> 173 <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 174 <GenerateDebugInformation>true</GenerateDebugInformation> 175 <ProgramDatabaseFile>.\x64\Debug/ubrkperf.pdb</ProgramDatabaseFile> 176 <SubSystem>Console</SubSystem> 177 <DataExecutionPrevention> 178 </DataExecutionPrevention> 179 <TargetMachine>MachineX64</TargetMachine> 180 </Link> 181 </ItemDefinitionGroup> 182 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 183 <Midl> 184 <TargetEnvironment>X64</TargetEnvironment> 185 <TypeLibraryName>.\x64\Release/ubrkperf.tlb</TypeLibraryName> 186 <HeaderFileName> 187 </HeaderFileName> 188 </Midl> 189 <ClCompile> 190 <Optimization>MaxSpeed</Optimization> 191 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 192 <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 193 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 194 <StringPooling>true</StringPooling> 195 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 196 <FunctionLevelLinking>true</FunctionLevelLinking> 197 <PrecompiledHeaderOutputFile>.\x64\Release/ubrkperf.pch</PrecompiledHeaderOutputFile> 198 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 199 <ObjectFileName>.\x64\Release/</ObjectFileName> 200 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 201 <WarningLevel>Level3</WarningLevel> 202 <SuppressStartupBanner>true</SuppressStartupBanner> 203 <CompileAs>Default</CompileAs> 204 </ClCompile> 205 <ResourceCompile> 206 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 207 <Culture>0x0409</Culture> 208 </ResourceCompile> 209 <Link> 210 <AdditionalDependencies>icuuc.lib;icutu.lib;icutest.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> 211 <OutputFile>..\..\..\..\bin64\ubrkperf24.exe</OutputFile> 212 <SuppressStartupBanner>true</SuppressStartupBanner> 213 <AdditionalLibraryDirectories>..\..\..\..\lib64\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 214 <ProgramDatabaseFile>.\x64\Release/ubrkperf24.pdb</ProgramDatabaseFile> 215 <SubSystem>Console</SubSystem> 216 <DataExecutionPrevention> 217 </DataExecutionPrevention> 218 <TargetMachine>MachineX64</TargetMachine> 219 </Link> 220 </ItemDefinitionGroup> 221 <ItemGroup> 222 <ClCompile Include="ubrkperf.cpp"> 223 <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization> 224 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 225 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> 226 <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks> 227 <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</BrowseInformation> 228 <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization> 229 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 230 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions> 231 <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">EnableFastChecks</BasicRuntimeChecks> 232 <BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</BrowseInformation> 233 <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization> 234 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 235 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> 236 <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MaxSpeed</Optimization> 237 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 238 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions> 239 </ClCompile> 240 </ItemGroup> 241 <ItemGroup> 242 <ClInclude Include="ubrkperf.h" /> 243 </ItemGroup> 244 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 245 <ImportGroup Label="ExtensionTargets"> 246 </ImportGroup> 247</Project> 248