This repository has been archived by the owner on Apr 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAMDTActivityLoggerVS12.vcxproj
executable file
·88 lines (88 loc) · 4.17 KB
/
AMDTActivityLoggerVS12.vcxproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?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>{233DA9A4-5DC9-4191-B683-51A23BCBCA9F}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>AMDTActivityLogger</RootNamespace>
<ProjectName>AMDTActivityLogger</ProjectName>
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<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 Condition="'$(SolutionName)'=='CodeXL-AllProjects'" Project="..\Local-CommonProjects.props" />
<Import Condition="'$(SolutionName)'=='CodeXL-AllProjects'" Project="AMDTActivityLogger.props" />
<Import Condition="'$(SolutionName)'!='CodeXL-AllProjects'" Project="$(SolutionDir)\..\..\..\RCP\Build\VS2015\RCP-Common.props" />
</ImportGroup>
<PropertyGroup>
<OutDir>$(AMDTOutputDir)$(Configuration)\bin\AMDTActivityLogger\bin\$(AMDTPlatform)\</OutDir>
<ExtensionsToDeleteOnClean>$(ExtensionsToDeleteOnClean);$(CodeAnalysisLogFile);$(CodeAnalysisSucceededFile)</ExtensionsToDeleteOnClean>
<TargetName>CXLActivityLogger$(AMDTPlatformSuffix)$(AMDTDebugSuffix)</TargetName>
<IntDir>$(AMDTOutputDir)$(Configuration)\obj\AMDTActivityLogger\$(Platform)$(AMDTBuildSuffix)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>$(SolutionDir)\..\..\CodeXL\Components\PowerProfiling\Backend\AMDTPowerProfilingDrivers\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<ModuleDefinitionFile>AMDTActivityLogger.def</ModuleDefinitionFile>
<ImportLibrary>$(AMDTOutputDir)$(Configuration)\bin\AMDTActivityLogger\lib\$(AMDTPlatform)\$(TargetName).lib</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="AMDTActivityLogger.def" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="AMDTActivityLoggerTimeStamp.h" />
<ClInclude Include="CXLActivityLogger.h" />
<ClInclude Include="AMDTActivityLoggerProfileControl.h" />
<ClInclude Include="AMDTGPUProfilerDefs.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="AMDTActivityLogger.cpp" />
<ClCompile Include="AMDTActivityLoggerProfileControl.cpp" />
<ClCompile Include="AMDTActivityLoggerTimeStamp.cpp" />
<ClCompile Include="dllmain.cpp">
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\VersionInfo\VersionResource.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AMDTBaseTools\AMDTBaseToolsVS14.vcxproj">
<Project>{11221a7f-3883-418f-b286-b0ea1e28ef10}</Project>
</ProjectReference>
<ProjectReference Include="..\AMDTOSWrappers\AMDTOSWrappersVS14.vcxproj">
<Project>{5d9222ac-39fb-4123-9497-78cea5be58ad}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>