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.
 
 
 
 
 
 

98 lines
5.5 KiB

<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Win_in.Sfs.Wms.Store</RootNamespace>
<PreserveCompilationReferences>true</PreserveCompilationReferences>
<UserSecretsId>Win_in.Sfs.Wms.Store-c2d31439-b723-48e2-b061-5ebd7aeb6010</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Quartz.AspNetCore" Version="3.3.3" />
<PackageReference Include="IdentityModel" Version="6.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.12" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="6.0.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.12">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.Client" Version="5.3.5" />
<PackageReference Include="Volo.Abp.Http.Client" Version="5.3.5" />
<PackageReference Include="Volo.Abp.BlobStoring.FileSystem" Version="5.3.5" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="5.3.5" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" Version="5.3.5" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.MySQL" Version="5.3.5" />
<PackageReference Include="Volo.Abp.Http.Client.IdentityModel.Web" Version="5.3.5" />
<PackageReference Include="Volo.Abp.Identity.HttpApi.Client" Version="5.3.5" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" Version="5.3.5" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" Version="5.3.5" />
<PackageReference Include="Volo.Abp.AuditLogging.EntityFrameworkCore" Version="5.3.5" />
</ItemGroup>
<ItemGroup>
<Compile Remove="logs\**" />
<Compile Remove="reporting\**" />
<Compile Remove="Reports\**" />
<Compile Remove="StaticDictionaryPrintData\**" />
<Compile Remove="wwwroot\**" />
<Content Remove="logs\**" />
<Content Remove="reporting\**" />
<Content Remove="Reports\**" />
<Content Remove="StaticDictionaryPrintData\**" />
<Content Remove="wwwroot\**" />
<EmbeddedResource Remove="logs\**" />
<EmbeddedResource Remove="reporting\**" />
<EmbeddedResource Remove="Reports\**" />
<EmbeddedResource Remove="StaticDictionaryPrintData\**" />
<EmbeddedResource Remove="wwwroot\**" />
<None Remove="logs\**" />
<None Remove="reporting\**" />
<None Remove="Reports\**" />
<None Remove="StaticDictionaryPrintData\**" />
<None Remove="wwwroot\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Controllers\InitActibveReportsController.cs" />
<Compile Remove="Controllers\PrintServicesController.cs" />
<Compile Remove="Controllers\TempPrintDataController.cs" />
</ItemGroup>
<ItemGroup>
<None Remove="Reports/tuopan.rdlx" />
<None Remove="Reports/xiangbq.rdlx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Modules\BaseData\src\Win_in.Sfs.Basedata.Application.Contracts\Win_in.Sfs.Basedata.Application.Contracts.csproj" />
<ProjectReference Include="..\..\..\Modules\FileStorage\src\Win_in.Sfs.FileStorage.Application.Contracts\Win_in.Sfs.FileStorage.Application.Contracts.csproj" />
<ProjectReference Include="..\..\..\Modules\Inventory\src\Win_in.Sfs.Wms.Inventory.Application\Win_in.Sfs.Wms.Inventory.Application.csproj" />
<ProjectReference Include="..\..\..\Modules\Inventory\src\Win_in.Sfs.Wms.Inventory.EntityFrameworkCore\Win_in.Sfs.Wms.Inventory.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\Modules\Inventory\src\Win_in.Sfs.Wms.Inventory.Event\Win_in.Sfs.Wms.Inventory.Event.csproj" />
<ProjectReference Include="..\..\..\Modules\Inventory\src\Win_in.Sfs.Wms.Inventory.HttpApi\Win_in.Sfs.Wms.Inventory.HttpApi.csproj" />
<ProjectReference Include="..\..\..\Modules\Label\src\Win_in.Sfs.Label.Application.Contracts\Win_in.Sfs.Label.Application.Contracts.csproj" />
<ProjectReference Include="..\..\..\Modules\Message\src\Win_in.Sfs.Message.Application.Contracts\Win_in.Sfs.Message.Application.Contracts.csproj" />
<ProjectReference Include="..\..\..\Modules\Shared\src\Win_in.Sfs.Shared.Host\Win_in.Sfs.Shared.Host.csproj" />
<ProjectReference Include="..\..\..\Modules\Store\src\Win_in.Sfs.Wms.Store.Application\Win_in.Sfs.Wms.Store.Application.csproj" />
<ProjectReference Include="..\..\..\Modules\Store\src\Win_in.Sfs.Wms.Store.EntityFrameworkCore\Win_in.Sfs.Wms.Store.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\Modules\Store\src\Win_in.Sfs.Wms.Store.Event\Win_in.Sfs.Wms.Store.Event.csproj" />
<ProjectReference Include="..\..\..\Modules\Store\src\Win_in.Sfs.Wms.Store.HttpApi\Win_in.Sfs.Wms.Store.HttpApi.csproj" />
<ProjectReference Include="..\..\Auth.Host\src\Win_in.Sfs.Auth.Application.Contracts\Win_in.Sfs.Auth.Application.Contracts.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Fody" Version="6.6.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<!--<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="if $(ConfigurationName) == Release (powershell Compress-Archive -Path '$(TargetDir)Win_in*.dll','$(TargetDir)Win_in*.pdb' -DestinationPath '$(SolutionDir)Output\StoreHost.zip' -Force)" />
</Target>-->
</Project>