<?xml version="1.0" encoding="utf-8"?> | |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<ItemGroup Label="ProjectConfigurations"> | |
<ProjectConfiguration Include="Debug|Win32"> | |
<Configuration>Debug</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Debug|x64"> | |
<Configuration>Debug</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Release|Win32"> | |
<Configuration>Release</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Release|x64"> | |
<Configuration>Release</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
</ItemGroup> | |
<PropertyGroup Label="Globals"> | |
<ProjectGuid>{3D1246AE-1B32-479B-BECA-AEFA97BE2321}</ProjectGuid> | |
</PropertyGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
<ConfigurationType>Application</ConfigurationType> | |
<UseOfMfc>false</UseOfMfc> | |
<CharacterSet>MultiByte</CharacterSet> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
<ConfigurationType>Application</ConfigurationType> | |
<UseOfMfc>false</UseOfMfc> | |
<CharacterSet>MultiByte</CharacterSet> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
<ConfigurationType>Application</ConfigurationType> | |
<UseOfMfc>false</UseOfMfc> | |
<CharacterSet>MultiByte</CharacterSet> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
<ConfigurationType>Application</ConfigurationType> | |
<UseOfMfc>false</UseOfMfc> | |
<CharacterSet>MultiByte</CharacterSet> | |
</PropertyGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
<ImportGroup Label="ExtensionSettings"> | |
</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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.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" /> | |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
</ImportGroup> | |
<PropertyGroup Label="UserMacros" /> | |
<PropertyGroup> | |
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> | |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> | |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> | |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> | |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> | |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
</PropertyGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
<Midl> | |
<TypeLibraryName>.\x86\Debug/cintltst.tlb</TypeLibraryName> | |
</Midl> | |
<ClCompile> | |
<Optimization>Disabled</Optimization> | |
<AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;..\..\i18n;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
<BufferSecurityCheck>true</BufferSecurityCheck> | |
<DisableLanguageExtensions>true</DisableLanguageExtensions> | |
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
<PrecompiledHeaderOutputFile>.\x86\Debug/cintltst.pch</PrecompiledHeaderOutputFile> | |
<AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
<ObjectFileName>.\x86\Debug/</ObjectFileName> | |
<ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
<BrowseInformation>true</BrowseInformation> | |
<WarningLevel>Level3</WarningLevel> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
<CompileAs>Default</CompileAs> | |
</ClCompile> | |
<ResourceCompile> | |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<Culture>0x0409</Culture> | |
</ResourceCompile> | |
<Link> | |
<OutputFile>.\x86\Debug/cintltst.exe</OutputFile> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<ProgramDatabaseFile>.\x86\Debug/cintltst.pdb</ProgramDatabaseFile> | |
<SubSystem>Console</SubSystem> | |
<RandomizedBaseAddress>false</RandomizedBaseAddress> | |
<FixedBaseAddress>false</FixedBaseAddress> | |
<DataExecutionPrevention> | |
</DataExecutionPrevention> | |
</Link> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
<Midl> | |
<TypeLibraryName>.\x86\Release/cintltst.tlb</TypeLibraryName> | |
</Midl> | |
<ClCompile> | |
<AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;..\..\i18n;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<StringPooling>true</StringPooling> | |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
<BufferSecurityCheck>true</BufferSecurityCheck> | |
<FunctionLevelLinking>true</FunctionLevelLinking> | |
<DisableLanguageExtensions>true</DisableLanguageExtensions> | |
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
<PrecompiledHeaderOutputFile>.\x86\Release/cintltst.pch</PrecompiledHeaderOutputFile> | |
<AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
<ObjectFileName>.\x86\Release/</ObjectFileName> | |
<ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
<WarningLevel>Level3</WarningLevel> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<CompileAs>Default</CompileAs> | |
</ClCompile> | |
<ResourceCompile> | |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<Culture>0x0409</Culture> | |
</ResourceCompile> | |
<Link> | |
<OutputFile>.\x86\Release/cintltst.exe</OutputFile> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<ProgramDatabaseFile>.\x86\Release/cintltst.pdb</ProgramDatabaseFile> | |
<SubSystem>Console</SubSystem> | |
<RandomizedBaseAddress>false</RandomizedBaseAddress> | |
<DataExecutionPrevention> | |
</DataExecutionPrevention> | |
</Link> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
<Midl> | |
<TargetEnvironment>X64</TargetEnvironment> | |
<TypeLibraryName>.\x64\Debug/cintltst.tlb</TypeLibraryName> | |
</Midl> | |
<ClCompile> | |
<Optimization>Disabled</Optimization> | |
<AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;..\..\i18n;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
<BufferSecurityCheck>true</BufferSecurityCheck> | |
<DisableLanguageExtensions>true</DisableLanguageExtensions> | |
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
<PrecompiledHeaderOutputFile>.\x64\Debug/cintltst.pch</PrecompiledHeaderOutputFile> | |
<AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
<ObjectFileName>.\x64\Debug/</ObjectFileName> | |
<ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
<BrowseInformation>true</BrowseInformation> | |
<WarningLevel>Level3</WarningLevel> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
<CompileAs>Default</CompileAs> | |
</ClCompile> | |
<ResourceCompile> | |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<Culture>0x0409</Culture> | |
</ResourceCompile> | |
<Link> | |
<OutputFile>.\x64\Debug/cintltst.exe</OutputFile> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<ProgramDatabaseFile>.\x64\Debug/cintltst.pdb</ProgramDatabaseFile> | |
<SubSystem>Console</SubSystem> | |
<TargetMachine>MachineX64</TargetMachine> | |
<FixedBaseAddress>false</FixedBaseAddress> | |
</Link> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
<Midl> | |
<TargetEnvironment>X64</TargetEnvironment> | |
<TypeLibraryName>.\x64\Release/cintltst.tlb</TypeLibraryName> | |
</Midl> | |
<ClCompile> | |
<AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;..\..\i18n;..\..\tools\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
<PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<StringPooling>true</StringPooling> | |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
<BufferSecurityCheck>true</BufferSecurityCheck> | |
<FunctionLevelLinking>true</FunctionLevelLinking> | |
<DisableLanguageExtensions>true</DisableLanguageExtensions> | |
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
<PrecompiledHeaderOutputFile>.\x64\Release/cintltst.pch</PrecompiledHeaderOutputFile> | |
<AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
<ObjectFileName>.\x64\Release/</ObjectFileName> | |
<ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
<WarningLevel>Level3</WarningLevel> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<CompileAs>Default</CompileAs> | |
</ClCompile> | |
<ResourceCompile> | |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<Culture>0x0409</Culture> | |
</ResourceCompile> | |
<Link> | |
<OutputFile>.\x64\Release/cintltst.exe</OutputFile> | |
<SuppressStartupBanner>true</SuppressStartupBanner> | |
<GenerateDebugInformation>true</GenerateDebugInformation> | |
<ProgramDatabaseFile>.\x64\Release/cintltst.pdb</ProgramDatabaseFile> | |
<SubSystem>Console</SubSystem> | |
<TargetMachine>MachineX64</TargetMachine> | |
</Link> | |
</ItemDefinitionGroup> | |
<ItemGroup> | |
<ClCompile Include="cbididat.c" /> | |
<ClCompile Include="cbiditst.c" /> | |
<ClCompile Include="cbiapts.c" /> | |
<ClCompile Include="cbkittst.c" /> | |
<ClCompile Include="callcoll.c" /> | |
<ClCompile Include="capitst.c" /> | |
<ClCompile Include="ccolltst.c" /> | |
<ClCompile Include="ccurrtst.c" /> | |
<ClCompile Include="cdetst.c" /> | |
<ClCompile Include="cestst.c" /> | |
<ClCompile Include="cfintst.c" /> | |
<ClCompile Include="cfrtst.c" /> | |
<ClCompile Include="cg7coll.c" /> | |
<ClCompile Include="citertst.c" /> | |
<ClCompile Include="cjaptst.c" /> | |
<ClCompile Include="cmsccoll.c" /> | |
<ClCompile Include="colutil.c" /> | |
<ClCompile Include="cturtst.c" /> | |
<ClCompile Include="encoll.c" /> | |
<ClCompile Include="usrchdat.c"> | |
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | |
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> | |
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> | |
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild> | |
</ClCompile> | |
<ClCompile Include="usrchtst.c" /> | |
<ClCompile Include="chashtst.c" /> | |
<ClCompile Include="sorttest.c" /> | |
<ClCompile Include="trie2test.c" /> | |
<ClCompile Include="trietest.c" /> | |
<ClCompile Include="uenumtst.c" /> | |
<ClCompile Include="bocu1tst.c" /> | |
<ClCompile Include="ccapitst.c" /> | |
<ClCompile Include="cconvtst.c" /> | |
<ClCompile Include="cctest.c" /> | |
<ClCompile Include="eurocreg.c" /> | |
<ClCompile Include="nccbtst.c" /> | |
<ClCompile Include="ncnvfbts.c" /> | |
<ClCompile Include="ncnvtst.c" /> | |
<ClCompile Include="nucnvtst.c" /> | |
<ClCompile Include="stdnmtst.c" /> | |
<ClCompile Include="ucnvseltst.c" /> | |
<ClCompile Include="ucsdetst.c" /> | |
<ClCompile Include="udatatst.c"> | |
<DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> | |
<DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> | |
<DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> | |
<DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> | |
</ClCompile> | |
<ClCompile Include="ccaltst.c" /> | |
<ClCompile Include="cdattst.c" /> | |
<ClCompile Include="cdtdptst.c" /> | |
<ClCompile Include="cdtrgtst.c" /> | |
<ClCompile Include="cformtst.c" /> | |
<ClCompile Include="cmsgtst.c" /> | |
<ClCompile Include="cnmdptst.c" /> | |
<ClCompile Include="cnumtst.c" /> | |
<ClCompile Include="currtest.c" /> | |
<ClCompile Include="udatpg_test.c" /> | |
<ClCompile Include="utmstest.c" /> | |
<ClCompile Include="cldrtest.c" /> | |
<ClCompile Include="cloctst.c" /> | |
<ClCompile Include="cposxtst.c" /> | |
<ClCompile Include="crestst.c" /> | |
<ClCompile Include="creststn.c" /> | |
<ClCompile Include="calltest.c" /> | |
<ClCompile Include="cintltst.c" /> | |
<ClCompile Include="cutiltst.c" /> | |
<ClCompile Include="hpmufn.c" /> | |
<ClCompile Include="putiltst.c" /> | |
<ClCompile Include="tracetst.c" /> | |
<ClCompile Include="cnormtst.c" /> | |
<ClCompile Include="cucdapi.c" /> | |
<ClCompile Include="cucdtst.c" /> | |
<ClCompile Include="usettest.c" /> | |
<ClCompile Include="cstrcase.c" /> | |
<ClCompile Include="cstrtest.c" /> | |
<ClCompile Include="custrtrn.c" /> | |
<ClCompile Include="custrtst.c" /> | |
<ClCompile Include="utexttst.c" /> | |
<ClCompile Include="utf16tst.c" /> | |
<ClCompile Include="utf8tst.c" /> | |
<ClCompile Include="utransts.c" /> | |
<ClCompile Include="reapits.c" /> | |
<ClCompile Include="idnatest.c" /> | |
<ClCompile Include="nfsprep.c" /> | |
<ClCompile Include="spreptst.c" /> | |
<ClCompile Include="sprpdata.c" /> | |
<ClCompile Include="spooftest.c" /> | |
</ItemGroup> | |
<ItemGroup> | |
<ClInclude Include="cbiditst.h" /> | |
<ClInclude Include="cbiapts.h" /> | |
<ClInclude Include="callcoll.h" /> | |
<ClInclude Include="capitst.h" /> | |
<ClInclude Include="ccolltst.h" /> | |
<ClInclude Include="ccurrtst.h" /> | |
<ClInclude Include="cdetst.h" /> | |
<ClInclude Include="cestst.h" /> | |
<ClInclude Include="cfintst.h" /> | |
<ClInclude Include="cfrtst.h" /> | |
<ClInclude Include="cg7coll.h" /> | |
<ClInclude Include="citertst.h" /> | |
<ClInclude Include="cjaptst.h" /> | |
<ClInclude Include="cturtst.h" /> | |
<ClInclude Include="encoll.h" /> | |
<ClInclude Include="ccapitst.h" /> | |
<ClInclude Include="nccbtst.h" /> | |
<ClInclude Include="ncnvfbts.h" /> | |
<ClInclude Include="nucnvtst.h" /> | |
<ClInclude Include="ucnvseltst.h" /> | |
<ClInclude Include="ccaltst.h" /> | |
<ClInclude Include="cdattst.h" /> | |
<ClInclude Include="cdtdptst.h" /> | |
<ClInclude Include="cdtrgtst.h" /> | |
<ClInclude Include="cformtst.h" /> | |
<ClInclude Include="cmsgtst.h" /> | |
<ClInclude Include="cnmdptst.h" /> | |
<ClInclude Include="cnumtst.h" /> | |
<ClInclude Include="cloctst.h" /> | |
<ClInclude Include="crestst.h" /> | |
<ClInclude Include="creststn.h" /> | |
<ClInclude Include="cintltst.h" /> | |
<ClInclude Include="cnormtst.h" /> | |
<ClInclude Include="cucdapi.h" /> | |
<ClInclude Include="nfsprep.h" /> | |
</ItemGroup> | |
<ItemGroup> | |
<ProjectReference Include="..\..\common\common.vcxproj"> | |
<Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> | |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="..\..\i18n\i18n.vcxproj"> | |
<Project>{0178b127-6269-407d-b112-93877bb62776}</Project> | |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="..\..\tools\ctestfw\ctestfw.vcxproj"> | |
<Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project> | |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
</ProjectReference> | |
<ProjectReference Include="..\..\tools\toolutil\toolutil.vcxproj"> | |
<Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> | |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
</ProjectReference> | |
</ItemGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
<ImportGroup Label="ExtensionTargets"> | |
</ImportGroup> | |
</Project> |