diff options
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>
|