132
132
<OptimizeReferences >true</OptimizeReferences >
133
133
<GenerateDebugInformation >true</GenerateDebugInformation >
134
134
<EnableUAC >false</EnableUAC >
135
+ <AdditionalOptions >/PDBALTPATH:https://github.com/Chaoses-Ib/IbEverythingExt %(AdditionalOptions)</AdditionalOptions >
135
136
</Link >
136
137
</ItemDefinitionGroup >
137
138
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
168
169
<OptimizeReferences >true</OptimizeReferences >
169
170
<GenerateDebugInformation >true</GenerateDebugInformation >
170
171
<EnableUAC >false</EnableUAC >
172
+ <AdditionalOptions >/PDBALTPATH:https://github.com/Chaoses-Ib/IbEverythingExt %(AdditionalOptions)</AdditionalOptions >
171
173
</Link >
172
174
</ItemDefinitionGroup >
173
175
<ItemGroup >
174
176
<ClInclude Include =" config.hpp" />
175
177
<ClInclude Include =" framework.h" />
176
178
<ClInclude Include =" helper.hpp" />
177
179
<ClInclude Include =" ipc.hpp" />
180
+ <ClInclude Include =" ipc_window.hpp" />
181
+ <ClInclude Include =" match.hpp" />
178
182
<ClInclude Include =" pch.h" />
179
183
<ClInclude Include =" pinyin.hpp" />
184
+ <ClInclude Include =" PinyinSearch.hpp" />
185
+ <ClInclude Include =" PinyinSearchEdit.hpp" />
186
+ <ClInclude Include =" PinyinSearchPcre.hpp" />
180
187
<ClInclude Include =" quick_select.hpp" />
181
188
<ClInclude Include =" resource.h" />
182
189
<ClInclude Include =" search_history.hpp" />
183
190
</ItemGroup >
184
191
<ItemGroup >
185
192
<ClCompile Include =" config.cpp" />
186
193
<ClCompile Include =" dllmain.cpp" />
194
+ <ClCompile Include =" helper.cpp" />
187
195
<ClCompile Include =" ipc.cpp" />
196
+ <ClCompile Include =" ipc_window.cpp" />
197
+ <ClCompile Include =" match.cpp" >
198
+ <Optimization Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >MaxSpeed</Optimization >
199
+ <Optimization Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >MaxSpeed</Optimization >
200
+ <BasicRuntimeChecks Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Default</BasicRuntimeChecks >
201
+ <BasicRuntimeChecks Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Default</BasicRuntimeChecks >
202
+ </ClCompile >
188
203
<ClCompile Include =" pch.cpp" >
189
204
<PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
190
205
<PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
191
206
<PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
192
207
<PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
193
208
</ClCompile >
194
209
<ClCompile Include =" pinyin.cpp" />
195
- <ClCompile Include =" pinyin_data.cpp" />
210
+ <ClCompile Include =" PinyinSearch.cpp" />
211
+ <ClCompile Include =" PinyinSearchEdit.cpp" />
212
+ <ClCompile Include =" PinyinSearchPcre.cpp" />
196
213
<ClCompile Include =" quick_select.cpp" />
197
214
<ClCompile Include =" search_history.cpp" />
198
215
</ItemGroup >
206
223
<Import Project =" C:\L\C++\packages\IbWinCppLib\IbWinCppLib.props" />
207
224
<Import Project =" C:\L\C++\packages\IbDllHijackLib\IbDllHijackLib.props" />
208
225
<Import Project =" C:\L\C++\packages\IbEverythingLib\IbEverythingLib.props" />
226
+ <Import Project =" C:\L\C++\packages\IbPinyinLib\IbPinyinLib.props" />
209
227
</ImportGroup >
210
228
</Project >
0 commit comments