|
77 | 77 | </PropertyGroup>
|
78 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
79 | 79 | <LinkIncremental>true</LinkIncremental>
|
80 | | - <IncludePath>C:\Users\yjin4\Anaconda3\envs\torch19\include;C:\Users\yjin4\Anaconda3\envs\torch19\lib\site-packages\numpy\core\include;..\include;$(IncludePath)</IncludePath> |
81 | | - <LibraryPath>C:\Users\yjin4\Anaconda3\envs\torch19\libs;C:\Users\yjin4\Anaconda3\envs\torch19\lib\site-packages\numpy\core\lib;..\lib;$(LibraryPath)</LibraryPath> |
| 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> |
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\Anaconda3\envs\torch19\include;C:\Users\yjin4\Anaconda3\envs\torch19\lib\site-packages\numpy\core\include;..\include;$(IncludePath)</IncludePath> |
91 | | - <LibraryPath>C:\Users\yjin4\Anaconda3\envs\torch19\libs;C:\Users\yjin4\Anaconda3\envs\torch19\lib\site-packages\numpy\core\lib;..\lib;$(LibraryPath)</LibraryPath> |
| 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> |
92 | 92 | </PropertyGroup>
|
93 | 93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
94 | 94 | <ClCompile>
|
|
0 commit comments