lib.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>{D0DEB8FB-2811-43CB-9E28-39A11A583B23}</ProjectGuid>
    <Keyword>Win32Proj</Keyword>
    <RootNamespace>lib</RootNamespace>
    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
    <ProjectName>CommonCrypto</ProjectName>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v140_clang_c2</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</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>StaticLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v140_clang_c2</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</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>
    <TargetExt>.lib</TargetExt>
    <TargetName>CommonCrypto2_debug</TargetName>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <LinkIncremental>true</LinkIncremental>
    <TargetName>CommonCrypto2_debug</TargetName>
    <TargetExt>.lib</TargetExt>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <LinkIncremental>false</LinkIncremental>
    <TargetExt>.lib</TargetExt>
    <TargetName>CommonCrypto2</TargetName>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <LinkIncremental>false</LinkIncremental>
    <TargetName>CommonCrypto2</TargetName>
    <TargetExt>.lib</TargetExt>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>Disabled</Optimization>
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(DSTROOT)\AppleInternal\include\CommonCrypto2;$(SRCROOT)\AppleInternal\include\CoreCrypto2;$(SRCROOT)\AppleInternal\include;..\..\lib;..\..\libcn;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <AdditionalOptions> -fblocks  %(AdditionalOptions)</AdditionalOptions>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
    <PreBuildEvent>
      <Command>if not exist "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto" mkdir "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto"
copy "$(ProjectDir)..\..\include\*.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto" 
del "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto\CommonBaseXX.h" 
del  "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto\CommonNumerics.h" 
del "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto\CommonCRC.h" 

if not exist "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics" mkdir "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics"
copy "$(ProjectDir)..\..\include\CommonBaseXX.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics" 
copy "$(ProjectDir)..\..\include\CommonNumerics.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics" 
copy "$(ProjectDir)..\..\include\CommonCRC.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics"
</Command>
    </PreBuildEvent>
    <Lib>
      <AdditionalLibraryDirectories>$(AppleApplicationSupportSDK)/AppleInternal/Lib32</AdditionalLibraryDirectories>
      <AdditionalDependencies>
      </AdditionalDependencies>
    </Lib>
    <PostBuildEvent>
      <Command>mkdir "$(DSTROOT)\AppleInternal\lib$(PlatformArchitecture)"
copy "$(TargetPath)" "$(DSTROOT)\AppleInternal\lib$(PlatformArchitecture)"</Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <WarningLevel>Level3</WarningLevel>
      <Optimization>Disabled</Optimization>
      <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(DSTROOT)\AppleInternal\include\CommonCrypto2;$(SRCROOT)\AppleInternal\include\CoreCrypto2;$(SRCROOT)\AppleInternal\include;..\..\lib;..\..\libcn;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <AdditionalOptions> -fblocks  %(AdditionalOptions)</AdditionalOptions>
      <MSCompatibility>true</MSCompatibility>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
    <PreBuildEvent>
      <Command>if not exist "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto" mkdir "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto"
copy "$(ProjectDir)..\..\include\*.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto" 
del "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto\CommonBaseXX.h" 
del  "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto\CommonNumerics.h" 
del "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto\CommonCRC.h" 

if not exist "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics" mkdir "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics"
copy "$(ProjectDir)..\..\include\CommonBaseXX.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics" 
copy "$(ProjectDir)..\..\include\CommonNumerics.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics" 
copy "$(ProjectDir)..\..\include\CommonCRC.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics"
</Command>
    </PreBuildEvent>
    <Lib>
      <IgnoreAllDefaultLibraries>
      </IgnoreAllDefaultLibraries>
      <AdditionalLibraryDirectories>$(AppleApplicationSupportSDK)/AppleInternal/Lib32</AdditionalLibraryDirectories>
      <AdditionalDependencies>
      </AdditionalDependencies>
    </Lib>
    <PostBuildEvent>
      <Command>mkdir "$(DSTROOT)\AppleInternal\lib$(PlatformArchitecture)"
copy "$(TargetPath)" "$(DSTROOT)\AppleInternal\lib$(PlatformArchitecture)"</Command>
    </PostBuildEvent>
  </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;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(DSTROOT)\AppleInternal\include\CommonCrypto2;$(SRCROOT)\AppleInternal\include\CoreCrypto2;$(SRCROOT)\AppleInternal\include;..\..\lib;..\..\libcn;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <AdditionalOptions> -fblocks %(AdditionalOptions)</AdditionalOptions>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
    <PreBuildEvent>
      <Command>if not exist "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto" mkdir "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto"
copy "$(ProjectDir)..\..\include\*.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto" 
del "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto\CommonBaseXX.h" 
del  "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto\CommonNumerics.h" 
del "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto\CommonCRC.h" 

if not exist "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics" mkdir "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics"
copy "$(ProjectDir)..\..\include\CommonBaseXX.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics" 
copy "$(ProjectDir)..\..\include\CommonNumerics.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics" 
copy "$(ProjectDir)..\..\include\CommonCRC.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics"
</Command>
    </PreBuildEvent>
    <Lib>
      <AdditionalLibraryDirectories>$(AppleApplicationSupportSDK)/AppleInternal/Lib32</AdditionalLibraryDirectories>
    </Lib>
    <PostBuildEvent>
      <Command>mkdir "$(DSTROOT)\AppleInternal\lib$(PlatformArchitecture)"
