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