You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
3.2 KiB
55 lines
3.2 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
<DocumentationFile>GDZZ.Application.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Senparc.CO2NET.WebApi" Version="1.3.3.7" />
|
|
<PackageReference Include="Senparc.NeuChar.App" Version="1.1.4.5" />
|
|
<PackageReference Include="Senparc.NeuChar.AspNet" Version="1.1.3.5" />
|
|
<PackageReference Include="TencentCloudSDK.Common" Version="3.0.820" />
|
|
<PackageReference Include="TencentCloudSDK.Sms" Version="3.0.820" />
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
<None Remove="applicationsettings.json" />
|
|
<None Remove="Entity\ public class Balance " />
|
|
<None Remove="GDZZ.Application.xml" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="applicationsettings.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="GDZZ.Application.xml">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GDZZ.Core\GDZZ.Core.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.WebSocket\src\Senparc.WebSocket\Senparc.WebSocket\Senparc.WebSocket.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.AspNet\Senparc.Weixin.AspNet.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.Cache\Senparc.Weixin.Cache.CsRedis\Senparc.Weixin.Cache.CsRedis.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.Cache\Senparc.Weixin.Cache.Memcached\Senparc.Weixin.Cache.Memcached.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.Cache\Senparc.Weixin.Cache.Redis\Senparc.Weixin.Cache.Redis.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.MP.Middleware\Senparc.Weixin.MP.Middleware.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.MP.MvcExtension\Senparc.Weixin.MP.MvcExtension\Senparc.Weixin.MP.MvcExtension.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.MP\Senparc.Weixin.MP\Senparc.Weixin.MP.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.Open\Senparc.Weixin.Open\Senparc.Weixin.Open.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.Sample.CommonService\Senparc.Weixin.Net7Sample.CommonService.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.TenPay\Senparc.Weixin.TenPayV3\Senparc.Weixin.TenPayV3.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.TenPay\Senparc.Weixin.TenPay\Senparc.Weixin.TenPay.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.Work.Middleware\Senparc.Weixin.Work.Middleware.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.Work\Senparc.Weixin.Work\Senparc.Weixin.Work.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.WxOpen.Middleware\Senparc.Weixin.WxOpen.Middleware.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin.WxOpen\src\Senparc.Weixin.WxOpen\Senparc.Weixin.WxOpen\Senparc.Weixin.WxOpen.net7.csproj" />
|
|
<ProjectReference Include="..\pkg\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net7.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|