|
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
30 | 30 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
31 | 31 | <UseDebugLibraries>true</UseDebugLibraries> |
32 | | - <PlatformToolset>v142</PlatformToolset> |
| 32 | + <PlatformToolset>v143</PlatformToolset> |
33 | 33 | <CharacterSet>Unicode</CharacterSet> |
34 | 34 | </PropertyGroup> |
35 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
36 | 36 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
37 | 37 | <UseDebugLibraries>false</UseDebugLibraries> |
38 | | - <PlatformToolset>v142</PlatformToolset> |
| 38 | + <PlatformToolset>v143</PlatformToolset> |
39 | 39 | <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | 40 | <CharacterSet>Unicode</CharacterSet> |
41 | 41 | </PropertyGroup> |
42 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
43 | 43 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
44 | 44 | <UseDebugLibraries>true</UseDebugLibraries> |
45 | | - <PlatformToolset>v142</PlatformToolset> |
| 45 | + <PlatformToolset>v143</PlatformToolset> |
46 | 46 | <CharacterSet>Unicode</CharacterSet> |
47 | 47 | </PropertyGroup> |
48 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
49 | 49 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
50 | 50 | <UseDebugLibraries>false</UseDebugLibraries> |
51 | | - <PlatformToolset>v142</PlatformToolset> |
| 51 | + <PlatformToolset>v143</PlatformToolset> |
52 | 52 | <WholeProgramOptimization>true</WholeProgramOptimization> |
53 | 53 | <CharacterSet>Unicode</CharacterSet> |
54 | 54 | </PropertyGroup> |
|
77 | 77 | </PropertyGroup> |
78 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
79 | 79 | <LinkIncremental>true</LinkIncremental> |
80 | | - <IncludePath>C:\Users\yjin4\.conda\envs\py39\include;C:\Users\yjin4\.conda\envs\py39\lib\site-packages\numpy\core\include;..\include;$(IncludePath)</IncludePath> |
81 | | - <LibraryPath>C:\Users\yjin4\.conda\envs\py39\libs;C:\Users\yjin4\.conda\envs\py39\lib\site-packages\numpy\core\lib;..\lib;$(LibraryPath)</LibraryPath> |
| 80 | + <IncludePath>C:\Users\cainm\.conda\envs\py310\include;C:\Users\cainm\.conda\envs\py310\lib\site-packages\numpy\core\include;..\include;$(IncludePath)</IncludePath> |
| 81 | + <LibraryPath>C:\Users\cainm\.conda\envs\py310\libs;C:\Users\cainm\.conda\envs\py310\lib\site-packages\numpy\core\lib;..\lib;$(LibraryPath)</LibraryPath> |
82 | 82 | </PropertyGroup> |
83 | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
84 | 84 | <LinkIncremental>false</LinkIncremental> |
|
87 | 87 | </PropertyGroup> |
88 | 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
89 | 89 | <LinkIncremental>false</LinkIncremental> |
90 | | - <IncludePath>C:\Users\yjin4\.conda\envs\py39\include;C:\Users\yjin4\.conda\envs\py39\lib\site-packages\numpy\core\include;..\include;$(IncludePath)</IncludePath> |
91 | | - <LibraryPath>C:\Users\yjin4\.conda\envs\py39\libs;C:\Users\yjin4\.conda\envs\py39\lib\site-packages\numpy\core\lib;..\lib;$(LibraryPath)</LibraryPath> |
| 90 | + <IncludePath>C:\Users\cainm\.conda\envs\py310\include;C:\Users\cainm\.conda\envs\py310\lib\site-packages\numpy\core\include;..\include;$(IncludePath)</IncludePath> |
| 91 | + <LibraryPath>C:\Users\cainm\.conda\envs\py310\libs;C:\Users\cainm\.conda\envs\py310\lib\site-packages\numpy\core\lib;..\lib;$(LibraryPath)</LibraryPath> |
92 | 92 | </PropertyGroup> |
93 | 93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
94 | 94 | <ClCompile> |
|
111 | 111 | <Optimization>Disabled</Optimization> |
112 | 112 | <PreprocessorDefinitions>_DEBUG;MpegCoder_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
113 | 113 | <SDLCheck>true</SDLCheck> |
| 114 | + <OpenMPSupport>true</OpenMPSupport> |
114 | 115 | </ClCompile> |
115 | 116 | <Link> |
116 | 117 | <SubSystem>Windows</SubSystem> |
117 | 118 | <GenerateDebugInformation>true</GenerateDebugInformation> |
118 | | - <AdditionalDependencies>avcodec.lib;avformat.lib;avutil.lib;swresample.lib;swscale.lib;python39.lib;python3.lib;npymath.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 119 | + <AdditionalDependencies>python310.lib;python3.lib;npymath.lib;avcodec.lib;avformat.lib;avutil.lib;swresample.lib;swscale.lib;%(AdditionalDependencies)</AdditionalDependencies> |
119 | 120 | </Link> |
120 | 121 | <PostBuildEvent> |
121 | 122 | <Command>echo F | xcopy /y /i "$(OutDir)$(TargetName)$(TargetExt)" "$(OutDir)mpegCoder.pyd"</Command> |
|
148 | 149 | <IntrinsicFunctions>true</IntrinsicFunctions> |
149 | 150 | <PreprocessorDefinitions>NDEBUG;MpegCoder_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
150 | 151 | <SDLCheck>true</SDLCheck> |
| 152 | + <OpenMPSupport>true</OpenMPSupport> |
151 | 153 | </ClCompile> |
152 | 154 | <Link> |
153 | 155 | <SubSystem>Windows</SubSystem> |
154 | 156 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
155 | 157 | <OptimizeReferences>true</OptimizeReferences> |
156 | 158 | <GenerateDebugInformation>true</GenerateDebugInformation> |
157 | | - <AdditionalDependencies>avcodec.lib;avformat.lib;avutil.lib;swresample.lib;swscale.lib;python39.lib;python3.lib;npymath.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 159 | + <AdditionalDependencies>python310.lib;python3.lib;npymath.lib;avcodec.lib;avformat.lib;avutil.lib;swresample.lib;swscale.lib;%(AdditionalDependencies)</AdditionalDependencies> |
158 | 160 | </Link> |
159 | 161 | <PostBuildEvent> |
160 | 162 | <Command>echo F | xcopy /y /i "$(OutDir)$(TargetName)$(TargetExt)" "$(OutDir)mpegCoder.pyd"</Command> |
|
0 commit comments