summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-05-21 16:10:10 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-05-21 16:10:10 +0000
commita4265bb019021ad7fe046257f522f7336e2da53f (patch)
treefe74e865b2bb7ca4a2195f5493c92da31f1df212 /plugins
parent98b44a877f6f025c2d8fb10f8a02963d310328da (diff)
full solution update
git-svn-id: http://svn.miranda-ng.org/main/trunk@120 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ClientChangeNotify/ClientChangeNotify.sln33
-rw-r--r--plugins/ClientChangeNotify/ClientChangeNotify.vcxproj4
2 files changed, 15 insertions, 22 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.sln b/plugins/ClientChangeNotify/ClientChangeNotify.sln
index bb5cd4cfb2..e94968af1a 100644
--- a/plugins/ClientChangeNotify/ClientChangeNotify.sln
+++ b/plugins/ClientChangeNotify/ClientChangeNotify.sln
@@ -1,25 +1,20 @@
-Microsoft Visual Studio Solution File, Format Version 8.00
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ClientChangeNotify", "ClientChangeNotify.vcproj", "{6A1969EA-9657-4828-93E0-8D21A970F868}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ClientChangeNotify", "ClientChangeNotify.vcxproj", "{6A1969EA-9657-4828-93E0-8D21A970F868}"
EndProject
Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {6A1969EA-9657-4828-93E0-8D21A970F868}.Debug.ActiveCfg = Debug|Win32
- {6A1969EA-9657-4828-93E0-8D21A970F868}.Debug.Build.0 = Debug|Win32
- {6A1969EA-9657-4828-93E0-8D21A970F868}.DebugW.ActiveCfg = DebugW|Win32
- {6A1969EA-9657-4828-93E0-8D21A970F868}.DebugW.Build.0 = DebugW|Win32
- {6A1969EA-9657-4828-93E0-8D21A970F868}.Release.ActiveCfg = Release|Win32
- {6A1969EA-9657-4828-93E0-8D21A970F868}.Release.Build.0 = Release|Win32
- {6A1969EA-9657-4828-93E0-8D21A970F868}.ReleaseW.ActiveCfg = ReleaseW|Win32
- {6A1969EA-9657-4828-93E0-8D21A970F868}.ReleaseW.Build.0 = ReleaseW|Win32
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {6A1969EA-9657-4828-93E0-8D21A970F868}.Debug|Win32.ActiveCfg = Debug|Win32
+ {6A1969EA-9657-4828-93E0-8D21A970F868}.Debug|Win32.Build.0 = Debug|Win32
+ {6A1969EA-9657-4828-93E0-8D21A970F868}.Release|Win32.ActiveCfg = Release|Win32
+ {6A1969EA-9657-4828-93E0-8D21A970F868}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
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" />