Hi Everyone,

We cleaned up the Visual Studio project files. We removed the XML bloat, 
and they are readable and maintainable now. They are also about 150KB 
smaller.

You can add source and header files to the project by opening the 
cryptlib.vcxproj or cryptest.vcxproj in a hex editor, and then adding the 
line like the others. Below is from cryptest.vcxproj:

  <!-- Source Files -->
  <ItemGroup>
    <ClCompile Include="adhoc.cpp" />
    <ClCompile Include="bench1.cpp" />
    <ClCompile Include="bench2.cpp" />
    ...
    <ClCompile Include="validat1.cpp" />
    <ClCompile Include="validat2.cpp" />
    <ClCompile Include="validat3.cpp" />
  </ItemGroup>

The check-ins of interest are:

  * Cryptest: 
http://github.com/weidai11/cryptopp/commit/e1c9fdd3eef18a8fc8a30e5321f9235c1ffdc36c
  * Cryptlib: 
http://github.com/weidai11/cryptopp/commit/af9b26770b77027ff518f7f9ea1068030c0b7011
  * Cryptdll: 
http://github.com/weidai11/cryptopp/commit/d58df54b542e3e0fb21e82ed8588de95620d5872
  * Dlltest: 
http://github.com/weidai11/cryptopp/commit/76358cb86508d94b1229cbb08bea3f86ac16bbf4

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to