summaryrefslogtreecommitdiff
path: root/protocols/Weather/weather_10.vcxproj
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-13 18:52:06 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-13 18:52:06 +0000
commitf810e3a1fbab550af593438d267bb98871985a71 (patch)
treec9b6811a9887ea2535383905111fa7d29269196c /protocols/Weather/weather_10.vcxproj
parent1a9f50fcbc79413ccc669349b682aa6a6ebb398b (diff)
Weather: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather/weather_10.vcxproj')
-rw-r--r--protocols/Weather/weather_10.vcxproj56
1 files changed, 19 insertions, 37 deletions
diff --git a/protocols/Weather/weather_10.vcxproj b/protocols/Weather/weather_10.vcxproj
index d4168cda2a..7014c10f5e 100644
--- a/protocols/Weather/weather_10.vcxproj
+++ b/protocols/Weather/weather_10.vcxproj
@@ -185,49 +185,31 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="weather.cpp">
+ <ClCompile Include="src\weather.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
- <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" />
+ <ClCompile Include="src\weather_addstn.cpp" />
+ <ClCompile Include="src\weather_contacts.cpp" />
+ <ClCompile Include="src\weather_conv.cpp" />
+ <ClCompile Include="src\weather_data.cpp" />
+ <ClCompile Include="src\weather_http.cpp" />
+ <ClCompile Include="src\weather_icons.cpp" />
+ <ClCompile Include="src\weather_info.cpp" />
+ <ClCompile Include="src\weather_ini.cpp" />
+ <ClCompile Include="src\weather_mwin.cpp" />
+ <ClCompile Include="src\weather_opt.cpp" />
+ <ClCompile Include="src\weather_popup.cpp" />
+ <ClCompile Include="src\weather_svcs.cpp" />
+ <ClCompile Include="src\weather_update.cpp" />
+ <ClCompile Include="src\weather_userinfo.cpp" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="resource.h" />
- <ClInclude Include="version.h" />
- <ClInclude Include="weather.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\version.h" />
+ <ClInclude Include="src\weather.h" />
</ItemGroup>
<ItemGroup>
- <None Include="langpack_defweather.txt" />
- <None Include="sample_ini.ini" />
- <None Include="weather-history.txt" />
- <None Include="weather-readme.html" />
- <None Include="weather-translation.txt" />
- <None Include="res\brief.ico" />
- <None Include="res\disabled.ico" />
- <None Include="res\edit.ico" />
- <None Include="res\icon.ico" />
- <None Include="res\log.ico" />
- <None Include="res\map.ico" />
- <None Include="res\more.ico" />
- <None Include="res\popup.ico" />
- <None Include="res\popup_no.ico" />
- <None Include="res\update.ico" />
- <None Include="res\update2.ico" />
- </ItemGroup>
- <ItemGroup>
- <ResourceCompile Include="resource.rc" />
+ <ResourceCompile Include="res\resource.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">