Updated VS projectfile for bcrypt changes
[ci skip]
This commit is contained in:
parent
86a918e670
commit
5291d41377
2 changed files with 42 additions and 0 deletions
|
@ -130,6 +130,10 @@
|
|||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\src\bcrypt\bcrypt.c" />
|
||||
<ClCompile Include="..\..\src\bcrypt\crypt_blowfish\crypt_blowfish.c" />
|
||||
<ClCompile Include="..\..\src\bcrypt\crypt_blowfish\crypt_gensalt.c" />
|
||||
<ClCompile Include="..\..\src\bcrypt\crypt_blowfish\wrapper.c" />
|
||||
<ClCompile Include="..\..\src\color.cpp" />
|
||||
<ClCompile Include="..\..\src\color_range.cpp" />
|
||||
<ClCompile Include="..\..\src\config.cpp" />
|
||||
|
@ -164,6 +168,11 @@
|
|||
<ClCompile Include="..\..\src\version.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\bcrypt\bcrypt.h" />
|
||||
<ClInclude Include="..\..\src\bcrypt\crypt_blowfish\crypt.h" />
|
||||
<ClInclude Include="..\..\src\bcrypt\crypt_blowfish\crypt_blowfish.h" />
|
||||
<ClInclude Include="..\..\src\bcrypt\crypt_blowfish\crypt_gensalt.h" />
|
||||
<ClInclude Include="..\..\src\bcrypt\crypt_blowfish\ow-crypt.h" />
|
||||
<ClInclude Include="..\..\src\color.hpp" />
|
||||
<ClInclude Include="..\..\src\color_range.hpp" />
|
||||
<ClInclude Include="..\..\src\config.hpp" />
|
||||
|
|
|
@ -20,6 +20,12 @@
|
|||
<Filter Include="Formula">
|
||||
<UniqueIdentifier>{89506bfd-cc4a-4db3-84f4-b90d70040b9c}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Bcrypt">
|
||||
<UniqueIdentifier>{d5a81024-f17f-4bdc-8eab-015200624965}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Bcrypt\Crypt_blowfish">
|
||||
<UniqueIdentifier>{7f9caf8d-4d10-431e-85a6-4495b10035ab}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\src\serialization\binary_or_text.cpp">
|
||||
|
@ -66,6 +72,18 @@
|
|||
<Filter>Formula</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\deprecation.cpp" />
|
||||
<ClCompile Include="..\..\src\bcrypt\bcrypt.c">
|
||||
<Filter>Bcrypt</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\bcrypt\crypt_blowfish\crypt_blowfish.c">
|
||||
<Filter>Bcrypt\Crypt_blowfish</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\bcrypt\crypt_blowfish\crypt_gensalt.c">
|
||||
<Filter>Bcrypt\Crypt_blowfish</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\bcrypt\crypt_blowfish\wrapper.c">
|
||||
<Filter>Bcrypt\Crypt_blowfish</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\serialization\binary_or_text.hpp">
|
||||
|
@ -151,5 +169,20 @@
|
|||
<Filter>Formula</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\deprecation.hpp" />
|
||||
<ClInclude Include="..\..\src\bcrypt\bcrypt.h">
|
||||
<Filter>Bcrypt</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\bcrypt\crypt_blowfish\crypt.h">
|
||||
<Filter>Bcrypt\Crypt_blowfish</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\bcrypt\crypt_blowfish\crypt_blowfish.h">
|
||||
<Filter>Bcrypt\Crypt_blowfish</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\bcrypt\crypt_blowfish\crypt_gensalt.h">
|
||||
<Filter>Bcrypt\Crypt_blowfish</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\bcrypt\crypt_blowfish\ow-crypt.h">
|
||||
<Filter>Bcrypt\Crypt_blowfish</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Reference in a new issue