ViewModels.Uwp.csproj 4.2 KB
Newer Older
A
Anran Zhang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(SolutionDir)\Uwp.props" />
  <PropertyGroup>
    <ProjectGuid>{1AF20FDC-36D5-450E-9461-0F78AEB89716}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Richasy.Bili.ViewModels.Uwp</RootNamespace>
    <AssemblyName>Richasy.Bili.ViewModels.Uwp</AssemblyName>
    <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="AppViewModel\AppViewModel.cs" />
    <Compile Include="AppViewModel\AppViewModel.Properties.cs" />
14 15
    <Compile Include="PartitionModuleViewModel\PartitionModuleViewModel.cs" />
    <Compile Include="PartitionModuleViewModel\PartitionModuleViewModel.Properties.cs" />
A
Anran Zhang 已提交
16 17
    <Compile Include="PartitionViewModel\PartitionViewModel.cs" />
    <Compile Include="PartitionViewModel\PartitionViewModel.Properties.cs" />
A
Anran Zhang 已提交
18 19
    <Compile Include="SubPartitionViewModel\SubPartitionViewModel.cs" />
    <Compile Include="SubPartitionViewModel\SubPartitionViewModel.Properties.cs" />
R
Richasy 已提交
20 21
    <Compile Include="AccountViewModel\AccountViewModel.cs" />
    <Compile Include="AccountViewModel\AccountViewModel.Properties.cs" />
A
Anran Zhang 已提交
22 23
    <Compile Include="VideoViewModel\VideoViewModel.cs" />
    <Compile Include="VideoViewModel\VideoViewModel.Properties.cs" />
A
Anran Zhang 已提交
24 25 26 27 28 29 30 31 32 33 34 35
    <Compile Include="ViewModelBase.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="$(SolutionDir)\src\Shared\SharedAssemblyInfo.cs">
      <Link>Properties\SharedAssemblyInfo.cs</Link>
    </Compile>
    <Content Include="Properties\ViewModels.Uwp.rd.xml" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.DependencyInjection">
      <Version>5.0.1</Version>
    </PackageReference>
    <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
A
Anran Zhang 已提交
36
      <Version>6.2.12</Version>
A
Anran Zhang 已提交
37 38 39 40 41 42 43 44 45
    </PackageReference>
    <PackageReference Include="ReactiveUI">
      <Version>13.3.2</Version>
    </PackageReference>
    <PackageReference Include="ReactiveUI.Fody">
      <Version>13.3.2</Version>
    </PackageReference>
  </ItemGroup>
  <ItemGroup>
46 47 48 49
    <ProjectReference Include="..\..\Controller\Controller.Uwp\Controller.Uwp.csproj">
      <Project>{5213e830-43f5-491e-a8ef-d75083578ef3}</Project>
      <Name>Controller.Uwp</Name>
    </ProjectReference>
50 51 52 53 54 55 56 57
    <ProjectReference Include="..\..\Lib\Lib.Interfaces\Lib.Interfaces.csproj">
      <Project>{cae9b987-6db2-42a8-b3f2-3bb700cc4dd8}</Project>
      <Name>Lib.Interfaces</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Lib\Lib.Uwp\Lib.Uwp.csproj">
      <Project>{c8ab398f-10c2-4b97-87f0-f09b922947d6}</Project>
      <Name>Lib.Uwp</Name>
    </ProjectReference>
R
Richasy 已提交
58 59 60 61
    <ProjectReference Include="..\..\Models\Models.App\Models.App.csproj">
      <Project>{9E61CC56-43F9-489C-AAAF-BD5EC69367C4}</Project>
      <Name>Models.App</Name>
    </ProjectReference>
A
Anran Zhang 已提交
62 63 64 65
    <ProjectReference Include="..\..\Models\Models.BiliBili\Models.BiliBili.csproj">
      <Project>{8776a0bd-dbd1-4f11-a022-400d044ff618}</Project>
      <Name>Models.BiliBili</Name>
    </ProjectReference>
A
Anran Zhang 已提交
66 67 68 69
    <ProjectReference Include="..\..\Models\Models.Enums\Models.Enums.csproj">
      <Project>{88314412-B020-415B-AEAB-57ADC43B273E}</Project>
      <Name>Models.Enums</Name>
    </ProjectReference>
A
Anran Zhang 已提交
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
    <ProjectReference Include="..\..\Utilities\Locator\Locator.Uwp\Locator.Uwp.csproj">
      <Project>{793EC923-D704-4C6F-9506-EB6A32BFBB8D}</Project>
      <Name>Locator.Uwp</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Utilities\Toolkit\Toolkit.Interfaces\Toolkit.Interfaces.csproj">
      <Project>{CA4FE39C-2379-4966-9940-DE738D94E982}</Project>
      <Name>Toolkit.Interfaces</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Utilities\Toolkit\Toolkit.Uwp\Toolkit.Uwp.csproj">
      <Project>{07B6D3B7-0AC0-489B-BF27-588AB6226B1C}</Project>
      <Name>Toolkit.Uwp</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
</Project>