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