wispro.sp.web.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
  2. <PropertyGroup>
  3. <TargetFramework>net5</TargetFramework>
  4. <RazorLangVersion>3.0</RazorLangVersion>
  5. <Platforms>AnyCPU;x64;x86</Platforms>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <Compile Remove="AuthProvider.cs" />
  9. <Compile Remove="Models\ProjectInfo.cs" />
  10. <Compile Remove="Pages\AppCase\ShensuReview.razor.cs" />
  11. <Compile Remove="Pages\Project\ConfirmProjectPoint.razor.cs" />
  12. <Compile Remove="Pages\Project\ProjectList.razor.cs" />
  13. <Compile Remove="Pages\Project\ReadAssignPointMsg.razor.cs" />
  14. <Compile Remove="Pages\Project\ReadMessage.razor.cs" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <Content Remove="Pages\AppCase\ShensuReview.razor" />
  18. <Content Remove="Pages\Project\ConfirmProjectPoint.razor" />
  19. <Content Remove="Pages\Project\ProjectList.razor" />
  20. <Content Remove="Pages\Project\ReadAssignPointMsg.razor" />
  21. <Content Remove="Pages\Project\ReadMessage.razor" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <PackageReference Include="AntDesign.Charts" Version="0.2.1" />
  25. <PackageReference Include="AntDesign.ProLayout" Version="0.1.8" />
  26. <PackageReference Include="Blazored.LocalStorage" Version="4.1.5" />
  27. <PackageReference Include="DynamicExpresso.Core" Version="2.9.3" />
  28. <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="6.0.0" />
  29. <PackageReference Include="Microsoft.AspNetCore.Authorization.Policy" Version="2.2.0" />
  30. <PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="5.0.9" />
  31. <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.0" />
  32. <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.0" PrivateAssets="all" />
  33. <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.11">
  34. <PrivateAssets>all</PrivateAssets>
  35. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  36. </PackageReference>
  37. <PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="5.0.0" />
  38. <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
  39. <PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <ProjectReference Include="..\wispro.sp.share\wispro.sp.share.csproj" />
  43. <ProjectReference Include="..\wospro.sp.entity\wispro.sp.entity.csproj" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Content Update="wwwroot\data\activities.json">
  47. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  48. </Content>
  49. <Content Update="wwwroot\data\advanced.json">
  50. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  51. </Content>
  52. <Content Update="wwwroot\data\basic.json">
  53. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  54. </Content>
  55. <Content Update="wwwroot\data\current_user.json">
  56. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  57. </Content>
  58. <Content Update="wwwroot\data\fake_chart_data.json">
  59. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  60. </Content>
  61. <Content Update="wwwroot\data\fake_list.json">
  62. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  63. </Content>
  64. <Content Update="wwwroot\data\menu.json">
  65. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  66. </Content>
  67. <Content Update="wwwroot\data\notice.json">
  68. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  69. </Content>
  70. <Content Update="wwwroot\data\notices.json">
  71. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  72. </Content>
  73. <Content Update="wwwroot\pro_icon.svg">
  74. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  75. </Content>
  76. </ItemGroup>
  77. </Project>