| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup Label="Globals"> |
| | | <SccProjectName>SAK</SccProjectName> |
| | | <SccProvider>SAK</SccProvider> |
| | | <SccAuxPath>SAK</SccAuxPath> |
| | | <SccLocalPath>SAK</SccLocalPath> |
| | | <SccProjectName></SccProjectName> |
| | | <SccProvider></SccProvider> |
| | | <SccAuxPath></SccAuxPath> |
| | | <SccLocalPath></SccLocalPath> |
| | | <Platforms>AnyCPU;x86</Platforms> |
| | | </PropertyGroup> |
| | | |
| | |
| | | <Version>1.0.3.1106</Version> |
| | | <AssemblyVersion>1.0.3.1106</AssemblyVersion> |
| | | <Authors>TigerClouds Team</Authors> |
| | | <Company>SZ TigerClouds Co.,Ltd.</Company> |
| | | <Copyright>Copyright © 2020-2022 TigerClouds. All rights reserved.</Copyright> |
| | | <Company>深圳市钛格云科技有限公司 (SZ TigerClouds Technology Co.,Ltd.)</Company> |
| | | <Copyright>Copyright © 2020-2025 SZ TigerClouds Technology Co.,Ltd.. All rights reserved.</Copyright> |
| | | <Description>Tiger Business Class Library Base on .Net 5</Description> |
| | | </PropertyGroup> |
| | | |
| | |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <Compile Remove="BAS\**" /> |
| | | <Compile Remove="EMS\**" /> |
| | | <Compile Remove="Language\Automate\**" /> |
| | | <Compile Remove="Language\Common\**" /> |
| | | <Compile Remove="Language\EMS\**" /> |
| | | <Compile Remove="Language\MES\**" /> |
| | | <Compile Remove="Language\Monitors\**" /> |
| | | <Compile Remove="Language\QMS\**" /> |
| | | <Compile Remove="Language\TSK\**" /> |
| | | <Compile Remove="QMS\**" /> |
| | | <Compile Remove="RTest\**" /> |
| | | <EmbeddedResource Remove="BAS\**" /> |
| | | <EmbeddedResource Remove="EMS\**" /> |
| | | <EmbeddedResource Remove="Language\Automate\**" /> |
| | | <EmbeddedResource Remove="Language\Common\**" /> |
| | | <EmbeddedResource Remove="Language\EMS\**" /> |
| | | <EmbeddedResource Remove="Language\MES\**" /> |
| | | <EmbeddedResource Remove="Language\Monitors\**" /> |
| | | <EmbeddedResource Remove="Language\QMS\**" /> |
| | | <EmbeddedResource Remove="Language\TSK\**" /> |
| | | <EmbeddedResource Remove="QMS\**" /> |
| | | <EmbeddedResource Remove="RTest\**" /> |
| | | <None Remove="BAS\**" /> |
| | | <None Remove="EMS\**" /> |
| | | <None Remove="Language\Automate\**" /> |
| | | <None Remove="Language\Common\**" /> |
| | | <None Remove="Language\EMS\**" /> |
| | | <None Remove="Language\MES\**" /> |
| | | <None Remove="Language\Monitors\**" /> |
| | | <None Remove="Language\QMS\**" /> |
| | | <None Remove="Language\TSK\**" /> |
| | | <None Remove="QMS\**" /> |
| | | <None Remove="RTest\**" /> |
| | | </ItemGroup> |
| | | |
| | |
| | | <Compile Remove="Common\ApiConfig.cs" /> |
| | | <Compile Remove="DbBaseR.cs" /> |
| | | <Compile Remove="DbClientR.cs" /> |
| | | <Compile Remove="MES\Biz.WorkAction.cs" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Content Include="BizSettings.json"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </Content> |
| | | <EmbeddedResource Include="Language\BAS\CodeRule.json" /> |
| | | <EmbeddedResource Include="Language\component.json" /> |
| | | <EmbeddedResource Include="Language\layout.json" /> |
| | |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <PackageReference Include="MailKit" Version="4.4.0" /> |
| | | <PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" /> |
| | | <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" /> |
| | | <PackageReference Include="NLog" Version="5.2.8" /> |
| | | <PackageReference Include="NLog.Database" Version="5.2.8" /> |
| | | <PackageReference Include="Rhea.Common" Version="6.1.5.1351" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\Tiger.IBusiness\Tiger.IBusiness.csproj" /> |
| | | <ProjectReference Include="..\Tiger.Model.Net\Tiger.Model.Net.csproj" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Folder Include="BAS\" /> |
| | | <Folder Include="EMS\" /> |
| | | <Folder Include="Language\Automate\" /> |
| | | <Folder Include="Language\Common\" /> |
| | | <Folder Include="Language\EMS\" /> |
| | | <Folder Include="Language\MES\" /> |
| | | <Folder Include="Language\Monitors\" /> |
| | | <Folder Include="Language\QMS\" /> |
| | | <Folder Include="Language\TSK\" /> |
| | | <Folder Include="QMS\" /> |
| | | <Folder Include="RTest\" /> |
| | | <Folder Include="WMS\" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | |
| | | <ProjectExtensions><VisualStudio><UserProperties bizsettings_1json__JsonSchema="https://json.schemastore.org/appsettings.json" /></VisualStudio></ProjectExtensions> |
| | | |
| | | <Target Name="PostBuild" AfterTargets="PostBuildEvent"> |
| | | <Exec Command="xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).dll $(SolutionDir)Tiger.Api\$(OutDir)
xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).pdb $(SolutionDir)Tiger.Api\$(OutDir)
xcopy /r/y/i $(ProjectDir)$(OutDir)BizSettings.json $(SolutionDir)Tiger.Api\$(OutDir)" /> |
| | | <Exec Command="xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).dll $(SolutionDir)Tiger.Api\$(OutDir)
xcopy /r/y/i $(ProjectDir)$(OutDir)$(AssemblyName).pdb $(SolutionDir)Tiger.Api\$(OutDir)" /> |
| | | </Target> |
| | | |
| | | </Project> |