CCRegression.vcxproj   [plain text]


<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.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>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{EDF1D1F9-4110-40C5-9B77-C8A6A904E286}</ProjectGuid>
    <Keyword>Win32Proj</Keyword>
    <RootNamespace>CCRegression</RootNamespace>
    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v140_clang_c2</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v140_clang_c2</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v140_clang_c2</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v140_clang_c2</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="Shared">
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <LinkIncremental>true</LinkIncremental>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <LinkIncremental>true</LinkIncremental>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <LinkIncremental>false</LinkIncremental>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <LinkIncremental>false</LinkIncremental>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>Disabled</Optimization>
      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(ProjectDir)..\..\test\test;$(ProjectDir)..\..\test\util;$(DSTROOT)\AppleInternal\include\CommonCrypto2;$(SRCROOT)\AppleInternal\include\CoreCrypto2;$(SRCROOT)\AppleInternal\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <AdditionalLibraryDirectories>$(AppleApplicationSupportSDK)/AppleInternal/Lib32</AdditionalLibraryDirectories>
      <AdditionalDependencies>..\Debug\CommonCrypto.lib;corecrypto2.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <IgnoreSpecificDefaultLibraries>msvcrt</IgnoreSpecificDefaultLibraries>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>Disabled</Optimization>
      <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(ProjectDir)..\..\test\test;$(ProjectDir)..\..\test\util;$(DSTROOT)\AppleInternal\include\CommonCrypto2;$(SRCROOT)\AppleInternal\include\CoreCrypto2;$(SRCROOT)\AppleInternal\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <IgnoreAllDefaultLibraries>
      </IgnoreAllDefaultLibraries>
      <IgnoreSpecificDefaultLibraries>msvcrt</IgnoreSpecificDefaultLibraries>
      <AdditionalDependencies>..\x64\Debug\CommonCrypto.lib;corecrypto2.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <AdditionalLibraryDirectories>$(AppleApplicationSupportSDK)/AppleInternal/Lib64</AdditionalLibraryDirectories>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(ProjectDir)..\..\test\test;$(ProjectDir)..\..\test\util;$(DSTROOT)\AppleInternal\include\CommonCrypto2;$(SRCROOT)\AppleInternal\include\CoreCrypto2;$(SRCROOT)\AppleInternal\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <AdditionalLibraryDirectories>$(AppleApplicationSupportSDK)/AppleInternal/Lib32</AdditionalLibraryDirectories>
      <AdditionalDependencies>..\Release\CommonCrypto.lib;corecrypto2.lib;%(AdditionalDependencies)</AdditionalDependencies>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(ProjectDir)..\..\test\test;$(ProjectDir)..\..\test\util;$(DSTROOT)\AppleInternal\include\CommonCrypto2;$(SRCROOT)\AppleInternal\include\CoreCrypto2;$(SRCROOT)\AppleInternal\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <IgnoreAllDefaultLibraries>
      </IgnoreAllDefaultLibraries>
      <AdditionalLibraryDirectories>$(AppleApplicationSupportSDK)/AppleInternal/Lib64</AdditionalLibraryDirectories>
      <AdditionalDependencies>..\x64\Release\CommonCrypto.lib;corecrypto2.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <IgnoreSpecificDefaultLibraries>
      </IgnoreSpecificDefaultLibraries>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="..\..\test\CommonCrypto\CCCryptorTestFuncs.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonBigDigest.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCMac.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoBlowfish.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoCTSPadding.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoNoPad.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoOutputLength.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoReset.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptorWithData.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymCBC.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymCCM.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymCFB.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymCTR.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymECB.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymGCM.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymmetricWrap.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymOFB.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymOffset.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymRC2.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymRegression.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymXTS.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonCryptoSymZeroLength.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonDHtest.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonDigest.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonEC.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonHKDF.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonHMac.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonHMacClone.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonKeyDerivation.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonNISTKDF.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonRandom.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CommonRSA.c" />
    <ClCompile Include="..\..\test\CommonCrypto\CryptorPadFailure.c" />
    <ClCompile Include="..\..\test\CommonNumerics\CommonBaseEncoding.c" />
    <ClCompile Include="..\..\test\CommonNumerics\CommonCRC.c" />
    <ClCompile Include="..\..\test\main.c" />
    <ClCompile Include="..\..\test\test\testenv.c" />
    <ClCompile Include="..\..\test\test\testlist.c" />
    <ClCompile Include="..\..\test\test\testmore.c" />
    <ClCompile Include="..\..\test\util\testbyteBuffer.c" />
    <ClCompile Include="..\..\test\util\testutil.c" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="resource.h" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>