1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="iotest" 6 ProjectGUID="{E4993E82-D68A-46CA-BAE0-9D35E172E46F}" 7 TargetFrameworkVersion="131072" 8 > 9 <Platforms> 10 <Platform 11 Name="Win32" 12 /> 13 <Platform 14 Name="x64" 15 /> 16 </Platforms> 17 <ToolFiles> 18 </ToolFiles> 19 <Configurations> 20 <Configuration 21 Name="Debug|Win32" 22 OutputDirectory=".\x86\Debug" 23 IntermediateDirectory=".\x86\Debug" 24 ConfigurationType="1" 25 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 26 UseOfMFC="0" 27 ATLMinimizesCRunTimeLibraryUsage="false" 28 CharacterSet="2" 29 > 30 <Tool 31 Name="VCPreBuildEventTool" 32 /> 33 <Tool 34 Name="VCCustomBuildTool" 35 /> 36 <Tool 37 Name="VCXMLDataGeneratorTool" 38 /> 39 <Tool 40 Name="VCWebServiceProxyGeneratorTool" 41 /> 42 <Tool 43 Name="VCMIDLTool" 44 TypeLibraryName=".\x86\Debug/iotest.tlb" 45 HeaderFileName="" 46 /> 47 <Tool 48 Name="VCCLCompilerTool" 49 Optimization="0" 50 AdditionalIncludeDirectories="..\..\..\include;..\..\tools\ctestfw;..\..\common" 51 PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE" 52 BasicRuntimeChecks="3" 53 RuntimeLibrary="3" 54 BufferSecurityCheck="true" 55 DisableLanguageExtensions="true" 56 TreatWChar_tAsBuiltInType="true" 57 PrecompiledHeaderFile=".\x86\Debug/iotest.pch" 58 AssemblerListingLocation=".\x86\Debug/" 59 ObjectFile=".\x86\Debug/" 60 ProgramDataBaseFileName=".\x86\Debug/" 61 BrowseInformation="1" 62 WarningLevel="3" 63 SuppressStartupBanner="true" 64 DebugInformationFormat="4" 65 CompileAs="0" 66 /> 67 <Tool 68 Name="VCManagedResourceCompilerTool" 69 /> 70 <Tool 71 Name="VCResourceCompilerTool" 72 PreprocessorDefinitions="_DEBUG" 73 Culture="1033" 74 /> 75 <Tool 76 Name="VCPreLinkEventTool" 77 /> 78 <Tool 79 Name="VCLinkerTool" 80 OutputFile=".\x86\Debug/iotest.exe" 81 LinkIncremental="0" 82 SuppressStartupBanner="true" 83 GenerateDebugInformation="true" 84 ProgramDatabaseFile=".\x86\Debug/iotest.pdb" 85 SubSystem="1" 86 RandomizedBaseAddress="1" 87 DataExecutionPrevention="0" 88 TargetMachine="1" 89 /> 90 <Tool 91 Name="VCALinkTool" 92 /> 93 <Tool 94 Name="VCManifestTool" 95 UseFAT32Workaround="true" 96 /> 97 <Tool 98 Name="VCXDCMakeTool" 99 /> 100 <Tool 101 Name="VCBscMakeTool" 102 /> 103 <Tool 104 Name="VCFxCopTool" 105 /> 106 <Tool 107 Name="VCAppVerifierTool" 108 /> 109 <Tool 110 Name="VCPostBuildEventTool" 111 /> 112 </Configuration> 113 <Configuration 114 Name="Release|Win32" 115 OutputDirectory=".\x86\Release" 116 IntermediateDirectory=".\x86\Release" 117 ConfigurationType="1" 118 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 119 UseOfMFC="0" 120 ATLMinimizesCRunTimeLibraryUsage="false" 121 CharacterSet="2" 122 > 123 <Tool 124 Name="VCPreBuildEventTool" 125 /> 126 <Tool 127 Name="VCCustomBuildTool" 128 /> 129 <Tool 130 Name="VCXMLDataGeneratorTool" 131 /> 132 <Tool 133 Name="VCWebServiceProxyGeneratorTool" 134 /> 135 <Tool 136 Name="VCMIDLTool" 137 TypeLibraryName=".\x86\Release/iotest.tlb" 138 /> 139 <Tool 140 Name="VCCLCompilerTool" 141 AdditionalIncludeDirectories="..\..\..\include;..\..\tools\ctestfw;..\..\common" 142 PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE" 143 StringPooling="true" 144 RuntimeLibrary="2" 145 DisableLanguageExtensions="true" 146 TreatWChar_tAsBuiltInType="true" 147 PrecompiledHeaderFile=".\x86\Release/iotest.pch" 148 AssemblerListingLocation=".\x86\Release/" 149 ObjectFile=".\x86\Release/" 150 ProgramDataBaseFileName=".\x86\Release/" 151 WarningLevel="3" 152 SuppressStartupBanner="true" 153 CompileAs="0" 154 /> 155 <Tool 156 Name="VCManagedResourceCompilerTool" 157 /> 158 <Tool 159 Name="VCResourceCompilerTool" 160 PreprocessorDefinitions="NDEBUG" 161 Culture="1033" 162 /> 163 <Tool 164 Name="VCPreLinkEventTool" 165 /> 166 <Tool 167 Name="VCLinkerTool" 168 OutputFile=".\x86\Release/iotest.exe" 169 LinkIncremental="1" 170 SuppressStartupBanner="true" 171 ProgramDatabaseFile=".\x86\Release/iotest.pdb" 172 SubSystem="1" 173 RandomizedBaseAddress="1" 174 DataExecutionPrevention="0" 175 TargetMachine="1" 176 /> 177 <Tool 178 Name="VCALinkTool" 179 /> 180 <Tool 181 Name="VCManifestTool" 182 /> 183 <Tool 184 Name="VCXDCMakeTool" 185 /> 186 <Tool 187 Name="VCBscMakeTool" 188 /> 189 <Tool 190 Name="VCFxCopTool" 191 /> 192 <Tool 193 Name="VCAppVerifierTool" 194 /> 195 <Tool 196 Name="VCPostBuildEventTool" 197 /> 198 </Configuration> 199 <Configuration 200 Name="Debug|x64" 201 OutputDirectory=".\x64\Debug" 202 IntermediateDirectory=".\x64\Debug" 203 ConfigurationType="1" 204 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 205 UseOfMFC="0" 206 ATLMinimizesCRunTimeLibraryUsage="false" 207 CharacterSet="2" 208 > 209 <Tool 210 Name="VCPreBuildEventTool" 211 /> 212 <Tool 213 Name="VCCustomBuildTool" 214 /> 215 <Tool 216 Name="VCXMLDataGeneratorTool" 217 /> 218 <Tool 219 Name="VCWebServiceProxyGeneratorTool" 220 /> 221 <Tool 222 Name="VCMIDLTool" 223 TargetEnvironment="3" 224 TypeLibraryName=".\x64\Debug/iotest.tlb" 225 HeaderFileName="" 226 /> 227 <Tool 228 Name="VCCLCompilerTool" 229 Optimization="0" 230 AdditionalIncludeDirectories="..\..\..\include;..\..\tools\ctestfw;..\..\common" 231 PreprocessorDefinitions="WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE" 232 BasicRuntimeChecks="3" 233 RuntimeLibrary="3" 234 BufferSecurityCheck="true" 235 DisableLanguageExtensions="true" 236 TreatWChar_tAsBuiltInType="true" 237 PrecompiledHeaderFile=".\x64\Debug/iotest.pch" 238 AssemblerListingLocation=".\x64\Debug/" 239 ObjectFile=".\x64\Debug/" 240 ProgramDataBaseFileName=".\x64\Debug/" 241 BrowseInformation="1" 242 WarningLevel="3" 243 SuppressStartupBanner="true" 244 DebugInformationFormat="3" 245 CompileAs="0" 246 /> 247 <Tool 248 Name="VCManagedResourceCompilerTool" 249 /> 250 <Tool 251 Name="VCResourceCompilerTool" 252 PreprocessorDefinitions="_DEBUG" 253 Culture="1033" 254 /> 255 <Tool 256 Name="VCPreLinkEventTool" 257 /> 258 <Tool 259 Name="VCLinkerTool" 260 OutputFile=".\x64\Debug/iotest.exe" 261 LinkIncremental="0" 262 SuppressStartupBanner="true" 263 GenerateDebugInformation="true" 264 ProgramDatabaseFile=".\x64\Debug/iotest.pdb" 265 SubSystem="1" 266 TargetMachine="17" 267 /> 268 <Tool 269 Name="VCALinkTool" 270 /> 271 <Tool 272 Name="VCManifestTool" 273 UseFAT32Workaround="true" 274 /> 275 <Tool 276 Name="VCXDCMakeTool" 277 /> 278 <Tool 279 Name="VCBscMakeTool" 280 /> 281 <Tool 282 Name="VCFxCopTool" 283 /> 284 <Tool 285 Name="VCAppVerifierTool" 286 /> 287 <Tool 288 Name="VCWebDeploymentTool" 289 /> 290 <Tool 291 Name="VCPostBuildEventTool" 292 /> 293 </Configuration> 294 <Configuration 295 Name="Release|x64" 296 OutputDirectory=".\x64\Release" 297 IntermediateDirectory=".\x64\Release" 298 ConfigurationType="1" 299 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 300 UseOfMFC="0" 301 ATLMinimizesCRunTimeLibraryUsage="false" 302 CharacterSet="2" 303 > 304 <Tool 305 Name="VCPreBuildEventTool" 306 /> 307 <Tool 308 Name="VCCustomBuildTool" 309 /> 310 <Tool 311 Name="VCXMLDataGeneratorTool" 312 /> 313 <Tool 314 Name="VCWebServiceProxyGeneratorTool" 315 /> 316 <Tool 317 Name="VCMIDLTool" 318 TargetEnvironment="3" 319 TypeLibraryName=".\x64\Release/iotest.tlb" 320 /> 321 <Tool 322 Name="VCCLCompilerTool" 323 AdditionalIncludeDirectories="..\..\..\include;..\..\tools\ctestfw;..\..\common" 324 PreprocessorDefinitions="WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE" 325 StringPooling="true" 326 RuntimeLibrary="2" 327 DisableLanguageExtensions="true" 328 TreatWChar_tAsBuiltInType="true" 329 PrecompiledHeaderFile=".\x64\Release/iotest.pch" 330 AssemblerListingLocation=".\x64\Release/" 331 ObjectFile=".\x64\Release/" 332 ProgramDataBaseFileName=".\x64\Release/" 333 WarningLevel="3" 334 SuppressStartupBanner="true" 335 CompileAs="0" 336 /> 337 <Tool 338 Name="VCManagedResourceCompilerTool" 339 /> 340 <Tool 341 Name="VCResourceCompilerTool" 342 PreprocessorDefinitions="NDEBUG" 343 Culture="1033" 344 /> 345 <Tool 346 Name="VCPreLinkEventTool" 347 /> 348 <Tool 349 Name="VCLinkerTool" 350 OutputFile=".\x64\Release/iotest.exe" 351 LinkIncremental="1" 352 SuppressStartupBanner="true" 353 ProgramDatabaseFile=".\x64\Release/iotest.pdb" 354 SubSystem="1" 355 TargetMachine="17" 356 /> 357 <Tool 358 Name="VCALinkTool" 359 /> 360 <Tool 361 Name="VCManifestTool" 362 /> 363 <Tool 364 Name="VCXDCMakeTool" 365 /> 366 <Tool 367 Name="VCBscMakeTool" 368 /> 369 <Tool 370 Name="VCFxCopTool" 371 /> 372 <Tool 373 Name="VCAppVerifierTool" 374 /> 375 <Tool 376 Name="VCWebDeploymentTool" 377 /> 378 <Tool 379 Name="VCPostBuildEventTool" 380 /> 381 </Configuration> 382 </Configurations> 383 <References> 384 </References> 385 <Files> 386 <Filter 387 Name="Source Files" 388 Filter="cpp;c;cxx" 389 > 390 <File 391 RelativePath=".\filetst.c" 392 > 393 </File> 394 <File 395 RelativePath=".\iotest.cpp" 396 > 397 </File> 398 <File 399 RelativePath=".\stream.cpp" 400 > 401 <FileConfiguration 402 Name="Debug|Win32" 403 > 404 <Tool 405 Name="VCCLCompilerTool" 406 DisableLanguageExtensions="false" 407 /> 408 </FileConfiguration> 409 <FileConfiguration 410 Name="Release|Win32" 411 > 412 <Tool 413 Name="VCCLCompilerTool" 414 DisableLanguageExtensions="false" 415 /> 416 </FileConfiguration> 417 <FileConfiguration 418 Name="Debug|x64" 419 > 420 <Tool 421 Name="VCCLCompilerTool" 422 DisableLanguageExtensions="false" 423 /> 424 </FileConfiguration> 425 <FileConfiguration 426 Name="Release|x64" 427 > 428 <Tool 429 Name="VCCLCompilerTool" 430 DisableLanguageExtensions="false" 431 /> 432 </FileConfiguration> 433 </File> 434 <File 435 RelativePath=".\strtst.c" 436 > 437 </File> 438 <File 439 RelativePath=".\trnstst.c" 440 > 441 </File> 442 </Filter> 443 <Filter 444 Name="Header Files" 445 Filter="h;hpp;hxx" 446 > 447 <File 448 RelativePath=".\iotest.h" 449 > 450 </File> 451 </Filter> 452 </Files> 453 <Globals> 454 </Globals> 455 </VisualStudioProject> 456