mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
Add xkey_provider sources and includes to MSVC project
Signed-off-by: Selva Nair <selva.nair@gmail.com> Acked-by: Arne Schwabe <arne@rfc2549.org> Message-Id: <20211214165928.30676-19-selva.nair@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23445.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
parent
c279986bf4
commit
57abdcfc38
1 changed files with 3 additions and 0 deletions
|
|
@ -316,6 +316,8 @@
|
|||
<ClCompile Include="vlan.c" />
|
||||
<ClCompile Include="win32.c" />
|
||||
<ClCompile Include="win32-util.c" />
|
||||
<ClCompile Include="xkey_helper.c"/>
|
||||
<ClCompile Include="xkey_provider.c"/>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="argv.h" />
|
||||
|
|
@ -407,6 +409,7 @@
|
|||
<ClInclude Include="vlan.h" />
|
||||
<ClInclude Include="win32.h" />
|
||||
<ClInclude Include="win32-util.h" />
|
||||
<ClInclude Include="xkey_common.h"/>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="openvpn_win32_resources.rc" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue