|
194 | 194 | </Manifest> |
195 | 195 | </ItemDefinitionGroup> |
196 | 196 | <ItemGroup> |
197 | | - <ClInclude Include="..\..\..\servconf.h" /> |
198 | | - <ClInclude Include="..\ssh-pubkey\ssh-pubkeydefs.h" /> |
199 | | - <ClInclude Include="..\win32compat\ssh-agent\agent-request.h" /> |
200 | | - <ClInclude Include="..\win32compat\ssh-agent\agent.h" /> |
| 197 | + <ClInclude Include="$(OpenSSH-Src-Path)\servconf.h" /> |
| 198 | + <ClInclude Include="$(OpenSSH-Src-Path)\contrib\win32\ssh-pubkey\ssh-pubkeydefs.h" /> |
| 199 | + <ClInclude Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\agent-request.h" /> |
| 200 | + <ClInclude Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\agent.h" /> |
201 | 201 | </ItemGroup> |
202 | 202 | <ItemGroup> |
203 | | - <ClCompile Include="..\..\..\auth.c" /> |
204 | | - <ClCompile Include="..\..\..\groupaccess.c" /> |
205 | | - <ClCompile Include="..\..\..\roaming_dummy.c" /> |
206 | | - <ClCompile Include="..\..\..\servconf.c" /> |
207 | | - <ClCompile Include="..\win32compat\ssh-agent\agent-main.c" /> |
208 | | - <ClCompile Include="..\win32compat\ssh-agent\agent.c" /> |
209 | | - <ClCompile Include="..\win32compat\ssh-agent\authagent-request.c" /> |
210 | | - <ClCompile Include="..\win32compat\ssh-agent\agentconfig.c" /> |
211 | | - <ClCompile Include="..\win32compat\ssh-agent\connection.c" /> |
212 | | - <ClCompile Include="..\win32compat\ssh-agent\keyagent-request.c" /> |
213 | | - <ClCompile Include="..\win32compat\ssh-agent\pubkeyagent-request.c" /> |
| 203 | + <ClCompile Include="$(OpenSSH-Src-Path)\auth.c" /> |
| 204 | + <ClCompile Include="$(OpenSSH-Src-Path)\groupaccess.c" /> |
| 205 | + <ClCompile Include="$(OpenSSH-Src-Path)\roaming_dummy.c" /> |
| 206 | + <ClCompile Include="$(OpenSSH-Src-Path)\servconf.c" /> |
| 207 | + <ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\agent-main.c" /> |
| 208 | + <ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\agent.c" /> |
| 209 | + <ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\authagent-request.c" /> |
| 210 | + <ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\agentconfig.c" /> |
| 211 | + <ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\connection.c" /> |
| 212 | + <ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\keyagent-request.c" /> |
| 213 | + <ClCompile Include="$(OpenSSH-Src-Path)\contrib\win32\win32compat\ssh-agent\pubkeyagent-request.c" /> |
214 | 214 | </ItemGroup> |
215 | 215 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
216 | 216 | <ImportGroup Label="ExtensionTargets"> |
|
0 commit comments