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>{3D1246AE-1B32-479B-BECA-AEFA97BE2321}</ProjectGuid> 23 </PropertyGroup> 24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 26 <ConfigurationType>Application</ConfigurationType> 27 <UseOfMfc>false</UseOfMfc> 28 <CharacterSet>MultiByte</CharacterSet> 29 <PlatformToolset>v140</PlatformToolset> 30 </PropertyGroup> 31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 32 <ConfigurationType>Application</ConfigurationType> 33 <UseOfMfc>false</UseOfMfc> 34 <CharacterSet>MultiByte</CharacterSet> 35 <PlatformToolset>v140</PlatformToolset> 36 </PropertyGroup> 37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 38 <ConfigurationType>Application</ConfigurationType> 39 <UseOfMfc>false</UseOfMfc> 40 <CharacterSet>MultiByte</CharacterSet> 41 <PlatformToolset>v140</PlatformToolset> 42 </PropertyGroup> 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 44 <ConfigurationType>Application</ConfigurationType> 45 <UseOfMfc>false</UseOfMfc> 46 <CharacterSet>MultiByte</CharacterSet> 47 <PlatformToolset>v140</PlatformToolset> 48 </PropertyGroup> 49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 50 <ImportGroup Label="ExtensionSettings"> 51 </ImportGroup> 52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 55 </ImportGroup> 56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 58 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 59 </ImportGroup> 60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 62 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 63 </ImportGroup> 64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 66 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 67 </ImportGroup> 68 <PropertyGroup Label="UserMacros" /> 69 <PropertyGroup> 70 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 73 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 76 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 77 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 78 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 79 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 80 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 81 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 82 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 83 </PropertyGroup> 84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 85 <Midl> 86 <TypeLibraryName>.\x86\Debug/cintltst.tlb</TypeLibraryName> 87 </Midl> 88 <ClCompile> 89 <Optimization>Disabled</Optimization> 90 <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;..\..\i18n;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 91 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 92 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 93 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 94 <BufferSecurityCheck>true</BufferSecurityCheck> 95 <DisableLanguageExtensions>false</DisableLanguageExtensions> 96 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 97 <PrecompiledHeaderOutputFile>.\x86\Debug/cintltst.pch</PrecompiledHeaderOutputFile> 98 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 99 <ObjectFileName>.\x86\Debug/</ObjectFileName> 100 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 101 <BrowseInformation>true</BrowseInformation> 102 <WarningLevel>Level3</WarningLevel> 103 <SuppressStartupBanner>true</SuppressStartupBanner> 104 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 105 <CompileAs>Default</CompileAs> 106 </ClCompile> 107 <ResourceCompile> 108 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 109 <Culture>0x0409</Culture> 110 </ResourceCompile> 111 <Link> 112 <OutputFile>.\x86\Debug/cintltst.exe</OutputFile> 113 <SuppressStartupBanner>true</SuppressStartupBanner> 114 <GenerateDebugInformation>true</GenerateDebugInformation> 115 <ProgramDatabaseFile>.\x86\Debug/cintltst.pdb</ProgramDatabaseFile> 116 <SubSystem>Console</SubSystem> 117 <RandomizedBaseAddress>false</RandomizedBaseAddress> 118 <FixedBaseAddress>false</FixedBaseAddress> 119 <DataExecutionPrevention> 120 </DataExecutionPrevention> 121 </Link> 122 </ItemDefinitionGroup> 123 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 124 <Midl> 125 <TypeLibraryName>.\x86\Release/cintltst.tlb</TypeLibraryName> 126 </Midl> 127 <ClCompile> 128 <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;..\..\i18n;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 129 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 130 <StringPooling>true</StringPooling> 131 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 132 <BufferSecurityCheck>true</BufferSecurityCheck> 133 <FunctionLevelLinking>true</FunctionLevelLinking> 134 <DisableLanguageExtensions>false</DisableLanguageExtensions> 135 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 136 <PrecompiledHeaderOutputFile>.\x86\Release/cintltst.pch</PrecompiledHeaderOutputFile> 137 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 138 <ObjectFileName>.\x86\Release/</ObjectFileName> 139 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 140 <WarningLevel>Level3</WarningLevel> 141 <SuppressStartupBanner>true</SuppressStartupBanner> 142 <CompileAs>Default</CompileAs> 143 </ClCompile> 144 <ResourceCompile> 145 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 146 <Culture>0x0409</Culture> 147 </ResourceCompile> 148 <Link> 149 <OutputFile>.\x86\Release/cintltst.exe</OutputFile> 150 <SuppressStartupBanner>true</SuppressStartupBanner> 151 <GenerateDebugInformation>true</GenerateDebugInformation> 152 <ProgramDatabaseFile>.\x86\Release/cintltst.pdb</ProgramDatabaseFile> 153 <SubSystem>Console</SubSystem> 154 <RandomizedBaseAddress>false</RandomizedBaseAddress> 155 <DataExecutionPrevention> 156 </DataExecutionPrevention> 157 </Link> 158 </ItemDefinitionGroup> 159 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 160 <Midl> 161 <TargetEnvironment>X64</TargetEnvironment> 162 <TypeLibraryName>.\x64\Debug/cintltst.tlb</TypeLibraryName> 163 </Midl> 164 <ClCompile> 165 <Optimization>Disabled</Optimization> 166 <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;..\..\i18n;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 167 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 168 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 169 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 170 <BufferSecurityCheck>true</BufferSecurityCheck> 171 <DisableLanguageExtensions>false</DisableLanguageExtensions> 172 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 173 <PrecompiledHeaderOutputFile>.\x64\Debug/cintltst.pch</PrecompiledHeaderOutputFile> 174 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 175 <ObjectFileName>.\x64\Debug/</ObjectFileName> 176 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 177 <BrowseInformation>true</BrowseInformation> 178 <WarningLevel>Level3</WarningLevel> 179 <SuppressStartupBanner>true</SuppressStartupBanner> 180 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 181 <CompileAs>Default</CompileAs> 182 </ClCompile> 183 <ResourceCompile> 184 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 185 <Culture>0x0409</Culture> 186 </ResourceCompile> 187 <Link> 188 <OutputFile>.\x64\Debug/cintltst.exe</OutputFile> 189 <SuppressStartupBanner>true</SuppressStartupBanner> 190 <GenerateDebugInformation>true</GenerateDebugInformation> 191 <ProgramDatabaseFile>.\x64\Debug/cintltst.pdb</ProgramDatabaseFile> 192 <SubSystem>Console</SubSystem> 193 <TargetMachine>MachineX64</TargetMachine> 194 <FixedBaseAddress>false</FixedBaseAddress> 195 </Link> 196 </ItemDefinitionGroup> 197 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 198 <Midl> 199 <TargetEnvironment>X64</TargetEnvironment> 200 <TypeLibraryName>.\x64\Release/cintltst.tlb</TypeLibraryName> 201 </Midl> 202 <ClCompile> 203 <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;..\..\i18n;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 204 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 205 <StringPooling>true</StringPooling> 206 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 207 <BufferSecurityCheck>true</BufferSecurityCheck> 208 <FunctionLevelLinking>true</FunctionLevelLinking> 209 <DisableLanguageExtensions>false</DisableLanguageExtensions> 210 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 211 <PrecompiledHeaderOutputFile>.\x64\Release/cintltst.pch</PrecompiledHeaderOutputFile> 212 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 213 <ObjectFileName>.\x64\Release/</ObjectFileName> 214 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 215 <WarningLevel>Level3</WarningLevel> 216 <SuppressStartupBanner>true</SuppressStartupBanner> 217 <CompileAs>Default</CompileAs> 218 </ClCompile> 219 <ResourceCompile> 220 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 221 <Culture>0x0409</Culture> 222 </ResourceCompile> 223 <Link> 224 <OutputFile>.\x64\Release/cintltst.exe</OutputFile> 225 <SuppressStartupBanner>true</SuppressStartupBanner> 226 <GenerateDebugInformation>true</GenerateDebugInformation> 227 <ProgramDatabaseFile>.\x64\Release/cintltst.pdb</ProgramDatabaseFile> 228 <SubSystem>Console</SubSystem> 229 <TargetMachine>MachineX64</TargetMachine> 230 </Link> 231 </ItemDefinitionGroup> 232 <ItemGroup> 233 <ClCompile Include="cbididat.c" /> 234 <ClCompile Include="cbiditransformtst.c" /> 235 <ClCompile Include="cbiditst.c" /> 236 <ClCompile Include="cbiapts.c" /> 237 <ClCompile Include="cbkittst.c" /> 238 <ClCompile Include="callcoll.c" /> 239 <ClCompile Include="capitst.c" /> 240 <ClCompile Include="ccolltst.c" /> 241 <ClCompile Include="ccurrtst.c" /> 242 <ClCompile Include="cdetst.c" /> 243 <ClCompile Include="cestst.c" /> 244 <ClCompile Include="cfintst.c" /> 245 <ClCompile Include="cfrtst.c" /> 246 <ClCompile Include="cg7coll.c" /> 247 <ClCompile Include="citertst.c" /> 248 <ClCompile Include="cjaptst.c" /> 249 <ClCompile Include="cmsccoll.c" /> 250 <ClCompile Include="cturtst.c" /> 251 <ClCompile Include="encoll.c" /> 252 <ClCompile Include="usrchdat.c"> 253 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> 254 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> 255 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> 256 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> 257 </ClCompile> 258 <ClCompile Include="usrchtst.c" /> 259 <ClCompile Include="chashtst.c" /> 260 <ClCompile Include="sorttest.c" /> 261 <ClCompile Include="trie2test.c" /> 262 <ClCompile Include="trietest.c" /> 263 <ClCompile Include="uenumtst.c" /> 264 <ClCompile Include="bocu1tst.c" /> 265 <ClCompile Include="ccapitst.c" /> 266 <ClCompile Include="cconvtst.c" /> 267 <ClCompile Include="cctest.c" /> 268 <ClCompile Include="eurocreg.c" /> 269 <ClCompile Include="nccbtst.c" /> 270 <ClCompile Include="ncnvfbts.c" /> 271 <ClCompile Include="ncnvtst.c" /> 272 <ClCompile Include="nucnvtst.c" /> 273 <ClCompile Include="stdnmtst.c" /> 274 <ClCompile Include="ucnvseltst.c" /> 275 <ClCompile Include="ucsdetst.c" /> 276 <ClCompile Include="udatatst.c"> 277 </ClCompile> 278 <ClCompile Include="ccaltst.c" /> 279 <ClCompile Include="cdateintervalformattest.c" /> 280 <ClCompile Include="cdattst.c" /> 281 <ClCompile Include="cdtdptst.c" /> 282 <ClCompile Include="cdtrgtst.c" /> 283 <ClCompile Include="cformtst.c" /> 284 <ClCompile Include="cgendtst.c" /> 285 <ClCompile Include="cmsgtst.c" /> 286 <ClCompile Include="cnmdptst.c" /> 287 <ClCompile Include="cnumtst.c" /> 288 <ClCompile Include="cpluralrulestest.c" /> 289 <ClCompile Include="currtest.c" /> 290 <ClCompile Include="udatpg_test.c" /> 291 <ClCompile Include="utmstest.c" /> 292 <ClCompile Include="cldrtest.c" /> 293 <ClCompile Include="cloctst.c" /> 294 <ClCompile Include="cposxtst.c" /> 295 <ClCompile Include="crelativedateformattest.c" /> 296 <ClCompile Include="crestst.c" /> 297 <ClCompile Include="creststn.c" /> 298 <ClCompile Include="calltest.c" /> 299 <ClCompile Include="cintltst.c" /> 300 <ClCompile Include="cutiltst.c" /> 301 <ClCompile Include="hpmufn.c" /> 302 <ClCompile Include="putiltst.c" /> 303 <ClCompile Include="tracetst.c" /> 304 <ClCompile Include="cnormtst.c" /> 305 <ClCompile Include="cucdapi.c" /> 306 <ClCompile Include="cucdtst.c" /> 307 <ClCompile Include="usettest.c" /> 308 <ClCompile Include="cstrcase.c" /> 309 <ClCompile Include="cstrtest.c" /> 310 <ClCompile Include="custrtrn.c" /> 311 <ClCompile Include="custrtst.c" /> 312 <ClCompile Include="utexttst.c" /> 313 <ClCompile Include="utf16tst.c" /> 314 <ClCompile Include="utf8tst.c" /> 315 <ClCompile Include="utransts.c" /> 316 <ClCompile Include="reapits.c" /> 317 <ClCompile Include="idnatest.c" /> 318 <ClCompile Include="nfsprep.c" /> 319 <ClCompile Include="spreptst.c" /> 320 <ClCompile Include="sprpdata.c" /> 321 <ClCompile Include="spooftest.c" /> 322 <ClCompile Include="uregiontest.c" /> 323 <ClCompile Include="ulistfmttest.c" /> 324 </ItemGroup> 325 <ItemGroup> 326 <ClInclude Include="cbiditst.h" /> 327 <ClInclude Include="cbiapts.h" /> 328 <ClInclude Include="callcoll.h" /> 329 <ClInclude Include="capitst.h" /> 330 <ClInclude Include="ccolltst.h" /> 331 <ClInclude Include="ccurrtst.h" /> 332 <ClInclude Include="cdetst.h" /> 333 <ClInclude Include="cestst.h" /> 334 <ClInclude Include="cfintst.h" /> 335 <ClInclude Include="cfrtst.h" /> 336 <ClInclude Include="cg7coll.h" /> 337 <ClInclude Include="citertst.h" /> 338 <ClInclude Include="cjaptst.h" /> 339 <ClInclude Include="cturtst.h" /> 340 <ClInclude Include="encoll.h" /> 341 <ClInclude Include="ccapitst.h" /> 342 <ClInclude Include="nccbtst.h" /> 343 <ClInclude Include="ncnvfbts.h" /> 344 <ClInclude Include="nucnvtst.h" /> 345 <ClInclude Include="ucnvseltst.h" /> 346 <ClInclude Include="ccaltst.h" /> 347 <ClInclude Include="cdattst.h" /> 348 <ClInclude Include="cdtdptst.h" /> 349 <ClInclude Include="cdtrgtst.h" /> 350 <ClInclude Include="cformtst.h" /> 351 <ClInclude Include="cmsgtst.h" /> 352 <ClInclude Include="cnmdptst.h" /> 353 <ClInclude Include="cnumtst.h" /> 354 <ClInclude Include="cloctst.h" /> 355 <ClInclude Include="crestst.h" /> 356 <ClInclude Include="creststn.h" /> 357 <ClInclude Include="cintltst.h" /> 358 <ClInclude Include="cnormtst.h" /> 359 <ClInclude Include="cucdapi.h" /> 360 <ClInclude Include="nfsprep.h" /> 361 </ItemGroup> 362 <ItemGroup> 363 <ProjectReference Include="..\..\common\common.vcxproj"> 364 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 365 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 366 </ProjectReference> 367 <ProjectReference Include="..\..\i18n\i18n.vcxproj"> 368 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 369 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 370 </ProjectReference> 371 <ProjectReference Include="..\..\tools\ctestfw\ctestfw.vcxproj"> 372 <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project> 373 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 374 </ProjectReference> 375 <ProjectReference Include="..\..\tools\toolutil\toolutil.vcxproj"> 376 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 377 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 378 </ProjectReference> 379 </ItemGroup> 380 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 381 <ImportGroup Label="ExtensionTargets"> 382 </ImportGroup> 383 </Project>