We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c645a2 commit 891836dCopy full SHA for 891836d
2 files changed
contrib/win32/openssh/ssh-keysign.vcxproj
@@ -178,7 +178,6 @@
178
<ItemGroup>
179
<ClCompile Include="$(OpenSSH-Src-Path)readconf.c" />
180
<ClCompile Include="$(OpenSSH-Src-Path)roaming_dummy.c" />
181
- <ClCompile Include="$(OpenSSH-Src-Path)ssh-keygen.c" />
182
<ClCompile Include="$(OpenSSH-Src-Path)ssh-keysign.c" />
183
</ItemGroup>
184
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
contrib/win32/openssh/ssh-keysign.vcxproj.filters
@@ -21,9 +21,6 @@
21
<ClCompile Include="$(OpenSSH-Src-Path)roaming_dummy.c">
22
<Filter>Source Files</Filter>
23
</ClCompile>
24
- <ClCompile Include="$(OpenSSH-Src-Path)ssh-keygen.c">
25
- <Filter>Source Files</Filter>
26
- </ClCompile>
27
<ClCompile Include="$(OpenSSH-Src-Path)ssh-keysign.c">
28
29
0 commit comments