|
33 | 33 | <None Include="kiwipiepy\__main__.py" /> |
34 | 34 | <None Include="README.md" /> |
35 | 35 | <None Include="setup.py" /> |
36 | | - <None Include="test.py" /> |
| 36 | + <None Include="test\test_kiwipiepy.py" /> |
37 | 37 | <None Include="x64\Debug\test.py" /> |
38 | 38 | <None Include="x64\Release\test.py" /> |
39 | 39 | </ItemGroup> |
|
42 | 42 | <ClInclude Include="src\PyUtils.h" /> |
43 | 43 | </ItemGroup> |
44 | 44 | <ItemGroup> |
45 | | - <ProjectReference Include="Kiwi\kiwi_shared_library.vcxproj"> |
| 45 | + <ProjectReference Include="Kiwi\vsproj\kiwi_shared_library.vcxproj"> |
46 | 46 | <Project>{f790bc37-2732-4ed1-9ca5-7248bed3588e}</Project> |
47 | 47 | </ProjectReference> |
48 | 48 | </ItemGroup> |
|
102 | 102 | <LinkIncremental>true</LinkIncremental> |
103 | 103 | <TargetExt>.pyd</TargetExt> |
104 | 104 | <TargetName>_kiwipiepy</TargetName> |
105 | | - <IncludePath>$(ProjectDir)mimalloc/include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath> |
| 105 | + <IncludePath>$(ProjectDir)Kiwi/include;$(ProjectDir)Kiwi/third_party/mimalloc/include;C:\Users\Administrator\AppData\Local\Programs\Python\Python310-32\include;C:\Users\Administrator\AppData\Local\Programs\Python\Python310-32\Lib\site-packages\numpy\core\include;$(IncludePath)</IncludePath> |
| 106 | + <LibraryPath>C:\Users\Administrator\AppData\Local\Programs\Python\Python310-32\libs;$(LibraryPath)</LibraryPath> |
106 | 107 | </PropertyGroup> |
107 | 108 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
108 | 109 | <LinkIncremental>true</LinkIncremental> |
109 | 110 | <TargetExt>.pyd</TargetExt> |
110 | 111 | <TargetName>_kiwipiepy</TargetName> |
111 | | - <IncludePath>$(ProjectDir)Kiwi/include;$(ProjectDir)Kiwi/third_party/mimalloc/include;C:\Users\Administrator\AppData\Local\Programs\Python\Python310\include;C:\Users\Administrator\AppData\Local\Programs\Python\Python310\Lib\site-packages\numpy\core\include;$(IncludePath)</IncludePath> |
112 | | - <LibraryPath>C:\Users\Administrator\AppData\Local\Programs\Python\Python310\libs;$(LibraryPath)</LibraryPath> |
| 112 | + <IncludePath>$(ProjectDir)Kiwi/include;$(ProjectDir)Kiwi/third_party/mimalloc/include;C:\Users\Administrator\AppData\Local\Programs\Python\Python312\include;C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\numpy\core\include;$(IncludePath)</IncludePath> |
| 113 | + <LibraryPath>C:\Users\Administrator\AppData\Local\Programs\Python\Python312\libs;$(LibraryPath)</LibraryPath> |
113 | 114 | </PropertyGroup> |
114 | 115 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
115 | 116 | <LinkIncremental>false</LinkIncremental> |
116 | 117 | <TargetExt>.pyd</TargetExt> |
117 | 118 | <TargetName>_kiwipiepy</TargetName> |
118 | | - <IncludePath>$(ProjectDir)mimalloc/include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath> |
| 119 | + <IncludePath>$(ProjectDir)Kiwi/include;$(ProjectDir)Kiwi/third_party/mimalloc/include;C:\Users\Administrator\AppData\Local\Programs\Python\Python310-32\include;C:\Users\Administrator\AppData\Local\Programs\Python\Python310-32\Lib\site-packages\numpy\core\include;$(IncludePath)</IncludePath> |
| 120 | + <LibraryPath>C:\Users\Administrator\AppData\Local\Programs\Python\Python310-32\libs;$(LibraryPath)</LibraryPath> |
119 | 121 | </PropertyGroup> |
120 | 122 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
121 | 123 | <LinkIncremental>false</LinkIncremental> |
122 | 124 | <TargetExt>.pyd</TargetExt> |
123 | 125 | <TargetName>_kiwipiepy</TargetName> |
124 | | - <IncludePath>$(ProjectDir)Kiwi/include;$(ProjectDir)Kiwi/third_party/mimalloc/include;C:\Users\Administrator\AppData\Local\Programs\Python\Python310\include;C:\Users\Administrator\AppData\Local\Programs\Python\Python310\Lib\site-packages\numpy\core\include;$(IncludePath)</IncludePath> |
125 | | - <LibraryPath>C:\Users\Administrator\AppData\Local\Programs\Python\Python310\libs;$(LibraryPath)</LibraryPath> |
| 126 | + <IncludePath>$(ProjectDir)Kiwi/include;$(ProjectDir)Kiwi/third_party/mimalloc/include;C:\Users\Administrator\AppData\Local\Programs\Python\Python312\include;C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\site-packages\numpy\core\include;$(IncludePath)</IncludePath> |
| 127 | + <LibraryPath>C:\Users\Administrator\AppData\Local\Programs\Python\Python312\libs;$(LibraryPath)</LibraryPath> |
126 | 128 | </PropertyGroup> |
127 | 129 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
128 | 130 | <ClCompile> |
|
0 commit comments