| Index: source/test/iotest/iotest.vcxproj
|
| diff --git a/source/test/iotest/iotest.vcxproj b/source/test/iotest/iotest.vcxproj
|
| index 0d39d297645d8790fec1bccf6c22b8ab7fb79778..e5e8d809fc2d816f9fdfbc3aab855c23d1c2b277 100644
|
| --- a/source/test/iotest/iotest.vcxproj
|
| +++ b/source/test/iotest/iotest.vcxproj
|
| @@ -1,262 +1,262 @@
|
| -<?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>{E4993E82-D68A-46CA-BAE0-9D35E172E46F}</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'" />
|
| - <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'" />
|
| - <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/iotest.tlb</TypeLibraryName>
|
| - <HeaderFileName>
|
| - </HeaderFileName>
|
| - </Midl>
|
| - <ClCompile>
|
| - <Optimization>Disabled</Optimization>
|
| - <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| - <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
| - <BufferSecurityCheck>true</BufferSecurityCheck>
|
| - <DisableLanguageExtensions>true</DisableLanguageExtensions>
|
| - <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
| - <PrecompiledHeaderOutputFile>.\x86\Debug/iotest.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/iotest.exe</OutputFile>
|
| - <SuppressStartupBanner>true</SuppressStartupBanner>
|
| - <GenerateDebugInformation>true</GenerateDebugInformation>
|
| - <ProgramDatabaseFile>.\x86\Debug/iotest.pdb</ProgramDatabaseFile>
|
| - <SubSystem>Console</SubSystem>
|
| - <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
| - <DataExecutionPrevention>
|
| - </DataExecutionPrevention>
|
| - <TargetMachine>MachineX86</TargetMachine>
|
| - </Link>
|
| - </ItemDefinitionGroup>
|
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| - <Midl>
|
| - <TypeLibraryName>.\x86\Release/iotest.tlb</TypeLibraryName>
|
| - </Midl>
|
| - <ClCompile>
|
| - <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| - <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| - <StringPooling>true</StringPooling>
|
| - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
| - <DisableLanguageExtensions>true</DisableLanguageExtensions>
|
| - <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
| - <PrecompiledHeaderOutputFile>.\x86\Release/iotest.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/iotest.exe</OutputFile>
|
| - <SuppressStartupBanner>true</SuppressStartupBanner>
|
| - <ProgramDatabaseFile>.\x86\Release/iotest.pdb</ProgramDatabaseFile>
|
| - <SubSystem>Console</SubSystem>
|
| - <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
| - <DataExecutionPrevention>
|
| - </DataExecutionPrevention>
|
| - <TargetMachine>MachineX86</TargetMachine>
|
| - </Link>
|
| - </ItemDefinitionGroup>
|
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| - <Midl>
|
| - <TargetEnvironment>X64</TargetEnvironment>
|
| - <TypeLibraryName>.\x64\Debug/iotest.tlb</TypeLibraryName>
|
| - <HeaderFileName>
|
| - </HeaderFileName>
|
| - </Midl>
|
| - <ClCompile>
|
| - <Optimization>Disabled</Optimization>
|
| - <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| - <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
| - <BufferSecurityCheck>true</BufferSecurityCheck>
|
| - <DisableLanguageExtensions>true</DisableLanguageExtensions>
|
| - <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
| - <PrecompiledHeaderOutputFile>.\x64\Debug/iotest.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/iotest.exe</OutputFile>
|
| - <SuppressStartupBanner>true</SuppressStartupBanner>
|
| - <GenerateDebugInformation>true</GenerateDebugInformation>
|
| - <ProgramDatabaseFile>.\x64\Debug/iotest.pdb</ProgramDatabaseFile>
|
| - <SubSystem>Console</SubSystem>
|
| - <TargetMachine>MachineX64</TargetMachine>
|
| - </Link>
|
| - </ItemDefinitionGroup>
|
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| - <Midl>
|
| - <TargetEnvironment>X64</TargetEnvironment>
|
| - <TypeLibraryName>.\x64\Release/iotest.tlb</TypeLibraryName>
|
| - </Midl>
|
| - <ClCompile>
|
| - <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| - <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| - <StringPooling>true</StringPooling>
|
| - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
| - <DisableLanguageExtensions>true</DisableLanguageExtensions>
|
| - <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
| - <PrecompiledHeaderOutputFile>.\x64\Release/iotest.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/iotest.exe</OutputFile>
|
| - <SuppressStartupBanner>true</SuppressStartupBanner>
|
| - <ProgramDatabaseFile>.\x64\Release/iotest.pdb</ProgramDatabaseFile>
|
| - <SubSystem>Console</SubSystem>
|
| - <TargetMachine>MachineX64</TargetMachine>
|
| - </Link>
|
| - </ItemDefinitionGroup>
|
| - <ItemGroup>
|
| - <ClCompile Include="filetst.c" />
|
| - <ClCompile Include="iotest.cpp" />
|
| - <ClCompile Include="stream.cpp">
|
| - <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="strtst.c" />
|
| - <ClCompile Include="trnstst.c" />
|
| - </ItemGroup>
|
| - <ItemGroup>
|
| - <ClInclude Include="iotest.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="..\..\io\io.vcxproj">
|
| - <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project>
|
| - <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
| - </ProjectReference>
|
| - <ProjectReference Include="..\..\tools\ctestfw\ctestfw.vcxproj">
|
| - <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project>
|
| - <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
| - </ProjectReference>
|
| - </ItemGroup>
|
| - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| - <ImportGroup Label="ExtensionTargets">
|
| - </ImportGroup>
|
| +<?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>{E4993E82-D68A-46CA-BAE0-9D35E172E46F}</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'" />
|
| + <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'" />
|
| + <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/iotest.tlb</TypeLibraryName>
|
| + <HeaderFileName>
|
| + </HeaderFileName>
|
| + </Midl>
|
| + <ClCompile>
|
| + <Optimization>Disabled</Optimization>
|
| + <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| + <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
| + <BufferSecurityCheck>true</BufferSecurityCheck>
|
| + <DisableLanguageExtensions>true</DisableLanguageExtensions>
|
| + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
| + <PrecompiledHeaderOutputFile>.\x86\Debug/iotest.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/iotest.exe</OutputFile>
|
| + <SuppressStartupBanner>true</SuppressStartupBanner>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + <ProgramDatabaseFile>.\x86\Debug/iotest.pdb</ProgramDatabaseFile>
|
| + <SubSystem>Console</SubSystem>
|
| + <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
| + <DataExecutionPrevention>
|
| + </DataExecutionPrevention>
|
| + <TargetMachine>MachineX86</TargetMachine>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| + <Midl>
|
| + <TypeLibraryName>.\x86\Release/iotest.tlb</TypeLibraryName>
|
| + </Midl>
|
| + <ClCompile>
|
| + <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| + <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + <StringPooling>true</StringPooling>
|
| + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
| + <DisableLanguageExtensions>true</DisableLanguageExtensions>
|
| + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
| + <PrecompiledHeaderOutputFile>.\x86\Release/iotest.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/iotest.exe</OutputFile>
|
| + <SuppressStartupBanner>true</SuppressStartupBanner>
|
| + <ProgramDatabaseFile>.\x86\Release/iotest.pdb</ProgramDatabaseFile>
|
| + <SubSystem>Console</SubSystem>
|
| + <RandomizedBaseAddress>false</RandomizedBaseAddress>
|
| + <DataExecutionPrevention>
|
| + </DataExecutionPrevention>
|
| + <TargetMachine>MachineX86</TargetMachine>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| + <Midl>
|
| + <TargetEnvironment>X64</TargetEnvironment>
|
| + <TypeLibraryName>.\x64\Debug/iotest.tlb</TypeLibraryName>
|
| + <HeaderFileName>
|
| + </HeaderFileName>
|
| + </Midl>
|
| + <ClCompile>
|
| + <Optimization>Disabled</Optimization>
|
| + <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| + <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
| + <BufferSecurityCheck>true</BufferSecurityCheck>
|
| + <DisableLanguageExtensions>true</DisableLanguageExtensions>
|
| + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
| + <PrecompiledHeaderOutputFile>.\x64\Debug/iotest.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/iotest.exe</OutputFile>
|
| + <SuppressStartupBanner>true</SuppressStartupBanner>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + <ProgramDatabaseFile>.\x64\Debug/iotest.pdb</ProgramDatabaseFile>
|
| + <SubSystem>Console</SubSystem>
|
| + <TargetMachine>MachineX64</TargetMachine>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| + <Midl>
|
| + <TargetEnvironment>X64</TargetEnvironment>
|
| + <TypeLibraryName>.\x64\Release/iotest.tlb</TypeLibraryName>
|
| + </Midl>
|
| + <ClCompile>
|
| + <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| + <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + <StringPooling>true</StringPooling>
|
| + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
| + <DisableLanguageExtensions>true</DisableLanguageExtensions>
|
| + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
| + <PrecompiledHeaderOutputFile>.\x64\Release/iotest.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/iotest.exe</OutputFile>
|
| + <SuppressStartupBanner>true</SuppressStartupBanner>
|
| + <ProgramDatabaseFile>.\x64\Release/iotest.pdb</ProgramDatabaseFile>
|
| + <SubSystem>Console</SubSystem>
|
| + <TargetMachine>MachineX64</TargetMachine>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| + <ItemGroup>
|
| + <ClCompile Include="filetst.c" />
|
| + <ClCompile Include="iotest.cpp" />
|
| + <ClCompile Include="stream.cpp">
|
| + <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="strtst.c" />
|
| + <ClCompile Include="trnstst.c" />
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <ClInclude Include="iotest.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="..\..\io\io.vcxproj">
|
| + <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project>
|
| + <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
| + </ProjectReference>
|
| + <ProjectReference Include="..\..\tools\ctestfw\ctestfw.vcxproj">
|
| + <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project>
|
| + <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
| + </ProjectReference>
|
| + </ItemGroup>
|
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| + <ImportGroup Label="ExtensionTargets">
|
| + </ImportGroup>
|
| </Project>
|
|
|