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