2023-07-29 10:19:42 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
|
|
|
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
|
|
|
|
|
<!--<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>-->
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Remove="sh.cmd" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="sh.cmd" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App">
|
|
|
|
|
|
<PrivateAssets Condition="'%(PackageReference.Version)' == ''">all</PrivateAssets>
|
|
|
|
|
|
<Publish Condition="'%(PackageReference.Version)' == ''">true</Publish>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.9" />
|
|
|
|
|
|
<PackageReference Include="Senparc.Weixin.MP" Version="16.9.0" />
|
|
|
|
|
|
<PackageReference Include="Senparc.Weixin.MP.MvcExtension" Version="4.1.1" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Infrastructure\Hncore.Infrastructure\Hncore.Infrastructure.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Infrastructure\WxApi\WxApi.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Services\Hncore.Pass.BaseInfo\Hncore.Pass.BaseInfo.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Services\Hncore.Pass.PaymentCenter\Hncore.Pass.PaymentCenter.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Services\Hncore.Pass.Vpn\Hncore.Pass.Vpn.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Services\Hncore.Pass.Manage\Hncore.Pass.Manage.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Services\Hncore.Pass.OSS\Hncore.Pass.OSS.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Services\Hncore.Pass.Sells\Hncore.Pass.Sells.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="Dockerfile">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="upload\readme.txt">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Areas\m\Data\" />
|
|
|
|
|
|
<Folder Include="Areas\m\Models\" />
|
|
|
|
|
|
<Folder Include="Areas\m\Views\" />
|
|
|
|
|
|
<Folder Include="wwwroot\codes\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="wwwroot\css\.DS_Store" />
|
|
|
|
|
|
<None Include="wwwroot\img\.DS_Store" />
|
|
|
|
|
|
<None Include="wwwroot\js\.DS_Store" />
|
|
|
|
|
|
<None Include="wwwroot\js\bootstrap.min.js" />
|
|
|
|
|
|
<None Include="wwwroot\js\jquery.min.js" />
|
|
|
|
|
|
<None Include="wwwroot\js\swiper.min.js" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ProjectExtensions><VisualStudio><UserProperties appsettings_1production_1json__JsonSchema="http://json.schemastore.org/bower" appsettings_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|