﻿<?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>{9BA7BB3F-7E00-4BC6-B3B4-7DDB4A9A25F4}</ProjectGuid>
    <RootNamespace>MicroDLL</RootNamespace>
    <ProjectName>RCPMicroDLL</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" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <Link>
      <AdditionalOptions>/EXPORT:InjectDLL %(AdditionalOptions)</AdditionalOptions>
    </Link>
    <ResourceCompile>
      <PreprocessorDefinitions>RCP_PROJECT_NAME=MicroDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="..\..\Src\MicroDLL\DetourCreateProcess.cpp" />
    <ClCompile Include="..\..\Src\MicroDLL\DetourExitProcess.cpp" />
    <ClCompile Include="..\..\Src\MicroDLL\DetourLoadLibrary.cpp" />
    <ClCompile Include="..\..\Src\MicroDLL\DLLMain.cpp" />
    <ClCompile Include="..\..\Src\MicroDLL\PluginInfo.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\..\Src\MicroDLL\DetourCreateProcess.h" />
    <ClInclude Include="..\..\Src\MicroDLL\DetourExitProcess.h" />
    <ClInclude Include="..\..\Src\MicroDLL\DetourLoadLibrary.h" />
    <ClInclude Include="..\..\Src\MicroDLL\DLLMain.h" />
    <ClInclude Include="..\..\Src\MicroDLL\PluginInfo.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="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>