diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 14:30:41 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 14:30:41 +0000 |
commit | 00c02423ce5678c3138c4adfc3e3cb81185aa87b (patch) | |
tree | 32db555805da1b189cd028846182e2350a44ac8c /protocols | |
parent | 195abf5e457c3063d5a913caafed5ccb6c24d4e8 (diff) |
Solution files adjustment, debug info generation to all projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@43 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/MRA/Mra.sln | 27 | ||||
-rw-r--r-- | protocols/weather/weather_10.vcxproj | 2 | ||||
-rw-r--r-- | protocols/weather/weather_10.vcxproj.filters | 30 |
3 files changed, 31 insertions, 28 deletions
diff --git a/protocols/MRA/Mra.sln b/protocols/MRA/Mra.sln index 29aeb336ad..caf263d014 100644 --- a/protocols/MRA/Mra.sln +++ b/protocols/MRA/Mra.sln @@ -1,23 +1,24 @@ +
Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C++ Express 2010
+# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MRA", "Mra.vcxproj", "{EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug Unicode|Win32 = Debug Unicode|Win32
- Debug Unicode|x64 = Debug Unicode|x64
- Release Unicode|Win32 = Release Unicode|Win32
- Release Unicode|x64 = Release Unicode|x64
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32
- {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
- {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64
- {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Debug Unicode|x64.Build.0 = Debug Unicode|x64
- {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
- {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
- {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Release Unicode|x64.ActiveCfg = Release Unicode|x64
- {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Release Unicode|x64.Build.0 = Release Unicode|x64
+ {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Debug|Win32.ActiveCfg = Debug|Win32
+ {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Debug|Win32.Build.0 = Debug|Win32
+ {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Debug|x64.ActiveCfg = Debug|x64
+ {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Debug|x64.Build.0 = Debug|x64
+ {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Release|Win32.ActiveCfg = Release|Win32
+ {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Release|Win32.Build.0 = Release|Win32
+ {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Release|x64.ActiveCfg = Release|x64
+ {EE182018-5D3D-43F3-955F-7B5AB0BE2FCA}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/protocols/weather/weather_10.vcxproj b/protocols/weather/weather_10.vcxproj index 7f2bd633b3..988018944f 100644 --- a/protocols/weather/weather_10.vcxproj +++ b/protocols/weather/weather_10.vcxproj @@ -111,6 +111,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress>
<TargetMachine>MachineX86</TargetMachine>
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -145,6 +146,7 @@ <RandomizedBaseAddress>false</RandomizedBaseAddress>
<TargetMachine>MachineX64</TargetMachine>
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
diff --git a/protocols/weather/weather_10.vcxproj.filters b/protocols/weather/weather_10.vcxproj.filters index 9135282dda..3fe49090b5 100644 --- a/protocols/weather/weather_10.vcxproj.filters +++ b/protocols/weather/weather_10.vcxproj.filters @@ -18,49 +18,49 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="weather.c">
+ <ClCompile Include="weather.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_addstn.c">
+ <ClCompile Include="weather_addstn.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_contacts.c">
+ <ClCompile Include="weather_contacts.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_conv.c">
+ <ClCompile Include="weather_conv.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_data.c">
+ <ClCompile Include="weather_data.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_http.c">
+ <ClCompile Include="weather_http.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_icons.c">
+ <ClCompile Include="weather_icons.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_info.c">
+ <ClCompile Include="weather_info.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_ini.c">
+ <ClCompile Include="weather_ini.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_mwin.c">
+ <ClCompile Include="weather_mwin.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_opt.c">
+ <ClCompile Include="weather_opt.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_popup.c">
+ <ClCompile Include="weather_popup.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_svcs.c">
+ <ClCompile Include="weather_svcs.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_update.c">
+ <ClCompile Include="weather_update.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="weather_userinfo.c">
+ <ClCompile Include="weather_userinfo.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
|