118 lines
6.0 KiB
XML
118 lines
6.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{ea22d2ac-ebf7-43e4-adb7-0f320c46692e}</ProjectGuid>
|
|
<RootNamespace>NvPerfUtility</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<Import Project="NvPerfSDK.props" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<IncludePath>$(NvPerfUtilityPath)/include;$(NvPerfSdkPath)/include;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IncludePath>$(NvPerfUtilityPath)/include;$(NvPerfSdkPath)/include;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="../include/NvPerfCounterConfiguration.h" />
|
|
<ClInclude Include="../include/NvPerfCounterData.h" />
|
|
<ClInclude Include="../include/NvPerfD3D.h" />
|
|
<ClInclude Include="../include/NvPerfD3D12.h" />
|
|
<ClInclude Include="../include/NvPerfDeviceProperties.h" />
|
|
<ClInclude Include="../include/NvPerfInit.h" />
|
|
<ClInclude Include="../include/NvPerfMetricsConfigBuilder.h" />
|
|
<ClInclude Include="../include/NvPerfMetricsEvaluator.h" />
|
|
<ClInclude Include="../include/NvPerfRangeProfiler.h" />
|
|
<ClInclude Include="../include/NvPerfRangeProfilerD3D12.h" />
|
|
<ClInclude Include="../include/NvPerfRangeProfilerVulkan.h" />
|
|
<ClInclude Include="../include/NvPerfReportDefinition.h" />
|
|
<ClInclude Include="../include/NvPerfReportDefinitionGA10X.h" />
|
|
<ClInclude Include="../include/NvPerfReportDefinitionGV100.h" />
|
|
<ClInclude Include="../include/NvPerfReportDefinitionHAL.h" />
|
|
<ClInclude Include="../include/NvPerfReportDefinitionTU10X.h" />
|
|
<ClInclude Include="../include/NvPerfReportDefinitionTU11X.h" />
|
|
<ClInclude Include="../include/NvPerfReportGenerator.h" />
|
|
<ClInclude Include="../include/NvPerfReportGeneratorD3D12.h" />
|
|
<ClInclude Include="../include/NvPerfReportGeneratorVulkan.h" />
|
|
<ClInclude Include="../include/NvPerfVulkan.h" />
|
|
<ClInclude Include="$(NvPerfSdkPath)/include/nvperf_d3d12_host.h" />
|
|
<ClInclude Include="$(NvPerfSdkPath)/include/nvperf_d3d12_target.h" />
|
|
<ClInclude Include="$(NvPerfSdkPath)/include/nvperf_device_host.h" />
|
|
<ClInclude Include="$(NvPerfSdkPath)/include/nvperf_device_target.h" />
|
|
<ClInclude Include="$(NvPerfSdkPath)/include/nvperf_host.h" />
|
|
<ClInclude Include="$(NvPerfSdkPath)/include/nvperf_target.h" />
|
|
<ClInclude Include="$(NvPerfSdkPath)/include/nvperf_versions_target.h" />
|
|
<ClInclude Include="$(NvPerfSdkPath)/include/nvperf_vulkan_host.h" />
|
|
<ClInclude Include="$(NvPerfSdkPath)/include/nvperf_vulkan_target.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |