Skip to content

Commit b10bacf

Browse files
committed
Add remote_def.h and SockAddr.h to remote project
1 parent 84a48b5 commit b10bacf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

builds/win32/msvc15/remote.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@
162162
<ClInclude Include="..\..\..\src\remote\protocol.h" />
163163
<ClInclude Include="..\..\..\src\remote\proto_proto.h" />
164164
<ClInclude Include="..\..\..\src\remote\remote.h" />
165+
<ClInclude Include="..\..\..\src\remote\remote_def.h" />
165166
<ClInclude Include="..\..\..\src\remote\remot_proto.h" />
167+
<ClInclude Include="..\..\..\src\remote\SockAddr.h" />
166168
</ItemGroup>
167169
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
168170
<ImportGroup Label="ExtensionTargets">

builds/win32/msvc15/remote.vcxproj.filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,11 @@
7373
<ClInclude Include="..\..\..\src\auth\SecureRemotePassword\Message.h">
7474
<Filter>Header files</Filter>
7575
</ClInclude>
76+
<ClInclude Include="..\..\..\src\remote\remote_def.h">
77+
<Filter>Header files</Filter>
78+
</ClInclude>
79+
<ClInclude Include="..\..\..\src\remote\SockAddr.h">
80+
<Filter>Header files</Filter>
81+
</ClInclude>
7682
</ItemGroup>
7783
</Project>

0 commit comments

Comments
 (0)