Home | History | Annotate | Download | only in tests
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="12.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="Release|Win32">
      9       <Configuration>Release</Configuration>
     10       <Platform>Win32</Platform>
     11     </ProjectConfiguration>
     12   </ItemGroup>
     13   <PropertyGroup Label="Globals">
     14     <SccProjectName />
     15     <SccLocalPath />
     16     <ProjectGuid>{63D6D820-B526-4A5F-9605-9B8551FAC591}</ProjectGuid>
     17   </PropertyGroup>
     18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     20     <ConfigurationType>Application</ConfigurationType>
     21     <PlatformToolset>v120</PlatformToolset>
     22     <UseOfMfc>false</UseOfMfc>
     23     <CharacterSet>MultiByte</CharacterSet>
     24   </PropertyGroup>
     25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     26     <ConfigurationType>Application</ConfigurationType>
     27     <PlatformToolset>v120</PlatformToolset>
     28     <UseOfMfc>false</UseOfMfc>
     29     <CharacterSet>MultiByte</CharacterSet>
     30   </PropertyGroup>
     31   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     32   <ImportGroup Label="ExtensionSettings">
     33   </ImportGroup>
     34   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     35     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     36     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
     37   </ImportGroup>
     38   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     39     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     40     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
     41   </ImportGroup>
     42   <PropertyGroup Label="UserMacros" />
     43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     44     <OutDir>.\Release\</OutDir>
     45     <IntDir>.\Release\</IntDir>
     46     <LinkIncremental>false</LinkIncremental>
     47   </PropertyGroup>
     48   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     49     <OutDir>.\Debug\</OutDir>
     50     <IntDir>.\Debug\</IntDir>
     51     <LinkIncremental>true</LinkIncremental>
     52   </PropertyGroup>
     53   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     54     <ClCompile>
     55       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
     56       <InlineFunctionExpansion>Default</InlineFunctionExpansion>
     57       <StringPooling>true</StringPooling>
     58       <FunctionLevelLinking>true</FunctionLevelLinking>
     59       <Optimization>MaxSpeed</Optimization>
     60       <SuppressStartupBanner>true</SuppressStartupBanner>
     61       <WarningLevel>Level3</WarningLevel>
     62       <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     63       <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     64       <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
     65       <PrecompiledHeaderOutputFile>.\Release\runtests.pch</PrecompiledHeaderOutputFile>
     66       <ObjectFileName>.\Release\</ObjectFileName>
     67       <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
     68     </ClCompile>
     69     <Midl>
     70       <TypeLibraryName>.\Release\runtests.tlb</TypeLibraryName>
     71     </Midl>
     72     <ResourceCompile>
     73       <Culture>0x1009</Culture>
     74       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     75     </ResourceCompile>
     76     <Bscmake>
     77       <SuppressStartupBanner>true</SuppressStartupBanner>
     78       <OutputFile>.\Release\runtests.bsc</OutputFile>
     79     </Bscmake>
     80     <Link>
     81       <SuppressStartupBanner>true</SuppressStartupBanner>
     82       <SubSystem>Console</SubSystem>
     83       <OutputFile>.\Release\runtests.exe</OutputFile>
     84       <AdditionalLibraryDirectories>..\win32\bin\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
     85       <AdditionalDependencies>libexpatMT.lib;libexpat.exp;%(AdditionalDependencies)</AdditionalDependencies>
     86     </Link>
     87   </ItemDefinitionGroup>
     88   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     89     <ClCompile>
     90       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     91       <InlineFunctionExpansion>Default</InlineFunctionExpansion>
     92       <FunctionLevelLinking>true</FunctionLevelLinking>
     93       <Optimization>Disabled</Optimization>
     94       <SuppressStartupBanner>true</SuppressStartupBanner>
     95       <WarningLevel>Level3</WarningLevel>
     96       <MinimalRebuild>true</MinimalRebuild>
     97       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
     98       <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     99       <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    100       <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
    101       <PrecompiledHeaderOutputFile>.\Debug\runtests.pch</PrecompiledHeaderOutputFile>
    102       <ObjectFileName>.\Debug\</ObjectFileName>
    103       <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
    104       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    105     </ClCompile>
    106     <Midl>
    107       <TypeLibraryName>.\Debug\runtests.tlb</TypeLibraryName>
    108     </Midl>
    109     <ResourceCompile>
    110       <Culture>0x1009</Culture>
    111       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    112     </ResourceCompile>
    113     <Bscmake>
    114       <SuppressStartupBanner>true</SuppressStartupBanner>
    115       <OutputFile>.\Debug\runtests.bsc</OutputFile>
    116     </Bscmake>
    117     <Link>
    118       <SuppressStartupBanner>true</SuppressStartupBanner>
    119       <GenerateDebugInformation>true</GenerateDebugInformation>
    120       <SubSystem>Console</SubSystem>
    121       <OutputFile>.\Debug\runtests.exe</OutputFile>
    122       <AdditionalLibraryDirectories>..\win32\bin\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    123       <AdditionalDependencies>libexpatMT.lib;libexpat.exp;%(AdditionalDependencies)</AdditionalDependencies>
    124     </Link>
    125   </ItemDefinitionGroup>
    126   <ItemGroup>
    127     <ClCompile Include="chardata.c" />
    128     <ClCompile Include="minicheck.c" />
    129     <ClCompile Include="memcheck.c" />
    130     <ClCompile Include="runtests.c" />
    131     <ClCompile Include="structdata.c" />
    132   </ItemGroup>
    133   <ItemGroup>
    134     <ClInclude Include="chardata.h" />
    135     <ClInclude Include="minicheck.h" />
    136     <ClInclude Include="memcheck.h" />
    137     <ClInclude Include="structdata.h" />
    138   </ItemGroup>
    139   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    140   <ImportGroup Label="ExtensionTargets">
    141   </ImportGroup>
    142 </Project>