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    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
24  </PropertyGroup>
25  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27    <ConfigurationType>Application</ConfigurationType>
28    <UseOfMfc>false</UseOfMfc>
29    <CharacterSet>MultiByte</CharacterSet>
30    <PlatformToolset>v140</PlatformToolset>
31  </PropertyGroup>
32  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33    <ConfigurationType>Application</ConfigurationType>
34    <UseOfMfc>false</UseOfMfc>
35    <CharacterSet>MultiByte</CharacterSet>
36    <PlatformToolset>v140</PlatformToolset>
37  </PropertyGroup>
38  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39    <ConfigurationType>Application</ConfigurationType>
40    <UseOfMfc>false</UseOfMfc>
41    <CharacterSet>MultiByte</CharacterSet>
42    <PlatformToolset>v140</PlatformToolset>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45    <ConfigurationType>Application</ConfigurationType>
46    <UseOfMfc>false</UseOfMfc>
47    <CharacterSet>MultiByte</CharacterSet>
48    <PlatformToolset>v140</PlatformToolset>
49  </PropertyGroup>
50  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51  <ImportGroup Label="ExtensionSettings">
52  </ImportGroup>
53  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
56  </ImportGroup>
57  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
58    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
60  </ImportGroup>
61  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
62    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
64  </ImportGroup>
65  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
66    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
68  </ImportGroup>
69  <PropertyGroup Label="UserMacros" />
70  <PropertyGroup>
71    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
72    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
73    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
74    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
75    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
76    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
77    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
78    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
79    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
80    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
81    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
82    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
83    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
84  </PropertyGroup>
85  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86    <Midl>
87      <TypeLibraryName>.\x86\Debug/iotest.tlb</TypeLibraryName>
88      <HeaderFileName>
89      </HeaderFileName>
90    </Midl>
91    <ClCompile>
92      <Optimization>Disabled</Optimization>
93      <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
94      <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
96      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
97      <BufferSecurityCheck>true</BufferSecurityCheck>
98      <DisableLanguageExtensions>true</DisableLanguageExtensions>
99      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
100      <PrecompiledHeaderOutputFile>.\x86\Debug/iotest.pch</PrecompiledHeaderOutputFile>
101      <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
102      <ObjectFileName>.\x86\Debug/</ObjectFileName>
103      <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
104      <BrowseInformation>true</BrowseInformation>
105      <WarningLevel>Level3</WarningLevel>
106      <SuppressStartupBanner>true</SuppressStartupBanner>
107      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
108      <CompileAs>Default</CompileAs>
109      <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
110    </ClCompile>
111    <ResourceCompile>
112      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113      <Culture>0x0409</Culture>
114    </ResourceCompile>
115    <Link>
116      <OutputFile>.\x86\Debug/iotest.exe</OutputFile>
117      <SuppressStartupBanner>true</SuppressStartupBanner>
118      <GenerateDebugInformation>true</GenerateDebugInformation>
119      <ProgramDatabaseFile>.\x86\Debug/iotest.pdb</ProgramDatabaseFile>
120      <SubSystem>Console</SubSystem>
121      <RandomizedBaseAddress>false</RandomizedBaseAddress>
122      <DataExecutionPrevention>
123      </DataExecutionPrevention>
124      <TargetMachine>MachineX86</TargetMachine>
125    </Link>
126  </ItemDefinitionGroup>
127  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
128    <Midl>
129      <TypeLibraryName>.\x86\Release/iotest.tlb</TypeLibraryName>
130    </Midl>
131    <ClCompile>
132      <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
133      <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
134      <StringPooling>true</StringPooling>
135      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
136      <DisableLanguageExtensions>true</DisableLanguageExtensions>
137      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
138      <PrecompiledHeaderOutputFile>.\x86\Release/iotest.pch</PrecompiledHeaderOutputFile>
139      <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
140      <ObjectFileName>.\x86\Release/</ObjectFileName>
141      <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
142      <WarningLevel>Level3</WarningLevel>
143      <SuppressStartupBanner>true</SuppressStartupBanner>
144      <CompileAs>Default</CompileAs>
145      <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
146    </ClCompile>
147    <ResourceCompile>
148      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
149      <Culture>0x0409</Culture>
150    </ResourceCompile>
151    <Link>
152      <OutputFile>.\x86\Release/iotest.exe</OutputFile>
153      <SuppressStartupBanner>true</SuppressStartupBanner>
154      <ProgramDatabaseFile>.\x86\Release/iotest.pdb</ProgramDatabaseFile>
155      <SubSystem>Console</SubSystem>
156      <RandomizedBaseAddress>false</RandomizedBaseAddress>
157      <DataExecutionPrevention>
158      </DataExecutionPrevention>
159      <TargetMachine>MachineX86</TargetMachine>
160    </Link>
161  </ItemDefinitionGroup>
162  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
163    <Midl>
164      <TargetEnvironment>X64</TargetEnvironment>
165      <TypeLibraryName>.\x64\Debug/iotest.tlb</TypeLibraryName>
166      <HeaderFileName>
167      </HeaderFileName>
168    </Midl>
169    <ClCompile>
170      <Optimization>Disabled</Optimization>
171      <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
172      <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
173      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
174      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
175      <BufferSecurityCheck>true</BufferSecurityCheck>
176      <DisableLanguageExtensions>true</DisableLanguageExtensions>
177      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
178      <PrecompiledHeaderOutputFile>.\x64\Debug/iotest.pch</PrecompiledHeaderOutputFile>
179      <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
180      <ObjectFileName>.\x64\Debug/</ObjectFileName>
181      <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
182      <BrowseInformation>true</BrowseInformation>
183      <WarningLevel>Level3</WarningLevel>
184      <SuppressStartupBanner>true</SuppressStartupBanner>
185      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
186      <CompileAs>Default</CompileAs>
187      <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
188    </ClCompile>
189    <ResourceCompile>
190      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
191      <Culture>0x0409</Culture>
192    </ResourceCompile>
193    <Link>
194      <OutputFile>.\x64\Debug/iotest.exe</OutputFile>
195      <SuppressStartupBanner>true</SuppressStartupBanner>
196      <GenerateDebugInformation>true</GenerateDebugInformation>
197      <ProgramDatabaseFile>.\x64\Debug/iotest.pdb</ProgramDatabaseFile>
198      <SubSystem>Console</SubSystem>
199      <TargetMachine>MachineX64</TargetMachine>
200    </Link>
201  </ItemDefinitionGroup>
202  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
203    <Midl>
204      <TargetEnvironment>X64</TargetEnvironment>
205      <TypeLibraryName>.\x64\Release/iotest.tlb</TypeLibraryName>
206    </Midl>
207    <ClCompile>
208      <AdditionalIncludeDirectories>..\..\..\include;..\..\tools\ctestfw;..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
209      <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
210      <StringPooling>true</StringPooling>
211      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
212      <DisableLanguageExtensions>true</DisableLanguageExtensions>
213      <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
214      <PrecompiledHeaderOutputFile>.\x64\Release/iotest.pch</PrecompiledHeaderOutputFile>
215      <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
216      <ObjectFileName>.\x64\Release/</ObjectFileName>
217      <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
218      <WarningLevel>Level3</WarningLevel>
219      <SuppressStartupBanner>true</SuppressStartupBanner>
220      <CompileAs>Default</CompileAs>
221      <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
222    </ClCompile>
223    <ResourceCompile>
224      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
225      <Culture>0x0409</Culture>
226    </ResourceCompile>
227    <Link>
228      <OutputFile>.\x64\Release/iotest.exe</OutputFile>
229      <SuppressStartupBanner>true</SuppressStartupBanner>
230      <ProgramDatabaseFile>.\x64\Release/iotest.pdb</ProgramDatabaseFile>
231      <SubSystem>Console</SubSystem>
232      <TargetMachine>MachineX64</TargetMachine>
233    </Link>
234  </ItemDefinitionGroup>
235  <ItemGroup>
236    <ClCompile Include="filetst.c" />
237    <ClCompile Include="iotest.cpp" />
238    <ClCompile Include="stream.cpp">
239      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions>
240      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions>
241      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions>
242      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions>
243    </ClCompile>
244    <ClCompile Include="strtst.c" />
245    <ClCompile Include="trnstst.c" />
246  </ItemGroup>
247  <ItemGroup>
248    <ClInclude Include="iotest.h" />
249  </ItemGroup>
250  <ItemGroup>
251    <ProjectReference Include="..\..\common\common.vcxproj">
252      <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
253      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
254    </ProjectReference>
255    <ProjectReference Include="..\..\i18n\i18n.vcxproj">
256      <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
257      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
258    </ProjectReference>
259    <ProjectReference Include="..\..\io\io.vcxproj">
260      <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project>
261      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
262    </ProjectReference>
263    <ProjectReference Include="..\..\tools\ctestfw\ctestfw.vcxproj">
264      <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project>
265      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
266    </ProjectReference>
267  </ItemGroup>
268  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
269  <ImportGroup Label="ExtensionTargets">
270  </ImportGroup>
271</Project>
272