1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|x64" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >x64</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|x64" >
9+ <Configuration >Release</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <ProjectGuid >{CDFEC0AF-E7C8-4215-A9D4-8021D4DA36DB}</ProjectGuid >
15+ <RootNamespace >DriverPropertiesViewer</RootNamespace >
16+ <WindowsTargetPlatformVersion >10.0.15063.0</WindowsTargetPlatformVersion >
17+ </PropertyGroup >
18+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
20+ <ConfigurationType >Application</ConfigurationType >
21+ <UseDebugLibraries >true</UseDebugLibraries >
22+ <CharacterSet >MultiByte</CharacterSet >
23+ <PlatformToolset >v141</PlatformToolset >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
26+ <ConfigurationType >Application</ConfigurationType >
27+ <UseDebugLibraries >false</UseDebugLibraries >
28+ <WholeProgramOptimization >true</WholeProgramOptimization >
29+ <CharacterSet >MultiByte</CharacterSet >
30+ <PlatformToolset >v141</PlatformToolset >
31+ </PropertyGroup >
32+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
33+ <ImportGroup Label =" ExtensionSettings" >
34+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\CUDA 9.0.props" />
35+ </ImportGroup >
36+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
37+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
38+ </ImportGroup >
39+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
40+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
41+ </ImportGroup >
42+ <PropertyGroup Label =" UserMacros" />
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
44+ <LinkIncremental >true</LinkIncremental >
45+ </PropertyGroup >
46+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
47+ <ClCompile >
48+ <WarningLevel >Level3</WarningLevel >
49+ <Optimization >Disabled</Optimization >
50+ <PreprocessorDefinitions >WIN32;WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
51+ </ClCompile >
52+ <Link >
53+ <GenerateDebugInformation >true</GenerateDebugInformation >
54+ <SubSystem >Console</SubSystem >
55+ <AdditionalDependencies >cudart.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
56+ </Link >
57+ <PostBuildEvent >
58+ <Command >echo copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)"
59+ copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)"</Command >
60+ </PostBuildEvent >
61+ <CudaCompile >
62+ <TargetMachinePlatform >64</TargetMachinePlatform >
63+ </CudaCompile >
64+ </ItemDefinitionGroup >
65+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
66+ <ClCompile >
67+ <WarningLevel >Level3</WarningLevel >
68+ <Optimization >MaxSpeed</Optimization >
69+ <FunctionLevelLinking >true</FunctionLevelLinking >
70+ <IntrinsicFunctions >true</IntrinsicFunctions >
71+ <PreprocessorDefinitions >WIN32;WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
72+ </ClCompile >
73+ <Link >
74+ <GenerateDebugInformation >true</GenerateDebugInformation >
75+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
76+ <OptimizeReferences >true</OptimizeReferences >
77+ <SubSystem >Console</SubSystem >
78+ <AdditionalDependencies >cudart.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
79+ </Link >
80+ <PostBuildEvent >
81+ <Command >echo copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)"
82+ copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)"</Command >
83+ </PostBuildEvent >
84+ <CudaCompile >
85+ <TargetMachinePlatform >64</TargetMachinePlatform >
86+ </CudaCompile >
87+ </ItemDefinitionGroup >
88+ <ItemGroup >
89+ <CudaCompile Include =" DevInfo.cu" />
90+ <CudaCompile Include =" kernel.cu" />
91+ </ItemGroup >
92+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
93+ <ImportGroup Label =" ExtensionTargets" >
94+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\CUDA 9.0.targets" />
95+ </ImportGroup >
96+ </Project >
0 commit comments