copy "$(TargetPath)" "$(DSTROOT)\AppleInternal\lib$(PlatformArchitecture)"</Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(DSTROOT)\AppleInternal\include\CommonCrypto2;$(SRCROOT)\AppleInternal\include\CoreCrypto2;$(SRCROOT)\AppleInternal\include;..\..\lib;..\..\libcn;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <AdditionalOptions> -fblocks %(AdditionalOptions)</AdditionalOptions>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
    <PreBuildEvent>
      <Command>if not exist "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto" mkdir "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto"
copy "$(ProjectDir)..\..\include\*.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto" 
del "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto\CommonBaseXX.h" 
del  "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto\CommonNumerics.h" 
del "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonCrypto\CommonCRC.h" 

if not exist "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics" mkdir "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics"
copy "$(ProjectDir)..\..\include\CommonBaseXX.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics" 
copy "$(ProjectDir)..\..\include\CommonNumerics.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics" 
copy "$(ProjectDir)..\..\include\CommonCRC.h" "$(DSTROOT)\AppleInternal\include\CommonCrypto2\CommonNumerics"
</Command>
    </PreBuildEvent>
    <Lib>
      <AdditionalLibraryDirectories>$(AppleApplicationSupportSDK)/AppleInternal/Lib64</AdditionalLibraryDirectories>
    </Lib>
    <PostBuildEvent>
      <Command>mkdir "$(DSTROOT)\AppleInternal\lib$(PlatformArchitecture)"
copy "$(TargetPath)" "$(DSTROOT)\AppleInternal\lib$(PlatformArchitecture)"</Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="..\..\libcn\adler32.c" />
    <ClCompile Include="..\..\libcn\CommonBaseXX.c">
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <ClCompile Include="..\..\libcn\CommonBuffering.c" />
    <ClCompile Include="..\..\libcn\CommonCRC.c" />
    <ClCompile Include="..\..\libcn\crc16-a.c" />
    <ClCompile Include="..\..\libcn\crc16-b.c" />
    <ClCompile Include="..\..\libcn\crc16-ccitt-false.c" />
    <ClCompile Include="..\..\libcn\crc16-ccitt-true.c" />
    <ClCompile Include="..\..\libcn\crc16-dect-r.c" />
    <ClCompile Include="..\..\libcn\crc16-dect-x.c" />
    <ClCompile Include="..\..\libcn\crc16-icode.c" />
    <ClCompile Include="..\..\libcn\crc16-usb.c" />
    <ClCompile Include="..\..\libcn\crc16-verifone.c" />
    <ClCompile Include="..\..\libcn\crc16-xmodem.c" />
    <ClCompile Include="..\..\libcn\crc16.c" />
    <ClCompile Include="..\..\libcn\crc32-bzip2.c" />
    <ClCompile Include="..\..\libcn\crc32-castagnoli.c" />
    <ClCompile Include="..\..\libcn\crc32-mpeg-2.c" />
    <ClCompile Include="..\..\libcn\crc32-posix.c" />
    <ClCompile Include="..\..\libcn\crc32-xfer.c" />
    <ClCompile Include="..\..\libcn\crc32.c" />
    <ClCompile Include="..\..\libcn\crc64-ecma-182.c" />
    <ClCompile Include="..\..\libcn\crc8-icode.c" />
    <ClCompile Include="..\..\libcn\crc8-itu.c" />
    <ClCompile Include="..\..\libcn\crc8-rohc.c" />
    <ClCompile Include="..\..\libcn\crc8-wcdma.c" />
    <ClCompile Include="..\..\libcn\crc8.c" />
    <ClCompile Include="..\..\libcn\gen_std_crc_table.c" />
    <ClCompile Include="..\..\libcn\normal_crc.c" />
    <ClCompile Include="..\..\libcn\reflect.c" />
    <ClCompile Include="..\..\libcn\reverse_crc.c" />
    <ClCompile Include="..\..\libcn\reverse_poly.c" />
    <ClCompile Include="..\..\lib\ccDispatch.c" />
    <ClCompile Include="..\..\lib\ccGlobals.c" />
    <ClCompile Include="..\..\lib\CommonCMAC.c" />
    <ClCompile Include="..\..\lib\CommonCryptor.c" />
    <ClCompile Include="..\..\lib\CommonCryptorDES.c" />
    <ClCompile Include="..\..\lib\CommonCryptorGCM.c" />
    <ClCompile Include="..\..\lib\CommonCryptorRC4.c" />
    <ClCompile Include="..\..\lib\CommonDH.c" />
    <ClCompile Include="..\..\lib\CommonDigest.c" />
    <ClCompile Include="..\..\lib\CommonECCryptor.c" />
    <ClCompile Include="..\..\lib\CommonHMAC.c" />
    <ClCompile Include="..\..\lib\CommonKeyDerivation.c" />
    <ClCompile Include="..\..\lib\CommonKeyDerivationSPI.c" />
    <ClCompile Include="..\..\lib\CommonRandom.c" />
    <ClCompile Include="..\..\lib\CommonRSACryptor.c" />
    <ClCompile Include="..\..\lib\CommonSymmetricKeywrap.c" />
    <ClCompile Include="..\..\lib\corecryptoSymmetricBridge.c" />
    <ClCompile Include="..\..\lib\timingsafe_bcmp.c" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>