diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-21 16:10:10 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-21 16:10:10 +0000 |
commit | a4265bb019021ad7fe046257f522f7336e2da53f (patch) | |
tree | fe74e865b2bb7ca4a2195f5493c92da31f1df212 /plugins/ClientChangeNotify/ClientChangeNotify.vcxproj | |
parent | 98b44a877f6f025c2d8fb10f8a02963d310328da (diff) |
full solution update
git-svn-id: http://svn.miranda-ng.org/main/trunk@120 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/ClientChangeNotify.vcxproj')
-rw-r--r-- | plugins/ClientChangeNotify/ClientChangeNotify.vcxproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj index 553c769343..33a77b83dc 100644 --- a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj +++ b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj @@ -125,9 +125,7 @@ <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
</ClCompile>
- <ClCompile Include="..\CommonLibs\CString.cpp">
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
- </ClCompile>
+ <ClCompile Include="..\CommonLibs\CString.cpp" />
<ClCompile Include="OptDlg.cpp" />
<ClCompile Include="..\CommonLibs\Options.cpp" />
<ClCompile Include="..\CommonLibs\pcre.cpp" />
|