diff options
Diffstat (limited to 'plugins/DbChecker/dbchecker.vcxproj')
| -rw-r--r-- | plugins/DbChecker/dbchecker.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/DbChecker/dbchecker.vcxproj b/plugins/DbChecker/dbchecker.vcxproj index 71f8179d96..00ac8e13d3 100644 --- a/plugins/DbChecker/dbchecker.vcxproj +++ b/plugins/DbChecker/dbchecker.vcxproj @@ -21,6 +21,7 @@ <ItemGroup> <ClCompile Include="src\main.cpp" /> <ClCompile Include="src\openerror.cpp" /> + <ClCompile Include="src\options.cpp" /> <ClCompile Include="src\progress.cpp" /> <ClCompile Include="src\stdafx.cxx"> <PrecompiledHeader>Create</PrecompiledHeader> @@ -37,6 +38,9 @@ <ClInclude Include="src\stdafx.h" /> <ClInclude Include="src\version.h" /> </ItemGroup> + <ItemGroup> + <Image Include="res\dbtool.ico" /> + </ItemGroup> <PropertyGroup Label="Globals"> <ProjectName>DbChecker</ProjectName> <ProjectGuid>{A2E9DA24-95E4-4414-94AF-488A382E276A}</ProjectGuid> |
