diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-27 16:33:48 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-27 16:33:48 +0000 |
commit | 89f4b8572977180ef6174557bf8037ce1956667f (patch) | |
tree | ba6356e1d778ed04b64594475a733cc7dca36c27 /plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj | |
parent | b421c23243973b71acce82653f0656f21ede8df2 (diff) |
CommonLibs moved to ClientChangeNotify folder
removed not used files
git-svn-id: http://svn.miranda-ng.org/main/trunk@5155 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj')
-rw-r--r-- | plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj b/plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj index 163b657735..ab35b5df9f 100644 --- a/plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj +++ b/plugins/ClientChangeNotify/ClientChangeNotify_11.vcxproj @@ -187,21 +187,21 @@ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
- <ClCompile Include="..\CommonLibs\CString.cpp" />
+ <ClCompile Include="src\CommonLibs\CString.cpp" />
<ClCompile Include="src\OptDlg.cpp" />
- <ClCompile Include="..\CommonLibs\Options.cpp" />
- <ClCompile Include="..\CommonLibs\pcre.cpp" />
+ <ClCompile Include="src\CommonLibs\Options.cpp" />
+ <ClCompile Include="src\CommonLibs\pcre.cpp" />
<ClCompile Include="src\ClientChangeNotify.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\Common.h" />
- <ClInclude Include="..\CommonLibs\CString.h" />
+ <ClInclude Include="src\CommonLibs\CString.h" />
<ClInclude Include="src\Misc.h" />
- <ClInclude Include="..\CommonLibs\Options.h" />
- <ClInclude Include="..\CommonLibs\pcre.h" />
- <ClInclude Include="..\CommonLibs\pcre_main.h" />
+ <ClInclude Include="src\CommonLibs\Options.h" />
+ <ClInclude Include="src\CommonLibs\pcre.h" />
+ <ClInclude Include="src\CommonLibs\pcre_main.h" />
<ClInclude Include="src\resource.h" />
- <ClInclude Include="..\CommonLibs\TMyArray.h" />
+ <ClInclude Include="src\CommonLibs\TMyArray.h" />
<ClInclude Include="src\Version.h" />
</ItemGroup>
<ItemGroup>
|