﻿<?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>{2C1F63A3-3521-4EEF-8F54-3FDF4160F5A7}</ProjectGuid>
    <RootNamespace>Server</RootNamespace>
    <Keyword>Win32Proj</Keyword>
    <ProjectName>rcprof</ProjectName>
    <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Label="Configuration">
    <ConfigurationType>Application</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 Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <PreprocessorDefinitions>NON_BLOCKING_TIMEOUT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="..\..\Src\HSAFdnCommon\HSAFunctionDefsUtils.cpp" />
    <ClCompile Include="..\..\Src\HSAFdnTrace\HSAAtpFile.cpp" />
    <ClCompile Include="..\..\Src\sprofile\Analyze.cpp" />
    <ClCompile Include="..\..\Src\CLTraceAgent\CLAtpFile.cpp" />
    <ClCompile Include="..\..\Src\CLOccupancyAgent\CLOccupancyFile.cpp" />
    <ClCompile Include="..\..\Src\sprofile\AtpFile.cpp" />
    <ClCompile Include="..\..\Src\sprofile\Main.cpp" />
    <ClCompile Include="..\..\Src\sprofile\OccupancyChart.cpp" />
    <ClCompile Include="..\..\Src\sprofile\OccupancyUtils.cpp" />
    <ClCompile Include="..\..\Src\sprofile\ParseCmdLine.cpp" />
    <ClCompile Include="..\..\Src\sprofile\PerfMarkerAtpFile.cpp" />
    <ClCompile Include="..\..\Src\sprofile\CSVFileMerger.cpp" />
    <ClCompile Include="..\..\Src\Common\StackTraceAtpFile.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\..\Src\HSAFdnTrace\HSAAtpFile.h" />
    <ClInclude Include="..\..\Src\sprofile\Analyze.h" />
    <ClInclude Include="..\..\Src\CLTraceAgent\CLAtpFile.h" />
    <ClInclude Include="..\..\Src\CLOccupancyAgent\CLOccupancyFile.h" />
    <ClInclude Include="..\..\Src\sprofile\AtpFile.h" />
    <ClInclude Include="..\..\Src\sprofile\OccupancyChart.h" />
    <ClInclude Include="..\..\Src\sprofile\OccupancyUtils.h" />
    <ClInclude Include="..\..\Src\sprofile\ParseCmdLine.h" />
    <ClInclude Include="..\..\Src\sprofile\PerfMarkerAtpFile.h" />
    <ClInclude Include="..\..\Src\sprofile\CSVFileMerger.h" />
    <ClInclude Include="..\..\Src\Common\StackTraceAtpFile.h" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\Common\Src\AMDTBaseTools\AMDTBaseToolsVS14.vcxproj">
      <Project>{11221a7f-3883-418f-b286-b0ea1e28ef10}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\..\Common\Src\AMDTInterceptor\mhook-dllInjector\Interceptor-2015.vcxproj">
      <Project>{0e055caf-c68b-42cb-a302-f775ca5a917f}</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>
    <ProjectReference Include="RCPAnalyzer.vcxproj">
      <Project>{2062b193-8caf-4559-a709-39acb5ccc09d}</Project>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\..\Src\sprofile\sprofile.rc" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>