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|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</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
+ <VCProjectVersion >17.0</VCProjectVersion >
23
+ <Keyword >Win32Proj</Keyword >
24
+ <ProjectGuid >{79abb953-907d-469f-9723-42ed1915a4b0}</ProjectGuid >
25
+ <RootNamespace >CPythonTensor</RootNamespace >
26
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27
+ </PropertyGroup >
28
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30
+ <ConfigurationType >Application</ConfigurationType >
31
+ <UseDebugLibraries >true</UseDebugLibraries >
32
+ <PlatformToolset >v143</PlatformToolset >
33
+ <CharacterSet >Unicode</CharacterSet >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36
+ <ConfigurationType >Application</ConfigurationType >
37
+ <UseDebugLibraries >false</UseDebugLibraries >
38
+ <PlatformToolset >v143</PlatformToolset >
39
+ <WholeProgramOptimization >true</WholeProgramOptimization >
40
+ <CharacterSet >Unicode</CharacterSet >
41
+ </PropertyGroup >
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
43
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
44
+ <PlatformToolset >v143</PlatformToolset >
45
+ <CharacterSet >Unicode</CharacterSet >
46
+ </PropertyGroup >
47
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
48
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
49
+ <PlatformToolset >v143</PlatformToolset >
50
+ <WholeProgramOptimization >true</WholeProgramOptimization >
51
+ <CharacterSet >Unicode</CharacterSet >
52
+ </PropertyGroup >
53
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54
+ <ImportGroup Label =" ExtensionSettings" >
55
+ </ImportGroup >
56
+ <ImportGroup Label =" Shared" >
57
+ </ImportGroup >
58
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ </ImportGroup >
67
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
68
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69
+ </ImportGroup >
70
+ <PropertyGroup Label =" UserMacros" />
71
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
72
+ <TargetExt >.pyd</TargetExt >
73
+ <TargetName >tensor_d</TargetName >
74
+ </PropertyGroup >
75
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
76
+ <TargetExt >.pyd</TargetExt >
77
+ <TargetName >tensor</TargetName >
78
+ </PropertyGroup >
79
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
80
+ <ClCompile >
81
+ <WarningLevel >Level3</WarningLevel >
82
+ <SDLCheck >true</SDLCheck >
83
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
84
+ <ConformanceMode >true</ConformanceMode >
85
+ </ClCompile >
86
+ <Link >
87
+ <SubSystem >Console</SubSystem >
88
+ <GenerateDebugInformation >true</GenerateDebugInformation >
89
+ </Link >
90
+ </ItemDefinitionGroup >
91
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
92
+ <ClCompile >
93
+ <WarningLevel >Level3</WarningLevel >
94
+ <FunctionLevelLinking >true</FunctionLevelLinking >
95
+ <IntrinsicFunctions >true</IntrinsicFunctions >
96
+ <SDLCheck >true</SDLCheck >
97
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
98
+ <ConformanceMode >true</ConformanceMode >
99
+ </ClCompile >
100
+ <Link >
101
+ <SubSystem >Console</SubSystem >
102
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
103
+ <OptimizeReferences >true</OptimizeReferences >
104
+ <GenerateDebugInformation >true</GenerateDebugInformation >
105
+ </Link >
106
+ </ItemDefinitionGroup >
107
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
108
+ <ClCompile >
109
+ <WarningLevel >Level3</WarningLevel >
110
+ <SDLCheck >true</SDLCheck >
111
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
112
+ <ConformanceMode >true</ConformanceMode >
113
+ <AdditionalIncludeDirectories >..\..\TensorCore\TensorCore;C:\Users\Noob\AppData\Local\Programs\Python\Python311\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
114
+ <LanguageStandard >stdcpp17</LanguageStandard >
115
+ </ClCompile >
116
+ <Link >
117
+ <SubSystem >NotSet</SubSystem >
118
+ <GenerateDebugInformation >true</GenerateDebugInformation >
119
+ <AdditionalLibraryDirectories >..\..\TensorCore\$(IntDir);C:\Users\Noob\AppData\Local\Programs\Python\Python311\libs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
120
+ <AdditionalDependencies >python311.lib;TensorCore.lib;%(AdditionalDependencies)</AdditionalDependencies >
121
+ </Link >
122
+ <PostBuildEvent >
123
+ <Command >xcopy /y /d "..\..\TensorCore\$(IntDir)TensorCore.dll" "$(OutDir)"</Command >
124
+ </PostBuildEvent >
125
+ </ItemDefinitionGroup >
126
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
127
+ <ClCompile >
128
+ <WarningLevel >Level3</WarningLevel >
129
+ <FunctionLevelLinking >true</FunctionLevelLinking >
130
+ <SDLCheck >true</SDLCheck >
131
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
132
+ <ConformanceMode >true</ConformanceMode >
133
+ <AdditionalIncludeDirectories >..\..\TensorCore\TensorCore;C:\Users\Noob\AppData\Local\Programs\Python\Python311\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
134
+ <LanguageStandard >stdcpp17</LanguageStandard >
135
+ </ClCompile >
136
+ <Link >
137
+ <SubSystem >NotSet</SubSystem >
138
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
139
+ <OptimizeReferences >true</OptimizeReferences >
140
+ <GenerateDebugInformation >true</GenerateDebugInformation >
141
+ <AdditionalLibraryDirectories >..\..\TensorCore\$(IntDir);C:\Users\Noob\AppData\Local\Programs\Python\Python311\libs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
142
+ <AdditionalDependencies >python311.lib;TensorCore.lib;%(AdditionalDependencies)</AdditionalDependencies >
143
+ </Link >
144
+ <PostBuildEvent >
145
+ <Command >xcopy /y /d "..\..\TensorCore\$(IntDir)TensorCore.dll" "$(OutDir)"</Command >
146
+ </PostBuildEvent >
147
+ </ItemDefinitionGroup >
148
+ <ItemGroup >
149
+ <ClCompile Include =" module.c" />
150
+ <ClCompile Include =" py_tensor.cpp" />
151
+ </ItemGroup >
152
+ <ItemGroup >
153
+ <ClInclude Include =" module.h" />
154
+ </ItemGroup >
155
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
156
+ <ImportGroup Label =" ExtensionTargets" >
157
+ </ImportGroup >
158
+ </Project >
0 commit comments