diff options
Diffstat (limited to 'plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj')
-rw-r--r-- | plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj b/plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj index a769074e45..f88ed4a121 100644 --- a/plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj +++ b/plugins/Dbx_tree/encryption/HC256/HC256_10.vcxproj @@ -158,10 +158,14 @@ <ItemGroup>
<ClInclude Include="..\Common\Cipher.h" />
<ClInclude Include="src\HC256.h" />
+ <ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\HC256.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|