1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" 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
+ <VCProjectVersion >16.0</VCProjectVersion >
15
+ <Keyword >Win32Proj</Keyword >
16
+ <ProjectGuid >{e98b4d14-5020-4ede-af6f-4769b2a4d2e5}</ProjectGuid >
17
+ <RootNamespace >SimpleCudaNn</RootNamespace >
18
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19
+ </PropertyGroup >
20
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
22
+ <ConfigurationType >Application</ConfigurationType >
23
+ <UseDebugLibraries >true</UseDebugLibraries >
24
+ <PlatformToolset >v142</PlatformToolset >
25
+ <CharacterSet >Unicode</CharacterSet >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
28
+ <ConfigurationType >Application</ConfigurationType >
29
+ <UseDebugLibraries >false</UseDebugLibraries >
30
+ <PlatformToolset >v142</PlatformToolset >
31
+ <WholeProgramOptimization >true</WholeProgramOptimization >
32
+ <CharacterSet >Unicode</CharacterSet >
33
+ </PropertyGroup >
34
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
35
+ <ImportGroup Label =" ExtensionSettings" >
36
+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\CUDA 11.0.props" />
37
+ </ImportGroup >
38
+ <ImportGroup Label =" Shared" >
39
+ </ImportGroup >
40
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
41
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
42
+ <Import Project =" Common.props" />
43
+ </ImportGroup >
44
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
45
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
46
+ <Import Project =" Common.props" />
47
+ </ImportGroup >
48
+ <PropertyGroup Label =" UserMacros" />
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
50
+ <LinkIncremental >true</LinkIncremental >
51
+ </PropertyGroup >
52
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
53
+ <LinkIncremental >false</LinkIncremental >
54
+ </PropertyGroup >
55
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
56
+ <ClCompile >
57
+ <WarningLevel >Level3</WarningLevel >
58
+ <SDLCheck >true</SDLCheck >
59
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
60
+ <ConformanceMode >true</ConformanceMode >
61
+ </ClCompile >
62
+ <Link >
63
+ <SubSystem >Console</SubSystem >
64
+ <GenerateDebugInformation >true</GenerateDebugInformation >
65
+ </Link >
66
+ </ItemDefinitionGroup >
67
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
68
+ <ClCompile >
69
+ <WarningLevel >Level3</WarningLevel >
70
+ <FunctionLevelLinking >true</FunctionLevelLinking >
71
+ <IntrinsicFunctions >true</IntrinsicFunctions >
72
+ <SDLCheck >true</SDLCheck >
73
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
74
+ <ConformanceMode >true</ConformanceMode >
75
+ </ClCompile >
76
+ <Link >
77
+ <SubSystem >Console</SubSystem >
78
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
79
+ <OptimizeReferences >true</OptimizeReferences >
80
+ <GenerateDebugInformation >true</GenerateDebugInformation >
81
+ </Link >
82
+ </ItemDefinitionGroup >
83
+ <ItemGroup >
84
+ <CudaCompile Include =" ffCudaNn.cpp" />
85
+ </ItemGroup >
86
+ <ItemGroup >
87
+ <ClInclude Include =" ffCudaNn.h" />
88
+ </ItemGroup >
89
+ <ItemGroup >
90
+ <ClCompile Include =" main.cpp" />
91
+ </ItemGroup >
92
+ <ItemGroup >
93
+ <None Include =" README.md" />
94
+ </ItemGroup >
95
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
96
+ <ImportGroup Label =" ExtensionTargets" >
97
+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\CUDA 11.0.targets" />
98
+ </ImportGroup >
99
+ </Project >
0 commit comments