Skip to content

Commit

Permalink
reactive changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skclusive committed Dec 9, 2020
1 parent 237f0a6 commit 137b219
Show file tree
Hide file tree
Showing 164 changed files with 11,831 additions and 12,287 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<application android:label="Material.Host.Android"></application>
<application android:label="Reactive.Host.Android"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
</manifest>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UseBlazorWebAssembly>true</UseBlazorWebAssembly>
<AssemblyName>Skclusive.Dashboard.Host.Browser</AssemblyName>
<RootNamespace>Skclusive.Dashboard.Host.Browser</RootNamespace>
<UseBlazorWebAssembly>true</UseBlazorWebAssembly>
<!-- To make the application smaller, we can explicitly turn off timezone and collation support. -->
<!-- Normally the linker automatically strips any features we aren't using, but these two otherwise stay on by default. -->
<BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport>
<BlazorWebAssemblyPreserveCollationData>false</BlazorWebAssemblyPreserveCollationData>
<BlazorEnableCompression>true</BlazorEnableCompression>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System;
using Xamarin.Forms;
using Xamarin.Forms.Platform.WPF;
using Skclusive.Material.App.Binding;
using Skclusive.Reactive.App.Binding;

namespace Skclusive.Dashboard.Host.Windows
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="Material.Host.Windows"/>
<assemblyIdentity version="1.0.0.0" name="Reactive.Host.Windows"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UseBlazorWebAssembly>true</UseBlazorWebAssembly>
<AssemblyName>Skclusive.FlightFinder.Host.Browser</AssemblyName>
<RootNamespace>Skclusive.FlightFinder.Host.Browser</RootNamespace>
<UseBlazorWebAssembly>true</UseBlazorWebAssembly>
<!-- To make the application smaller, we can explicitly turn off timezone and collation support. -->
<!-- Normally the linker automatically strips any features we aren't using, but these two otherwise stay on by default. -->
<BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport>
<BlazorWebAssemblyPreserveCollationData>false</BlazorWebAssemblyPreserveCollationData>
<BlazorEnableCompression>true</BlazorEnableCompression>
</PropertyGroup>

<ItemGroup>
Expand Down
8 changes: 0 additions & 8 deletions Skclusive.Blazor.Material/Material.App.View/AppView.razor

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

36 changes: 0 additions & 36 deletions Skclusive.Blazor.Material/Material.App.View/Pages/Index.razor

This file was deleted.

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions Skclusive.Blazor.Material/Material.App.View/_Imports.razor

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 137b219

Please sign in to comment.