]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Add xkey_provider sources and includes to MSVC project
authorSelva Nair <selva.nair@gmail.com>
Tue, 14 Dec 2021 16:59:28 +0000 (11:59 -0500)
committerGert Doering <gert@greenie.muc.de>
Thu, 20 Jan 2022 14:47:33 +0000 (15:47 +0100)
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>
src/openvpn/openvpn.vcxproj

index 65ee6839459cc4a368ac3d2db2381879377ae48b..2f0cee60fe2bd1f73c838507ce4c23304a1df83b 100644 (file)
     <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" />
     <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" />