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>{E4993E82-D68A-46CA-BAE0-9D35E172E46F}</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'" /> 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'" /> 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/iotest.tlb</TypeLibraryName> 87 <HeaderFileName> 88 </HeaderFileName> 89 </Midl> 90 <ClCompile> 91 <Optimization>Disabled</Optimization> 92 <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 93 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 94 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 95 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 96 <BufferSecurityCheck>true</BufferSecurityCheck> 97 <DisableLanguageExtensions>true</DisableLanguageExtensions> 98 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 99 <PrecompiledHeaderOutputFile>.\x86\Debug/iotest.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>EditAndContinue</DebugInformationFormat> 107 <CompileAs>Default</CompileAs> 108 </ClCompile> 109 <ResourceCompile> 110 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 111 <Culture>0x0409</Culture> 112 </ResourceCompile> 113 <Link> 114 <OutputFile>.\x86\Debug/iotest.exe</OutputFile> 115 <SuppressStartupBanner>true</SuppressStartupBanner> 116 <GenerateDebugInformation>true</GenerateDebugInformation> 117 <ProgramDatabaseFile>.\x86\Debug/iotest.pdb</ProgramDatabaseFile> 118 <SubSystem>Console</SubSystem> 119 <RandomizedBaseAddress>false</RandomizedBaseAddress> 120 <DataExecutionPrevention> 121 </DataExecutionPrevention> 122 <TargetMachine>MachineX86</TargetMachine> 123 </Link> 124 </ItemDefinitionGroup> 125 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 126 <Midl> 127 <TypeLibraryName>.\x86\Release/iotest.tlb</TypeLibraryName> 128 </Midl> 129 <ClCompile> 130 <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 131 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 132 <StringPooling>true</StringPooling> 133 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 134 <DisableLanguageExtensions>true</DisableLanguageExtensions> 135 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 136 <PrecompiledHeaderOutputFile>.\x86\Release/iotest.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/iotest.exe</OutputFile> 150 <SuppressStartupBanner>true</SuppressStartupBanner> 151 <ProgramDatabaseFile>.\x86\Release/iotest.pdb</ProgramDatabaseFile> 152 <SubSystem>Console</SubSystem> 153 <RandomizedBaseAddress>false</RandomizedBaseAddress> 154 <DataExecutionPrevention> 155 </DataExecutionPrevention> 156 <TargetMachine>MachineX86</TargetMachine> 157 </Link> 158 </ItemDefinitionGroup> 159 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 160 <Midl> 161 <TargetEnvironment>X64</TargetEnvironment> 162 <TypeLibraryName>.\x64\Debug/iotest.tlb</TypeLibraryName> 163 <HeaderFileName> 164 </HeaderFileName> 165 </Midl> 166 <ClCompile> 167 <Optimization>Disabled</Optimization> 168 <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 169 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 170 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 171 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 172 <BufferSecurityCheck>true</BufferSecurityCheck> 173 <DisableLanguageExtensions>true</DisableLanguageExtensions> 174 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 175 <PrecompiledHeaderOutputFile>.\x64\Debug/iotest.pch</PrecompiledHeaderOutputFile> 176 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 177 <ObjectFileName>.\x64\Debug/</ObjectFileName> 178 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 179 <BrowseInformation>true</BrowseInformation> 180 <WarningLevel>Level3</WarningLevel> 181 <SuppressStartupBanner>true</SuppressStartupBanner> 182 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 183 <CompileAs>Default</CompileAs> 184 </ClCompile> 185 <ResourceCompile> 186 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 187 <Culture>0x0409</Culture> 188 </ResourceCompile> 189 <Link> 190 <OutputFile>.\x64\Debug/iotest.exe</OutputFile> 191 <SuppressStartupBanner>true</SuppressStartupBanner> 192 <GenerateDebugInformation>true</GenerateDebugInformation> 193 <ProgramDatabaseFile>.\x64\Debug/iotest.pdb</ProgramDatabaseFile> 194 <SubSystem>Console</SubSystem> 195 <TargetMachine>MachineX64</TargetMachine> 196 </Link> 197 </ItemDefinitionGroup> 198 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 199 <Midl> 200 <TargetEnvironment>X64</TargetEnvironment> 201 <TypeLibraryName>.\x64\Release/iotest.tlb</TypeLibraryName> 202 </Midl> 203 <ClCompile> 204 <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 205 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 206 <StringPooling>true</StringPooling> 207 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 208 <DisableLanguageExtensions>true</DisableLanguageExtensions> 209 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 210 <PrecompiledHeaderOutputFile>.\x64\Release/iotest.pch</PrecompiledHeaderOutputFile> 211 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 212 <ObjectFileName>.\x64\Release/</ObjectFileName> 213 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 214 <WarningLevel>Level3</WarningLevel> 215 <SuppressStartupBanner>true</SuppressStartupBanner> 216 <CompileAs>Default</CompileAs> 217 </ClCompile> 218 <ResourceCompile> 219 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 220 <Culture>0x0409</Culture> 221 </ResourceCompile> 222 <Link> 223 <OutputFile>.\x64\Release/iotest.exe</OutputFile> 224 <SuppressStartupBanner>true</SuppressStartupBanner> 225 <ProgramDatabaseFile>.\x64\Release/iotest.pdb</ProgramDatabaseFile> 226 <SubSystem>Console</SubSystem> 227 <TargetMachine>MachineX64</TargetMachine> 228 </Link> 229 </ItemDefinitionGroup> 230 <ItemGroup> 231 <ClCompile Include="filetst.c" /> 232 <ClCompile Include="iotest.cpp" /> 233 <ClCompile Include="stream.cpp"> 234 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> 235 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> 236 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> 237 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> 238 </ClCompile> 239 <ClCompile Include="strtst.c" /> 240 <ClCompile Include="trnstst.c" /> 241 </ItemGroup> 242 <ItemGroup> 243 <ClInclude Include="iotest.h" /> 244 </ItemGroup> 245 <ItemGroup> 246 <ProjectReference Include="..\..\common\common.vcxproj"> 247 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 248 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 249 </ProjectReference> 250 <ProjectReference Include="..\..\i18n\i18n.vcxproj"> 251 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 252 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 253 </ProjectReference> 254 <ProjectReference Include="..\..\io\io.vcxproj"> 255 <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project> 256 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 257 </ProjectReference> 258 <ProjectReference Include="..\..\tools\ctestfw\ctestfw.vcxproj"> 259 <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project> 260 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 261 </ProjectReference> 262 </ItemGroup> 263 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 264 <ImportGroup Label="ExtensionTargets"> 265 </ImportGroup> 266</Project>