Winsoft.GOV.XF.WebApi.WXCore.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp2.0</TargetFramework>
  4. <PackageTargetFallback>portable-net45+win8</PackageTargetFallback>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Content Remove="wwwroot\images\2017\1013\20171013161208777.jpeg" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
  11. <PackageReference Include="Microsoft.AspNetCore" Version="2.0.0" />
  12. <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
  13. <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.0" />
  14. <PackageReference Include="Microsoft.AspNetCore.Session" Version="2.0.0" />
  15. <PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" />
  16. <PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.0.0" />
  17. <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.0.0" />
  18. <PackageReference Include="Microsoft.EntityFrameworkCore.Design.Core" Version="1.0.0-preview2-final" />
  19. <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.0.0" />
  20. <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.0.0" />
  21. <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.Design" Version="2.0.0-preview1-final" />
  22. <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.0.0" />
  23. <PackageReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.0" />
  24. <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.0.0" />
  25. <PackageReference Include="Microsoft.Extensions.Logging" Version="2.0.0" />
  26. <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
  27. <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="2.0.0" />
  28. <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.0.0" />
  29. <PackageReference Include="Microsoft.Extensions.Logging.TraceSource" Version="2.0.0" />
  30. <PackageReference Include="Microsoft.Extensions.Primitives" Version="2.0.0" />
  31. <PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.0.0" />
  32. <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.0" />
  33. <PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
  34. <PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.0.0-rtm-10058" />
  35. <PackageReference Include="Senparc.Weixin.MP" Version="14.6.7" />
  36. <PackageReference Include="Senparc.Weixin.MP.CoreMvc" Version="1.4.0" />
  37. <PackageReference Include="Serilog.Extensions.Logging.File" Version="1.1.0" />
  38. <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.4.0" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
  42. <DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.0" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <None Include="wwwroot\common\app.bootstrap.less" />
  46. <None Include="wwwroot\common\app.utilities.less" />
  47. <None Include="wwwroot\common\app.variables.less" />
  48. <None Include="wwwroot\common\mixins\alerts.less" />
  49. <None Include="wwwroot\common\mixins\background-variant.less" />
  50. <None Include="wwwroot\common\mixins\border-radius.less" />
  51. <None Include="wwwroot\common\mixins\buttons.less" />
  52. <None Include="wwwroot\common\mixins\center-block.less" />
  53. <None Include="wwwroot\common\mixins\clearfix.less" />
  54. <None Include="wwwroot\common\mixins\forms.less" />
  55. <None Include="wwwroot\common\mixins\gradients.less" />
  56. <None Include="wwwroot\common\mixins\grid-framework.less" />
  57. <None Include="wwwroot\common\mixins\grid.less" />
  58. <None Include="wwwroot\common\mixins\hide-text.less" />
  59. <None Include="wwwroot\common\mixins\image.less" />
  60. <None Include="wwwroot\common\mixins\labels.less" />
  61. <None Include="wwwroot\common\mixins\list-group.less" />
  62. <None Include="wwwroot\common\mixins\nav-divider.less" />
  63. <None Include="wwwroot\common\mixins\nav-vertical-align.less" />
  64. <None Include="wwwroot\common\mixins\opacity.less" />
  65. <None Include="wwwroot\common\mixins\pagination.less" />
  66. <None Include="wwwroot\common\mixins\panels.less" />
  67. <None Include="wwwroot\common\mixins\progress-bar.less" />
  68. <None Include="wwwroot\common\mixins\reset-filter.less" />
  69. <None Include="wwwroot\common\mixins\reset-text.less" />
  70. <None Include="wwwroot\common\mixins\resize.less" />
  71. <None Include="wwwroot\common\mixins\responsive-visibility.less" />
  72. <None Include="wwwroot\common\mixins\size.less" />
  73. <None Include="wwwroot\common\mixins\tab-focus.less" />
  74. <None Include="wwwroot\common\mixins\table-row.less" />
  75. <None Include="wwwroot\common\mixins\text-emphasis.less" />
  76. <None Include="wwwroot\common\mixins\text-overflow.less" />
  77. <None Include="wwwroot\common\mixins\vendor-prefixes.less" />
  78. <None Include="wwwroot\common\utilities.js" />
  79. <None Include="wwwroot\web12345\Gulpfile.js" />
  80. <None Include="wwwroot\web12345\src\html\index.html" />
  81. <None Include="wwwroot\web12345\src\js\app.js" />
  82. <None Include="wwwroot\web12345\src\js\controller\homeController.js" />
  83. <None Include="wwwroot\web12345\src\js\controller\webController.js" />
  84. <None Include="wwwroot\web12345\src\js\directive\webChat.js" />
  85. <None Include="wwwroot\web12345\src\js\router.js" />
  86. <None Include="wwwroot\web12345\src\js\templates.js" />
  87. <None Include="wwwroot\web12345\src\less\app.home.less" />
  88. <None Include="wwwroot\web12345\src\less\app.less" />
  89. <None Include="wwwroot\web12345\src\less\app.main.less" />
  90. <None Include="wwwroot\web12345\src\templates\home.html" />
  91. <None Include="wwwroot\web12345\src\templates\webChat-1.html" />
  92. <None Include="wwwroot\web12345\src\templates\webChat-2.html" />
  93. <None Include="wwwroot\web12345\src\templates\webChat-3.html" />
  94. <None Include="wwwroot\web12345\src\templates\webChat-4.html" />
  95. <None Include="wwwroot\web12345\src\templates\webChat-5.html" />
  96. <None Include="wwwroot\web12345\src\templates\webChat.html" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Update="Properties\Resources.Designer.cs">
  100. <DesignTime>True</DesignTime>
  101. <AutoGen>True</AutoGen>
  102. <DependentUpon>Resources.resx</DependentUpon>
  103. </Compile>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Content Update="appsettings.json">
  107. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  108. </Content>
  109. <Content Update="SenparcWeixin.json">
  110. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  111. </Content>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <EmbeddedResource Update="Properties\Resources.resx">
  115. <Generator>ResXFileCodeGenerator</Generator>
  116. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  117. </EmbeddedResource>
  118. </ItemGroup>
  119. <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JSONSchema="" /></VisualStudio></ProjectExtensions>
  120. </Project>