﻿<?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>{2A6E95EF-C5AD-48E9-9EBD-757626665CE5}</ProjectGuid>
    <RootNamespace>CLOccupancyAgent</RootNamespace>
    <Keyword>Win32Proj</Keyword>
    <ProjectName>RCPCLOccupancyAgent</ProjectName>
    <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Label="Configuration">
    <ConfigurationType>DynamicLibrary</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-Internal\Build\VS2015\RCP-Internal.props" Condition="exists('..\..\..\RCP-Internal\Build\VS2015\RCP-Internal.props')" />
  </ImportGroup>
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <Link>
      <AdditionalOptions>/EXPORT:clAgent_OnLoad %(AdditionalOptions)</AdditionalOptions>
    </Link>
    <ResourceCompile>
      <PreprocessorDefinitions>RCP_PROJECT_NAME=CLOccupancyAgent;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="..\..\Src\CLOccupancyAgent\CLIntercept.cpp" />
    <ClCompile Include="..\..\Src\CLOccupancyAgent\CLOccupancyAgent.cpp" />
    <ClCompile Include="..\..\Src\CLOccupancyAgent\CLOccupancyFile.cpp" />
    <ClCompile Include="..\..\Src\CLOccupancyAgent\CLOccupancyInfoManager.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\..\Src\CLOccupancyAgent\CLIntercept.h" />
    <ClInclude Include="..\..\Src\CLOccupancyAgent\CLOccupancyAgent.h" />
    <ClInclude Include="..\..\Src\CLOccupancyAgent\CLOccupancyFile.h" />
    <ClInclude Include="..\..\Src\CLOccupancyAgent\CLOccupancyInfoManager.h" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\Common\Src\AMDTBaseTools\AMDTBaseToolsVS14.vcxproj">
      <Project>{11221a7f-3883-418f-b286-b0ea1e28ef10}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\..\Common\Src\AMDTOSWrappers\AMDTOSWrappersVS14.vcxproj">
      <Project>{5d9222ac-39fb-4123-9497-78cea5be58ad}</Project>
    </ProjectReference>
    <ProjectReference Include="RCPCLCommon.vcxproj">
      <Project>{dfbd3d9e-c64f-401b-8898-b5d34d580c54}</Project>
    </ProjectReference>
    <ProjectReference Include="RCPCommon.vcxproj">
      <Project>{176db1a7-68a5-4c97-8606-2cc1388d7a50}</Project>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\..\Src\VersionInfo\RCPVersionInfo.rc" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>