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|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Debug|x64" >
9+ <Configuration >Debug</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Release|Win32" >
13+ <Configuration >Release</Configuration >
14+ <Platform >Win32</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <ProjectGuid >{462936D3-6C27-477D-82A0-56B3D2528822}</ProjectGuid >
23+ <RootNamespace >CUDATest</RootNamespace >
24+ </PropertyGroup >
25+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
27+ <ConfigurationType >Application</ConfigurationType >
28+ <UseDebugLibraries >true</UseDebugLibraries >
29+ <CharacterSet >MultiByte</CharacterSet >
30+ <PlatformToolset >v143</PlatformToolset >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
33+ <ConfigurationType >Application</ConfigurationType >
34+ <UseDebugLibraries >true</UseDebugLibraries >
35+ <CharacterSet >MultiByte</CharacterSet >
36+ <PlatformToolset >v143</PlatformToolset >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
39+ <ConfigurationType >Application</ConfigurationType >
40+ <UseDebugLibraries >false</UseDebugLibraries >
41+ <WholeProgramOptimization >true</WholeProgramOptimization >
42+ <CharacterSet >MultiByte</CharacterSet >
43+ <PlatformToolset >v143</PlatformToolset >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
46+ <ConfigurationType >Application</ConfigurationType >
47+ <UseDebugLibraries >false</UseDebugLibraries >
48+ <WholeProgramOptimization >true</WholeProgramOptimization >
49+ <CharacterSet >MultiByte</CharacterSet >
50+ <PlatformToolset >v143</PlatformToolset >
51+ </PropertyGroup >
52+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
53+ <ImportGroup Label =" ExtensionSettings" >
54+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\CUDA 12.4.props" />
55+ </ImportGroup >
56+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
57+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58+ </ImportGroup >
59+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
60+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61+ </ImportGroup >
62+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
63+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64+ </ImportGroup >
65+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
66+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67+ </ImportGroup >
68+ <PropertyGroup Label =" UserMacros" />
69+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
70+ <LinkIncremental >true</LinkIncremental >
71+ </PropertyGroup >
72+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73+ <LinkIncremental >true</LinkIncremental >
74+ </PropertyGroup >
75+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
76+ <ClCompile >
77+ <WarningLevel >Level3</WarningLevel >
78+ <Optimization >Disabled</Optimization >
79+ <PreprocessorDefinitions >WIN32;WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
80+ </ClCompile >
81+ <Link >
82+ <GenerateDebugInformation >true</GenerateDebugInformation >
83+ <SubSystem >Console</SubSystem >
84+ <AdditionalDependencies >cudart_static.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 >
85+ </Link >
86+ <CudaCompile >
87+ <TargetMachinePlatform >64</TargetMachinePlatform >
88+ </CudaCompile >
89+ </ItemDefinitionGroup >
90+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
91+ <ClCompile >
92+ <WarningLevel >Level3</WarningLevel >
93+ <Optimization >Disabled</Optimization >
94+ <PreprocessorDefinitions >WIN32;WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
95+ </ClCompile >
96+ <Link >
97+ <GenerateDebugInformation >true</GenerateDebugInformation >
98+ <SubSystem >Console</SubSystem >
99+ <AdditionalDependencies >cudart_static.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 >
100+ </Link >
101+ <CudaCompile >
102+ <TargetMachinePlatform >64</TargetMachinePlatform >
103+ </CudaCompile >
104+ </ItemDefinitionGroup >
105+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
106+ <ClCompile >
107+ <WarningLevel >Level3</WarningLevel >
108+ <Optimization >MaxSpeed</Optimization >
109+ <FunctionLevelLinking >true</FunctionLevelLinking >
110+ <IntrinsicFunctions >true</IntrinsicFunctions >
111+ <PreprocessorDefinitions >WIN32;WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
112+ </ClCompile >
113+ <Link >
114+ <GenerateDebugInformation >true</GenerateDebugInformation >
115+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
116+ <OptimizeReferences >true</OptimizeReferences >
117+ <SubSystem >Console</SubSystem >
118+ <AdditionalDependencies >cudart_static.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 >
119+ </Link >
120+ <CudaCompile >
121+ <TargetMachinePlatform >64</TargetMachinePlatform >
122+ </CudaCompile >
123+ </ItemDefinitionGroup >
124+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
125+ <ClCompile >
126+ <WarningLevel >Level3</WarningLevel >
127+ <Optimization >MaxSpeed</Optimization >
128+ <FunctionLevelLinking >true</FunctionLevelLinking >
129+ <IntrinsicFunctions >true</IntrinsicFunctions >
130+ <PreprocessorDefinitions >WIN32;WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
131+ </ClCompile >
132+ <Link >
133+ <GenerateDebugInformation >true</GenerateDebugInformation >
134+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
135+ <OptimizeReferences >true</OptimizeReferences >
136+ <SubSystem >Console</SubSystem >
137+ <AdditionalDependencies >cudart_static.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 >
138+ </Link >
139+ <CudaCompile >
140+ <TargetMachinePlatform >64</TargetMachinePlatform >
141+ </CudaCompile >
142+ </ItemDefinitionGroup >
143+ <ItemGroup >
144+ <CudaCompile Include =" kernel.cu" />
145+ </ItemGroup >
146+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
147+ <ImportGroup Label =" ExtensionTargets" >
148+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\CUDA 12.4.targets" />
149+ </ImportGroup >
150+ </Project >
0 commit comments