Update VS projectfile for crypt_blowfish changes
This commit is contained in:
parent
4c77b5c418
commit
8d951d9f5d
1 changed files with 2 additions and 9 deletions
|
@ -130,10 +130,7 @@
|
|||
</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\crypt_blowfish\crypt_blowfish.c" />
|
||||
<ClCompile Include="..\..\src\color.cpp" />
|
||||
<ClCompile Include="..\..\src\color_range.cpp" />
|
||||
<ClCompile Include="..\..\src\config.cpp" />
|
||||
|
@ -167,11 +164,7 @@
|
|||
<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\crypt_blowfish\crypt_blowfish.h" />
|
||||
<ClInclude Include="..\..\src\color.hpp" />
|
||||
<ClInclude Include="..\..\src\color_range.hpp" />
|
||||
<ClInclude Include="..\..\src\config.hpp" />
|
||||
|
|
Loading…
Add table
Reference in a new issue