Subversion Repository Public Repository

Nextrek

Diff Revisions 659 vs 660 for /Android/SmartCharging/SmartCharging_WP/SmartCharging/SmartCharging.csproj

Diff revisions: vs.
  @@ -85,15 +85,22 @@
85 85 <Compile Include="ChargeRating.xaml.cs">
86 86 <DependentUpon>ChargeRating.xaml</DependentUpon>
87 87 </Compile>
88 + <Compile Include="Common\CredentialStorage.cs" />
89 + <Compile Include="Common\ErrorHandler.cs" />
88 90 <Compile Include="Common\NavigationHelper.cs" />
89 91 <Compile Include="Common\ObservableDictionary.cs" />
90 92 <Compile Include="Common\RelayCommand.cs" />
91 93 <Compile Include="Common\SuspensionManager.cs" />
94 + <Compile Include="Config.cs" />
92 95 <Compile Include="Converter\NumberToChargetImageConverter.cs" />
93 96 <Compile Include="Converter\VisibilityConverter.cs" />
94 97 <Compile Include="DataModel\Review.cs" />
95 98 <Compile Include="DataModel\SampleDataSource.cs" />
96 99 <Compile Include="DataModel\Site.cs" />
100 + <Compile Include="DataModel\User.cs" />
101 + <Compile Include="Header.xaml.cs">
102 + <DependentUpon>Header.xaml</DependentUpon>
103 + </Compile>
97 104 <Compile Include="HubPage.xaml.cs">
98 105 <DependentUpon>HubPage.xaml</DependentUpon>
99 106 </Compile>
  @@ -115,6 +122,11 @@
115 122 <Compile Include="MapPage.xaml.cs">
116 123 <DependentUpon>MapPage.xaml</DependentUpon>
117 124 </Compile>
125 + <Compile Include="MultipleImagePicker.xaml.cs">
126 + <DependentUpon>MultipleImagePicker.xaml</DependentUpon>
127 + </Compile>
128 + <Compile Include="Net\Net.cs" />
129 + <Compile Include="Net\SmartChargeAPI.cs" />
118 130 <Compile Include="NewReviewPage.xaml.cs">
119 131 <DependentUpon>NewReviewPage.xaml</DependentUpon>
120 132 </Compile>
  @@ -122,6 +134,9 @@
122 134 <Compile Include="SectionPage.xaml.cs">
123 135 <DependentUpon>SectionPage.xaml</DependentUpon>
124 136 </Compile>
137 + <Compile Include="SettingsPage.xaml.cs">
138 + <DependentUpon>SettingsPage.xaml</DependentUpon>
139 + </Compile>
125 140 <Compile Include="SiteOwnerRegistrationPage.xaml.cs">
126 141 <DependentUpon>SiteOwnerRegistrationPage.xaml</DependentUpon>
127 142 </Compile>
  @@ -138,6 +153,8 @@
138 153 </AppxManifest>
139 154 </ItemGroup>
140 155 <ItemGroup>
156 + <Content Include="Assets\avatar_placeholder.png" />
157 + <Content Include="Assets\ic_settings_white_24dp.png" />
141 158 <Content Include="Assets\position.png" />
142 159 <Content Include="Assets\DarkGray.png" />
143 160 <Content Include="Assets\delete.png" />
  @@ -188,6 +205,10 @@
188 205 <SubType>Designer</SubType>
189 206 <Generator>MSBuild:Compile</Generator>
190 207 </Page>
208 + <Page Include="Header.xaml">
209 + <SubType>Designer</SubType>
210 + <Generator>MSBuild:Compile</Generator>
211 + </Page>
191 212 <Page Include="HubPage.xaml">
192 213 <SubType>Designer</SubType>
193 214 <Generator>MSBuild:Compile</Generator>
  @@ -216,6 +237,10 @@
216 237 <SubType>Designer</SubType>
217 238 <Generator>MSBuild:Compile</Generator>
218 239 </Page>
240 + <Page Include="MultipleImagePicker.xaml">
241 + <SubType>Designer</SubType>
242 + <Generator>MSBuild:Compile</Generator>
243 + </Page>
219 244 <Page Include="NewReviewPage.xaml">
220 245 <SubType>Designer</SubType>
221 246 <Generator>MSBuild:Compile</Generator>
  @@ -224,6 +249,10 @@
224 249 <SubType>Designer</SubType>
225 250 <Generator>MSBuild:Compile</Generator>
226 251 </Page>
252 + <Page Include="SettingsPage.xaml">
253 + <SubType>Designer</SubType>
254 + <Generator>MSBuild:Compile</Generator>
255 + </Page>
227 256 <Page Include="SiteOwnerRegistrationPage.xaml">
228 257 <SubType>Designer</SubType>
229 258 <Generator>MSBuild:Compile</Generator>
  @@ -241,9 +270,24 @@
241 270 <PRIResource Include="Strings\it-IT\Resources.resw" />
242 271 </ItemGroup>
243 272 <ItemGroup>
273 + <Content Include="config.json">
274 + <CopyToOutputDirectory>Always</CopyToOutputDirectory>
275 + </Content>
244 276 <None Include="packages.config" />
245 277 </ItemGroup>
246 278 <ItemGroup>
279 + <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
280 + <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
281 + <Private>True</Private>
282 + </Reference>
283 + <Reference Include="System.Net.Http.Extensions, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
284 + <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\wpa81\System.Net.Http.Extensions.dll</HintPath>
285 + <Private>True</Private>
286 + </Reference>
287 + <Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
288 + <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\wpa81\System.Net.Http.Primitives.dll</HintPath>
289 + <Private>True</Private>
290 + </Reference>
247 291 <Reference Include="WinRTXamlToolkit, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
248 292 <HintPath>..\packages\WinRTXamlToolkit.WindowsPhone.1.8.0.0\lib\wpa\WinRTXamlToolkit.dll</HintPath>
249 293 <Private>True</Private>
  @@ -256,6 +300,11 @@
256 300 <TargetPlatformIdentifier>WindowsPhoneApp</TargetPlatformIdentifier>
257 301 </PropertyGroup>
258 302 <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
303 + <Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
304 + <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
305 + <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
306 + <Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
307 + </Target>
259 308 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
260 309 Other similar extension points exist, see Microsoft.Common.targets.
261 310 <Target Name="BeforeBuild">