Fix build

This commit is contained in:
Martin 2016-08-08 13:53:45 +02:00
parent bcd3c39fbc
commit de7353271b
3 changed files with 8 additions and 6 deletions

View File

@ -219,6 +219,7 @@
<ClCompile Include="jsoncpp.cpp" />
<ClCompile Include="Logs.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="md5.cpp" />
<ClCompile Include="RestoreWindowsComponents.cpp" />
<ClCompile Include="SelectRestoreWindowsComponents.cpp" />
<ClCompile Include="SelectWindowsComponents.cpp" />
@ -245,6 +246,7 @@
<ClInclude Include="Info.h" />
<ClInclude Include="Logs.h" />
<ClInclude Include="main.h" />
<ClInclude Include="md5.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="RestoreWindowsComponents.h" />
<ClInclude Include="SelectRestoreWindowsComponents.h" />

View File

@ -93,6 +93,9 @@
<ClCompile Include="RestoreWindowsComponents.cpp">
<Filter>Quelldateien</Filter>
</ClCompile>
<ClCompile Include="md5.cpp">
<Filter>Quelldateien</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="ConfigPath.h">
@ -173,6 +176,9 @@
<ClInclude Include="types.h">
<Filter>Headerdateien</Filter>
</ClInclude>
<ClInclude Include="md5.h">
<Filter>Headerdateien</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="icon1.ico">

View File

@ -39,12 +39,6 @@ These notices must be retained in any copies of any part of this
documentation and/or software.
*/
#include "vld.h"
#include "md5.h"