﻿<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{913088F6-37C0-4195-80E9-548C7C5303CB}</ProjectGuid>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseOfMfc>false</UseOfMfc>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseOfMfc>false</UseOfMfc>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\cpputest_build\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\cpputest_build\Release\$(ProjectName)\</IntDir>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\cpputest_build\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\cpputest_build\Debug\$(ProjectName)\</IntDir>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <Midl>
      <TypeLibraryName>.\Release/AllTests.tlb</TypeLibraryName>
      <HeaderFileName>
      </HeaderFileName>
    </Midl>
    <ClCompile>
      <Optimization>MaxSpeed</Optimization>
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;CPPUTEST_USE_LONG_LONG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <StringPooling>true</StringPooling>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <WarningLevel>Level3</WarningLevel>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <AdditionalIncludeDirectories>..\include;..\include\CppUTestExt\CppUTestGTest;..\include\CppUTestExt\CppUTestGMock;..\include\Platforms\VisualCpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <DebugInformationFormat>OldStyle</DebugInformationFormat>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <Culture>0x0409</Culture>
    </ResourceCompile>
    <Link>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <SubSystem>Console</SubSystem>
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
      <DataExecutionPrevention>
      </DataExecutionPrevention>
      <TargetMachine>MachineX86</TargetMachine>
    </Link>
    <Bscmake>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <OutputFile>.\Release/AllTests.bsc</OutputFile>
    </Bscmake>
    <PostBuildEvent>
      <Command>"$(TargetPath)"</Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <Midl>
      <TypeLibraryName>.\Debug/AllTests.tlb</TypeLibraryName>
      <HeaderFileName>
      </HeaderFileName>
    </Midl>
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <AdditionalIncludeDirectories>..\include;..\include\CppUTestExt\CppUTestGTest;..\include\CppUTestExt\CppUTestGMock;..\include\Platforms\VisualCpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>_CONSOLE;WIN32;_DEBUG;CPPUTEST_USE_LONG_LONG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
      <BrowseInformation>true</BrowseInformation>
      <WarningLevel>Level3</WarningLevel>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    </ClCompile>
    <ResourceCompile>
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <Culture>0x0409</Culture>
    </ResourceCompile>
    <Link>
      <AdditionalDependencies>
      </AdditionalDependencies>
      <SuppressStartupBanner>true</SuppressStartupBanner>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <SubSystem>Console</SubSystem>
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
      <DataExecutionPrevention>
      </DataExecutionPrevention>
      <TargetMachine>MachineX86</TargetMachine>
    </Link>
    <Bscmake>
      <SuppressStartupBanner>true</SuppressStartupBanner>
    </Bscmake>
    <PostBuildEvent>
      <Command>"$(TargetPath)"</Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ProjectReference Include="..\CppUTest.vcxproj">
      <Project>{f468f539-27bd-468e-be64-dde641400b51}</Project>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
      <Private>false</Private>
      <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
      <LinkLibraryDependencies>true</LinkLibraryDependencies>
      <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="AllocationInCFile.c" />
    <ClCompile Include="AllocationInCppFile.cpp" />
    <ClCompile Include="AllocLetTestFree.c" />
    <ClCompile Include="AllocLetTestFreeTest.cpp" />
    <ClCompile Include="CheatSheetTest.cpp" />
    <ClCompile Include="CommandLineArgumentsTest.cpp" />
    <ClCompile Include="CommandLineTestRunnerTest.cpp" />
    <ClCompile Include="CppUTestExt\AllTests.cpp" />
    <ClCompile Include="CppUTestExt\CodeMemoryReporterTest.cpp" />
    <ClCompile Include="CppUTestExt\GMockTest.cpp" />
    <ClCompile Include="CppUTestExt\GTest1Test.cpp" />
    <ClCompile Include="CppUTestExt\GTest2ConvertorTest.cpp" />
    <ClCompile Include="CppUTestExt\IEEE754PluginTest.cpp" />
    <ClCompile Include="CppUTestExt\IEEE754PluginTest_c.c" />
    <ClCompile Include="CppUTestExt\MemoryReportAllocatorTest.cpp" />
    <ClCompile Include="CppUTestExt\MemoryReporterPluginTest.cpp" />
    <ClCompile Include="CppUTestExt\MemoryReportFormatterTest.cpp" />
    <ClCompile Include="CppUTestExt\MockActualCallTest.cpp" />
    <ClCompile Include="CppUTestExt\MockCallTest.cpp" />
    <ClCompile Include="CppUTestExt\MockCheatSheetTest.cpp" />
    <ClCompile Include="CppUTestExt\MockComparatorCopierTest.cpp" />
    <ClCompile Include="CppUTestExt\MockExpectedCallTest.cpp" />
    <ClCompile Include="CppUTestExt\ExpectedFunctionsListTest.cpp" />
    <ClCompile Include="CppUTestExt\MockFailureReporterForTest.cpp" />
    <ClCompile Include="CppUTestExt\MockFailureTest.cpp" />
    <ClCompile Include="CppUTestExt\MockHierarchyTest.cpp" />
    <ClCompile Include="CppUTestExt\MockNamedValueTest.cpp" />
    <ClCompile Include="CppUTestExt\MockParameterTest.cpp" />
    <ClCompile Include="CppUTestExt\MockPluginTest.cpp" />
    <ClCompile Include="CppUTestExt\MockReturnValueTest.cpp" />
    <ClCompile Include="CppUTestExt\MockStrictOrderTest.cpp" />
    <ClCompile Include="CppUTestExt\MockSupportTest.cpp" />
    <ClCompile Include="CppUTestExt\MockSupport_cTest.cpp" />
    <ClCompile Include="CppUTestExt\MockSupport_cTestCFile.c" />
    <ClCompile Include="CppUTestExt\OrderedTestTest.cpp" />
    <ClCompile Include="JUnitOutputTest.cpp" />
    <ClCompile Include="MemoryLeakDetectorTest.cpp" />
    <ClCompile Include="MemoryOperatorOverloadTest.cpp" />
    <ClCompile Include="MemoryLeakWarningTest.cpp" />
    <ClCompile Include="PluginTest.cpp" />
    <ClCompile Include="PreprocessorTest.cpp" />
    <ClCompile Include="SetPluginTest.cpp" />
    <ClCompile Include="SimpleMutexTest.cpp" />
    <ClCompile Include="SimpleStringTest.cpp" />
    <ClCompile Include="TeamCityOutputTest.cpp" />
    <ClCompile Include="TestFailureNaNTest.cpp" />
    <ClCompile Include="TestFailureTest.cpp" />
    <ClCompile Include="TestFilterTest.cpp" />
    <ClCompile Include="TestHarness_cTest.cpp" />
    <ClCompile Include="TestHarness_cTestCFile.c" />
    <ClCompile Include="TestInstallerTest.cpp" />
    <ClCompile Include="TestMemoryAllocatorTest.cpp" />
    <ClCompile Include="TestOutputTest.cpp" />
    <ClCompile Include="TestRegistryTest.cpp" />
    <ClCompile Include="TestResultTest.cpp" />
    <ClCompile Include="TestUTestMacro.cpp" />
    <ClCompile Include="TestUTestStringMacro.cpp" />
    <ClCompile Include="UtestPlatformTest.cpp" />
    <ClCompile Include="UtestTest.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="AllocationInCFile.h" />
    <ClInclude Include="AllocationInCppFile.h" />
    <ClInclude Include="AllocLetTestFree.h" />
    <ClInclude Include="AllTests.h" />
    <ClInclude Include="CppUTestExt\IEEE754PluginTest_c.h" />
    <ClInclude Include="cpputestext\mockfailurereporterfortest.h" />
    <ClInclude Include="CppUTestExt\MockFailureTest.h" />
    <ClInclude Include="CppUTestExt\MockSupport_cTestCFile.h" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>