Added a weather api

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-02 01:30:25 -04:00
parent bcd1a1ca7a
commit a7b0dd1534
25 changed files with 364 additions and 14 deletions

View File

@@ -56,6 +56,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Entities\User.cs" />
<Compile Include="Entities\UserItemData.cs" />
<Compile Include="Weather\WeatherForecast.cs" />
<Compile Include="Weather\WeatherInfo.cs" />
<Compile Include="Weather\WeatherStatus.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="protobuf-net">