diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-18 12:47:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-18 12:47:39 +0000 |
commit | 11db91e81fa495935c75ee3812ec3806e15ca510 (patch) | |
tree | 59c04a840f37e90b4b9e6f872501a4f3fe476213 /protocols/weather/weather_10.vcxproj | |
parent | e52a0809b8274aea24d7398e87f34e4d78f9877c (diff) |
Weather moved to C++
git-svn-id: http://svn.miranda-ng.org/main/trunk@41 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/weather/weather_10.vcxproj')
-rw-r--r-- | protocols/weather/weather_10.vcxproj | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/protocols/weather/weather_10.vcxproj b/protocols/weather/weather_10.vcxproj index 64ea807e1a..7f2bd633b3 100644 --- a/protocols/weather/weather_10.vcxproj +++ b/protocols/weather/weather_10.vcxproj @@ -200,21 +200,21 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="weather.c" />
- <ClCompile Include="weather_addstn.c" />
- <ClCompile Include="weather_contacts.c" />
- <ClCompile Include="weather_conv.c" />
- <ClCompile Include="weather_data.c" />
- <ClCompile Include="weather_http.c" />
- <ClCompile Include="weather_icons.c" />
- <ClCompile Include="weather_info.c" />
- <ClCompile Include="weather_ini.c" />
- <ClCompile Include="weather_mwin.c" />
- <ClCompile Include="weather_opt.c" />
- <ClCompile Include="weather_popup.c" />
- <ClCompile Include="weather_svcs.c" />
- <ClCompile Include="weather_update.c" />
- <ClCompile Include="weather_userinfo.c" />
+ <ClCompile Include="weather.cpp" />
+ <ClCompile Include="weather_addstn.cpp" />
+ <ClCompile Include="weather_contacts.cpp" />
+ <ClCompile Include="weather_conv.cpp" />
+ <ClCompile Include="weather_data.cpp" />
+ <ClCompile Include="weather_http.cpp" />
+ <ClCompile Include="weather_icons.cpp" />
+ <ClCompile Include="weather_info.cpp" />
+ <ClCompile Include="weather_ini.cpp" />
+ <ClCompile Include="weather_mwin.cpp" />
+ <ClCompile Include="weather_opt.cpp" />
+ <ClCompile Include="weather_popup.cpp" />
+ <ClCompile Include="weather_svcs.cpp" />
+ <ClCompile Include="weather_update.cpp" />
+ <ClCompile Include="weather_userinfo.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="m_weather.h" />
|