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