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>{77C78066-746F-4EA6-B3FE-B8C8A4A97891}</ProjectGuid> 23 <RootNamespace>gentest</RootNamespace> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Release|Win32'">.\x86\Release\</OutDir> 73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 78 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 81 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 82 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 83 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 84 </PropertyGroup> 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 86 <Midl> 87 <TypeLibraryName>.\x86\Release/gentest.tlb</TypeLibraryName> 88 </Midl> 89 <ClCompile> 90 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 91 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 92 <StringPooling>true</StringPooling> 93 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 94 <FunctionLevelLinking>true</FunctionLevelLinking> 95 <DisableLanguageExtensions>true</DisableLanguageExtensions> 96 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 97 <PrecompiledHeaderOutputFile>.\x86\Release/gentest.pch</PrecompiledHeaderOutputFile> 98 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 99 <ObjectFileName>.\x86\Release/</ObjectFileName> 100 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 101 <WarningLevel>Level3</WarningLevel> 102 <SuppressStartupBanner>true</SuppressStartupBanner> 103 <CompileAs>Default</CompileAs> 104 </ClCompile> 105 <ResourceCompile> 106 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 107 <Culture>0x0409</Culture> 108 </ResourceCompile> 109 <Link> 110 <OutputFile>.\x86\Release/gentest.exe</OutputFile> 111 <SuppressStartupBanner>true</SuppressStartupBanner> 112 <ProgramDatabaseFile>.\x86\Release/gentest.pdb</ProgramDatabaseFile> 113 <SubSystem>Console</SubSystem> 114 <RandomizedBaseAddress>false</RandomizedBaseAddress> 115 <DataExecutionPrevention> 116 </DataExecutionPrevention> 117 </Link> 118 </ItemDefinitionGroup> 119 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 120 <Midl> 121 <TypeLibraryName>.\x86\Debug/gentest.tlb</TypeLibraryName> 122 </Midl> 123 <ClCompile> 124 <Optimization>Disabled</Optimization> 125 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 126 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 127 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 128 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 129 <BufferSecurityCheck>true</BufferSecurityCheck> 130 <DisableLanguageExtensions>true</DisableLanguageExtensions> 131 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 132 <PrecompiledHeaderOutputFile>.\x86\Debug/gentest.pch</PrecompiledHeaderOutputFile> 133 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 134 <ObjectFileName>.\x86\Debug/</ObjectFileName> 135 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 136 <BrowseInformation>true</BrowseInformation> 137 <WarningLevel>Level3</WarningLevel> 138 <SuppressStartupBanner>true</SuppressStartupBanner> 139 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 140 <CompileAs>Default</CompileAs> 141 </ClCompile> 142 <ResourceCompile> 143 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 144 <Culture>0x0409</Culture> 145 </ResourceCompile> 146 <Link> 147 <OutputFile>.\x86\Debug/gentest.exe</OutputFile> 148 <SuppressStartupBanner>true</SuppressStartupBanner> 149 <GenerateDebugInformation>true</GenerateDebugInformation> 150 <ProgramDatabaseFile>.\x86\Debug/gentest.pdb</ProgramDatabaseFile> 151 <SubSystem>Console</SubSystem> 152 <RandomizedBaseAddress>false</RandomizedBaseAddress> 153 <DataExecutionPrevention> 154 </DataExecutionPrevention> 155 </Link> 156 </ItemDefinitionGroup> 157 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 158 <Midl> 159 <TargetEnvironment>X64</TargetEnvironment> 160 <TypeLibraryName>.\x64\Release/gentest.tlb</TypeLibraryName> 161 </Midl> 162 <ClCompile> 163 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 164 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 165 <StringPooling>true</StringPooling> 166 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 167 <FunctionLevelLinking>true</FunctionLevelLinking> 168 <DisableLanguageExtensions>true</DisableLanguageExtensions> 169 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 170 <PrecompiledHeaderOutputFile>.\x64\Release/gentest.pch</PrecompiledHeaderOutputFile> 171 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 172 <ObjectFileName>.\x64\Release/</ObjectFileName> 173 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 174 <WarningLevel>Level3</WarningLevel> 175 <SuppressStartupBanner>true</SuppressStartupBanner> 176 <CompileAs>Default</CompileAs> 177 </ClCompile> 178 <ResourceCompile> 179 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 180 <Culture>0x0409</Culture> 181 </ResourceCompile> 182 <Link> 183 <OutputFile>.\x64\Release/gentest.exe</OutputFile> 184 <SuppressStartupBanner>true</SuppressStartupBanner> 185 <ProgramDatabaseFile>.\x64\Release/gentest.pdb</ProgramDatabaseFile> 186 <SubSystem>Console</SubSystem> 187 <TargetMachine>MachineX64</TargetMachine> 188 </Link> 189 </ItemDefinitionGroup> 190 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 191 <Midl> 192 <TargetEnvironment>X64</TargetEnvironment> 193 <TypeLibraryName>.\x64\Debug/gentest.tlb</TypeLibraryName> 194 </Midl> 195 <ClCompile> 196 <Optimization>Disabled</Optimization> 197 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 198 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 199 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 200 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 201 <BufferSecurityCheck>true</BufferSecurityCheck> 202 <DisableLanguageExtensions>true</DisableLanguageExtensions> 203 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 204 <PrecompiledHeaderOutputFile>.\x64\Debug/gentest.pch</PrecompiledHeaderOutputFile> 205 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 206 <ObjectFileName>.\x64\Debug/</ObjectFileName> 207 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 208 <BrowseInformation>true</BrowseInformation> 209 <WarningLevel>Level3</WarningLevel> 210 <SuppressStartupBanner>true</SuppressStartupBanner> 211 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 212 <CompileAs>Default</CompileAs> 213 </ClCompile> 214 <ResourceCompile> 215 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 216 <Culture>0x0409</Culture> 217 </ResourceCompile> 218 <Link> 219 <OutputFile>.\x64\Debug/gentest.exe</OutputFile> 220 <SuppressStartupBanner>true</SuppressStartupBanner> 221 <GenerateDebugInformation>true</GenerateDebugInformation> 222 <ProgramDatabaseFile>.\x64\Debug/gentest.pdb</ProgramDatabaseFile> 223 <SubSystem>Console</SubSystem> 224 <TargetMachine>MachineX64</TargetMachine> 225 </Link> 226 </ItemDefinitionGroup> 227 <ItemGroup> 228 <ClCompile Include="genres32.c" /> 229 <ClCompile Include="gentest.c" /> 230 </ItemGroup> 231 <ItemGroup> 232 <ClInclude Include="gentest.h" /> 233 </ItemGroup> 234 <ItemGroup> 235 <ProjectReference Include="..\..\common\common.vcxproj"> 236 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 237 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 238 </ProjectReference> 239 <ProjectReference Include="..\ctestfw\ctestfw.vcxproj"> 240 <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project> 241 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 242 </ProjectReference> 243 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> 244 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 245 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 246 </ProjectReference> 247 </ItemGroup> 248 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 249 <ImportGroup Label="ExtensionTargets"> 250 </ImportGroup> 251 </Project>