Core update. Base core features are done (main app doesn't compile)
Related Work Items: #416, #422, #423, #424
This commit is contained in:
@@ -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)' < '14.0' ">
|
||||
<VisualStudioVersion>14.0</VisualStudioVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user