summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-08-17 23:55:39 -0400
committerGitHub <noreply@github.com>2018-08-17 23:55:39 -0400
commitf2171cbe2f498e05298f80ee671b011302e73c28 (patch)
treee7facf7f3bb39cea81d707956cdccdcefb047028 /cryptdll.vcxproj
parent522da15b13ab11613d9c7d7beae42b3d91a90596 (diff)
downloadcryptopp-git-f2171cbe2f498e05298f80ee671b011302e73c28.tar.gz
Remove Thread and Socket classes (GH #208, PR #703)
Also see https://groups.google.com/forum/#!topic/cryptopp-users/5btwLoxXXD4.
Diffstat (limited to 'cryptdll.vcxproj')
-rw-r--r--cryptdll.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index df5a4787..971cbb79 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -240,7 +240,6 @@
<ClCompile Include="skipjack.cpp" />
<ClCompile Include="sse-simd.cpp" />
<ClCompile Include="strciphr.cpp" />
- <ClCompile Include="trdlocal.cpp" />
</ItemGroup>
<!-- Header Files -->
<ItemGroup>
@@ -309,7 +308,6 @@
<ClInclude Include="stdcpp.h" />
<ClInclude Include="strciphr.h" />
<ClInclude Include="trap.h" />
- <ClInclude Include="trdlocal.h" />
<ClInclude Include="words.h" />
</ItemGroup>
<!-- Back to Visual Studio boilerplate -->