diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-27 07:04:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-27 07:04:06 +0000 |
commit | adc5442e0cbaec78f5c81fa672e3e14e4c928f59 (patch) | |
tree | 2090ab5a08c2c060b1db52c231b9d6ed608cf654 /plugins/DbChecker/dbchecker_10.vcxproj.filters | |
parent | 1718ecd06e6bb305385e5dea79c5649af6e9470a (diff) |
dbchecker - initial version
git-svn-id: http://svn.miranda-ng.org/main/trunk@1208 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbChecker/dbchecker_10.vcxproj.filters')
-rw-r--r-- | plugins/DbChecker/dbchecker_10.vcxproj.filters | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/DbChecker/dbchecker_10.vcxproj.filters b/plugins/DbChecker/dbchecker_10.vcxproj.filters index 0bf3b22913..e421e1eff8 100644 --- a/plugins/DbChecker/dbchecker_10.vcxproj.filters +++ b/plugins/DbChecker/dbchecker_10.vcxproj.filters @@ -21,9 +21,6 @@ <ClCompile Include="src\main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="src\utf.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="src\worker.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -56,6 +53,9 @@ <ClInclude Include="src\dbchecker.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="src\version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\resource.rc">
|