|
@@ -1,136 +1,140 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
- <PropertyGroup>
|
|
|
- <TargetFramework>net6.0</TargetFramework>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="DotNetZip" Version="1.16.0" />
|
|
|
- <PackageReference Include="DinkToPdf" Version="1.0.8" />
|
|
|
- <PackageReference Include="EPPlus" Version="7.0.10" />
|
|
|
- <PackageReference Include="IP2Region.Net" Version="2.0.2" />
|
|
|
- <PackageReference Include="JsonPath.Net" Version="1.0.0" />
|
|
|
- <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0-preview.2.24128.5" />
|
|
|
- <PackageReference Include="SKIT.FlurlHttpClient.Wechat.TenpayV3" Version="3.1.0" />
|
|
|
- <PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Remove="ClientApp\src\static\BaseDataDefault.json" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Folder Include="Controllers\Third\Xkw\Hmac\" />
|
|
|
- <Folder Include="logfile\" />
|
|
|
- <Folder Include="Lib\" />
|
|
|
- </ItemGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <TargetFramework>net6.0</TargetFramework>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="DotNetZip" Version="1.16.0" />
|
|
|
+ <PackageReference Include="DinkToPdf" Version="1.0.8" />
|
|
|
+ <PackageReference Include="EPPlus" Version="6.2.6" />
|
|
|
+ <PackageReference Include="IP2Region.Net" Version="2.0.2" />
|
|
|
+ <PackageReference Include="JsonPath.Net" Version="1.0.0" />
|
|
|
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
|
|
|
+ <PackageReference Include="SKIT.FlurlHttpClient.Wechat.TenpayV3" Version="2.20.0" />
|
|
|
+ <PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Remove="ClientApp\src\static\BaseDataDefault.json" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Folder Include="Controllers\Third\Xkw\Hmac\" />
|
|
|
+ <Folder Include="logfile\" />
|
|
|
+ <Folder Include="Lib\" />
|
|
|
+ </ItemGroup>
|
|
|
|
|
|
- <ItemGroup>
|
|
|
- <None Include="TEAMModelOS.csproj" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\TEAMModelOS.SDK\TEAMModelOS.SDK.csproj" />
|
|
|
-
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="topsdk-net-core">
|
|
|
- <HintPath>Lib\topsdk-net-core.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Content Update="Lang\en-us.json">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
- <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
- </Content>
|
|
|
- <Content Update="Lang\zh-cn.json">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
- <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
- </Content>
|
|
|
- <Content Update="Lang\zh-tw.json">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
- <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
- </Content>
|
|
|
- <Content Update="LogLang\en-us.json">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <Content Update="LogLang\zh-cn.json">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <Content Update="LogLang\zh-tw.json">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="TEAMModelOS.csproj" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\TEAMModelOS.SDK\TEAMModelOS.SDK.csproj" />
|
|
|
+
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="topsdk-net-core">
|
|
|
+ <HintPath>Lib\topsdk-net-core.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Update="Lang\en-us.json">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
+ <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="Lang\zh-cn.json">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
+ <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="Lang\zh-tw.json">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
+ <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="LogLang\en-us.json">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="LogLang\zh-cn.json">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Update="LogLang\zh-tw.json">
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ </ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<None Update="JsonFile\Core\ip2region.db">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</None>
|
|
|
<None Update="JsonFile\Core\ip2region.xdb">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</None>
|
|
|
<None Update="JsonFile\Core\mail.html">
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</None>
|
|
|
<None Update="libwkhtmltox.dll">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</None>
|
|
|
</ItemGroup>
|
|
|
- <PropertyGroup>
|
|
|
- <!-- Typescript/Javascript Client Configuration -->
|
|
|
- <SpaRoot>ClientApp\</SpaRoot>
|
|
|
- <DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes>
|
|
|
- <UserSecretsId>078b5d89-7d90-4f6a-88fc-7d96025990a8</UserSecretsId>
|
|
|
- <Version>5.2403.20</Version>
|
|
|
- <AssemblyVersion>5.2403.20.1</AssemblyVersion>
|
|
|
- <FileVersion>5.2403.20.1</FileVersion>
|
|
|
- <Description>TEAMModelOS(IES5)</Description>
|
|
|
- <PackageReleaseNotes>IES版本说明版本切换标记5.2403.20.1</PackageReleaseNotes>
|
|
|
- <PackageId>TEAMModelOS</PackageId>
|
|
|
- <Authors>teammodel</Authors>
|
|
|
- <Company>醍摩豆(成都)信息技术有限公司</Company>
|
|
|
- <Product>TEAMModelOS</Product>
|
|
|
- <Copyright>© 2021 HABOOK Group 醍摩豆</Copyright>
|
|
|
- <PackageProjectUrl>https://www.teammodel.cn</PackageProjectUrl>
|
|
|
- </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <!-- Typescript/Javascript Client Configuration -->
|
|
|
+ <SpaRoot>ClientApp\</SpaRoot>
|
|
|
+ <DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes>
|
|
|
+ <UserSecretsId>078b5d89-7d90-4f6a-88fc-7d96025990a8</UserSecretsId>
|
|
|
+ <Version>5.2403.20</Version>
|
|
|
+ <AssemblyVersion>5.2403.20.1</AssemblyVersion>
|
|
|
+ <FileVersion>5.2403.20.1</FileVersion>
|
|
|
+ <Description>TEAMModelOS(IES5)</Description>
|
|
|
+ <PackageReleaseNotes>IES版本说明版本切换标记5.2403.20.1</PackageReleaseNotes>
|
|
|
+ <PackageId>TEAMModelOS</PackageId>
|
|
|
+ <Authors>teammodel</Authors>
|
|
|
+ <Company>醍摩豆(成都)信息技术有限公司</Company>
|
|
|
+ <Product>TEAMModelOS</Product>
|
|
|
+ <Copyright>© 2021 HABOOK Group 醍摩豆</Copyright>
|
|
|
+ <PackageProjectUrl>https://www.teammodel.cn</PackageProjectUrl>
|
|
|
+ </PropertyGroup>
|
|
|
|
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- </PropertyGroup>
|
|
|
- <Target Name="DebugEnsureNodeEnv" BeforeTargets="Build">
|
|
|
- <!-- Build Target: Ensure Node.js is installed -->
|
|
|
- <Exec Command="node --version" ContinueOnError="true">
|
|
|
- <Output TaskParameter="ExitCode" PropertyName="ErrorCode" />
|
|
|
- </Exec>
|
|
|
- <Error Condition="'$(ErrorCode)' != '0'" Text="Node.js is required to build and run this project. To continue, please install Node.js from https://nodejs.org/, and then restart your command prompt or IDE." />
|
|
|
- </Target>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Target Name="DebugEnsureNodeEnv" BeforeTargets="Build">
|
|
|
+ <!-- Build Target: Ensure Node.js is installed -->
|
|
|
+ <Exec Command="node --version" ContinueOnError="true">
|
|
|
+ <Output TaskParameter="ExitCode" PropertyName="ErrorCode" />
|
|
|
+ </Exec>
|
|
|
+ <Error Condition="'$(ErrorCode)' != '0'" Text="Node.js is required to build and run this project. To continue, please install Node.js from https://nodejs.org/, and then restart your command prompt or IDE." />
|
|
|
+ </Target>
|
|
|
|
|
|
- <Target Name="DebugEnsureNpm" AfterTargets="DebugEnsureNodeEnv">
|
|
|
- <!-- Build Target: Ensure Node.js is installed -->
|
|
|
- <Exec Command="npm --version" ContinueOnError="true">
|
|
|
- <Output TaskParameter="ExitCode" PropertyName="ErrorCode" />
|
|
|
- </Exec>
|
|
|
- </Target>
|
|
|
+ <Target Name="DebugEnsureNpm" AfterTargets="DebugEnsureNodeEnv">
|
|
|
+ <!-- Build Target: Ensure Node.js is installed -->
|
|
|
+ <Exec Command="npm --version" ContinueOnError="true">
|
|
|
+ <Output TaskParameter="ExitCode" PropertyName="ErrorCode" />
|
|
|
+ </Exec>
|
|
|
+ </Target>
|
|
|
|
|
|
- <Target Name="EnsureNodeModulesInstalled" BeforeTargets="Build" Inputs="package.json" Outputs="packages-lock.json">
|
|
|
- <!-- Build Target: Restore NPM packages using npm -->
|
|
|
- <Message Importance="high" Text="Restoring dependencies using 'npm'. This may take several minutes..." />
|
|
|
+ <Target Name="EnsureNodeModulesInstalled" BeforeTargets="Build" Inputs="package.json" Outputs="packages-lock.json">
|
|
|
+ <!-- Build Target: Restore NPM packages using npm -->
|
|
|
+ <Message Importance="high" Text="Restoring dependencies using 'npm'. This may take several minutes..." />
|
|
|
|
|
|
- <Exec WorkingDirectory="$(SpaRoot)" Command="npm install" />
|
|
|
- </Target>
|
|
|
+ <Exec WorkingDirectory="$(SpaRoot)" Command="npm install" />
|
|
|
+ </Target>
|
|
|
|
|
|
- <Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">
|
|
|
- <!-- Build Target: Run webpack dist build -->
|
|
|
- <Message Importance="high" Text="Running npm build..." />
|
|
|
- <Exec WorkingDirectory="$(SpaRoot)" Command="npm run build" />
|
|
|
+ <Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">
|
|
|
+ <!-- Build Target: Run webpack dist build -->
|
|
|
+ <Message Importance="high" Text="Running npm build..." />
|
|
|
+ <Exec WorkingDirectory="$(SpaRoot)" Command="npm run build" />
|
|
|
|
|
|
- <!-- Include the newly-built files in the publish output -->
|
|
|
- <ItemGroup>
|
|
|
- <DistFiles Include="$wwwroot\**" />
|
|
|
- <ResolvedFileToPublish Include="@(DistFiles->'%(FullPath)')" Exclude="@(ResolvedFileToPublish)">
|
|
|
- <RelativePath>%(DistFiles.Identity)</RelativePath>
|
|
|
- <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
- </ResolvedFileToPublish>
|
|
|
- </ItemGroup>
|
|
|
- </Target>
|
|
|
+ <!-- Include the newly-built files in the publish output -->
|
|
|
+ <ItemGroup>
|
|
|
+ <DistFiles Include="$wwwroot\**" />
|
|
|
+ <ResolvedFileToPublish Include="@(DistFiles->'%(FullPath)')" Exclude="@(ResolvedFileToPublish)">
|
|
|
+ <RelativePath>%(DistFiles.Identity)</RelativePath>
|
|
|
+ <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
+ </ResolvedFileToPublish>
|
|
|
+ </ItemGroup>
|
|
|
+ </Target>
|
|
|
|
|
|
- <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JsonSchema="" clientapp_4package_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
|
|
|
+ <ProjectExtensions>
|
|
|
+ <VisualStudio>
|
|
|
+ <UserProperties appsettings_1json__JsonSchema="" clientapp_4package_1json__JsonSchema="" />
|
|
|
+ </VisualStudio>
|
|
|
+ </ProjectExtensions>
|
|
|
</Project>
|