Browse Source

加盟商代码迁移

storemanagement
zhaoy 8 months ago
parent
commit
13378e1655
6 changed files with 17 additions and 29 deletions
  1. +17
    -0
      .gitignore
  2. BIN
     
  3. BIN
     
  4. +0
    -29
      BPA.SAAS.Manage.Application/BPA.SAAS.Manage.Application.csproj
  5. BIN
     
  6. BIN
     

+ 17
- 0
.gitignore View File

@@ -0,0 +1,17 @@
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################

/BPA.SAAS.Manage.Application/BPA.SAAS.Manage.Application.csproj
/.vs/BPA.SAAS.Manage/FileContentIndex/6475f92c-3d21-48f6-86c0-2d9f31c00faf.vsidx
*.vsidx
/.vs/BPA.SAAS.Manage/v17/.suo
/BPA.SAAS.Manage.Application/obj/Debug/net6.0/BPA.SAAS.Manage.Application.csproj.AssemblyReference.cache
*.cache
*.txt
*.json
*.dll
*.pdb
*.BuildWithSkipAnalyzers
/BPA.SAAS.Manage.Core/obj/Debug/net6.0/BPA.SAAS.Manage.Core.csproj.AssemblyReference.cache
*.CopyComplete

BIN
View File


BIN
View File


+ 0
- 29
BPA.SAAS.Manage.Application/BPA.SAAS.Manage.Application.csproj View File

@@ -1,29 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">


<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<NoWarn>1701;1702;1591</NoWarn>
<DocumentationFile>BPA.SAAS.Manage.Application.xml</DocumentationFile>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>



<ItemGroup>
<None Remove="applicationsettings.json" />
<None Remove="BPA.SAAS.Manage.Application.xml" />
</ItemGroup>

<ItemGroup>
<Content Include="applicationsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\BPA.SAAS.Manage.Comm\BPA.SAAS.Manage.Comm.csproj" />
<ProjectReference Include="..\BPA.SAAS.Manage.Core\BPA.SAAS.Manage.Core.csproj" />
</ItemGroup>

</Project>

BIN
View File


BIN
View File


Loading…
Cancel
Save