diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-16 17:27:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-16 17:27:21 +0000 |
commit | 7fb3e4a0ffcc61fc3f457fe35d46a0e32bdc18f1 (patch) | |
tree | f2428423e271c54507bf55ffbdc4d42e6b1cfe17 /plugins/ClientChangeNotify/ClientChangeNotify.vcxproj | |
parent | 365183d00b2eaad4d7c1a38bf346c6635e2c8031 (diff) |
all warnings fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@14968 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/ClientChangeNotify.vcxproj')
-rw-r--r-- | plugins/ClientChangeNotify/ClientChangeNotify.vcxproj | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj index 29dee9e7a4..e9ee42c0f3 100644 --- a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj +++ b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj @@ -26,23 +26,6 @@ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
- <ClCompile Include="src\CommonLibs\CString.cpp">
- <PrecompiledHeaderFile>../stdafx.h</PrecompiledHeaderFile>
- </ClCompile>
- <ClCompile Include="src\CommonLibs\Options.cpp">
- <PrecompiledHeaderFile>../stdafx.h</PrecompiledHeaderFile>
- </ClCompile>
- <ClCompile Include="src\CommonLibs\pcre.cpp">
- <PrecompiledHeaderFile>../stdafx.h</PrecompiledHeaderFile>
- </ClCompile>
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="src\CommonLibs\CString.h" />
- <ClInclude Include="src\CommonLibs\Options.h" />
- <ClInclude Include="src\CommonLibs\pcre.h" />
- <ClInclude Include="src\CommonLibs\TMyArray.h" />
- </ItemGroup>
- <ItemGroup>
<ProjectReference Include="..\..\libs\Pcre16\pcre16.vcxproj">
<Project>{6124e997-426e-4a0b-9617-d6d577d5e7d7}</Project>
</ProjectReference>
|