Archived
1
0

Core update. Base core features are done (main app doesn't compile)

Related Work Items: #416, #422, #423, #424
This commit is contained in:
Michael Gordeev
2020-06-11 21:17:18 +03:00
parent b3212738e8
commit c58d846057
18 changed files with 386 additions and 281 deletions
+16 -9
View File
@@ -130,17 +130,20 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<ItemGroup>
<Compile Include="Models\Collections\InboxCollection.cs" />
<Compile Include="Models\Collections\ViewCollection.cs" />
<Compile Include="Models\Subscription.cs" />
<Compile Include="Services\DownloadsCenter.cs" />
<Compile Include="Services\DownloadsService.cs" />
<Compile Include="Extensions.cs" />
<Compile Include="Utils\Feedback.cs" />
<Compile Include="Utils\FeedbackIterop.cs" />
<Compile Include="Services\History.cs" />
<Compile Include="Services\Inbox.cs" />
<Compile Include="Services\InboxService.cs" />
<Compile Include="Utils\Metrics.cs" />
<Compile Include="Services\Search.cs" />
<Compile Include="Settings.cs" />
<Compile Include="Utils\StoreInterop.cs" />
<Compile Include="UserManagement.cs" />
<Compile Include="Services\Storage.cs" />
<Compile Include="Utils\AddonsInterop.cs" />
<Compile Include="Services\UserService.cs" />
<Compile Include="Utils\SecretConstants.cs" />
<Compile Include="Utils\Utils.cs" />
<Compile Include="Models\DownloadItem.cs" />
<Compile Include="Models\InboxItem.cs" />
@@ -168,6 +171,9 @@
<PackageReference Include="Google.Apis.YouTube.v3">
<Version>1.45.0.1929</Version>
</PackageReference>
<PackageReference Include="Microsoft.Advertising.XAML">
<Version>10.1811.22001</Version>
</PackageReference>
<PackageReference Include="Microsoft.AppCenter.Analytics">
<Version>3.2.1</Version>
</PackageReference>
@@ -191,13 +197,14 @@
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="Microsoft.Advertising.Xaml, Version=10.0">
<Name>Microsoft Advertising SDK for XAML</Name>
</SDKReference>
<SDKReference Include="Microsoft.Services.Store.Engagement, Version=10.0">
<Name>Microsoft Engagement Framework</Name>
</SDKReference>
</ItemGroup>
<ItemGroup>
<Folder Include="ValueConverters\" />
</ItemGroup>
<ItemGroup />
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>