wispro.sp.web.csproj 4.0 KB

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