﻿<?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="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{DFBD3D9E-C64F-401B-8898-B5D34D580C54}</ProjectGuid>
    <RootNamespace>CLCommon</RootNamespace>
    <ProjectName>RCPCLCommon</ProjectName>
    <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <CharacterSet>Unicode</CharacterSet>
    <PlatformToolset>v140</PlatformToolset>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="RCP-Common.props" />
    <Import Project="RCP-Common-OpenCL.props" />
    <Import Project="RCP-Lib.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  </PropertyGroup>
  <ItemGroup>
    <ClCompile Include="..\..\Src\CLCommon\CLCUInfoBase.cpp" />
    <ClCompile Include="..\..\Src\CLCommon\CLDeviceReplacer.cpp" />
    <ClCompile Include="..\..\Src\CLCommon\CLFunctionDefs.cpp" />
    <ClCompile Include="..\..\Src\CLCommon\CLFunctionEnumDefs.cpp" />
    <ClCompile Include="..\..\Src\CLCommon\CLInternalFunctionDefs.cpp" />
    <ClCompile Include="..\..\Src\CLCommon\CLPlatformInfo.cpp" />
    <ClCompile Include="..\..\Src\CLCommon\CLUtils.cpp" />
    <ClCompile Include="..\..\..\Common\Src\DynamicLibraryModule\OpenCLModule.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\..\Src\CLCommon\CLCUInfoBase.h" />
    <ClInclude Include="..\..\Src\CLCommon\CLDeviceReplacer.h" />
    <ClInclude Include="..\..\Src\CLCommon\CLFunctionDefs.h" />
    <ClInclude Include="..\..\Src\CLCommon\CLFunctionEnumDefs.h" />
    <ClInclude Include="..\..\Src\CLCommon\CLInternalFunctionDefs.h" />
    <ClInclude Include="..\..\Src\CLCommon\CLPlatformInfo.h" />
    <ClInclude Include="..\..\Src\CLCommon\CLUtils.h" />
    <ClInclude Include="..\..\..\Common\Src\DynamicLibraryModule\OpenCLModule.h" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>