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.
|
|
<Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> <FileVersion>3.1.301.0413</FileVersion> <AssemblyVersion>3.1.301.0413</AssemblyVersion> <Version>3.1.301</Version> </PropertyGroup> <ItemGroup> <Compile Remove="logs\**" /> <Content Remove="logs\**" /> <EmbeddedResource Remove="logs\**" /> <None Remove="logs\**" /> <TypeScriptCompile Remove="logs\**" /> </ItemGroup> <ItemGroup> <None Include="..\.editorconfig" Link=".editorconfig" /> <None Include="Web.config"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> <ItemGroup> <PackageReference Include="Caching.CSRedis" Version="3.6.60" /> <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.3" /> <PackageReference Include="Microsoft.TypeScript.MSBuild" Version="3.8.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.2" /> <PackageReference Include="System.DirectoryServices" Version="4.7.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\CounsellorBL.Group\CounsellorBL.GROUP.csproj" /> <ProjectReference Include="..\CounsellorBL.MEB\CounsellorBL.MEB.csproj" /> <ProjectReference Include="..\CounsellorBL.ORD\CounsellorBL.ORD.csproj" /> <ProjectReference Include="..\CounsellorBL.PRD\CounsellorBL.PRD.csproj" /> <ProjectReference Include="..\CounsellorBL.SYS\CounsellorBL.SYS.csproj" /> <ProjectReference Include="..\CounsellorBL\CounsellorBL.csproj" /> </ItemGroup> <ItemGroup> <Reference Include="LogisticsUtil"> <HintPath>..\eModule\LogisticsUtil\LogisticsUtil.dll</HintPath> </Reference> <Reference Include="SignalerMessageV2"> <HintPath>..\eModule\SignalerMessageV2\SignalerMessageV2.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <Content Update="Views\Error\Index.cshtml"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Update="Views\Healthy\Index.cshtml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Update="Views\Main\Index.cshtml"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup> <None Update="App_Data\送單報表.xlsx"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Update="App_Data\分店數量統計表.xlsx"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Update="App_Data\訂單統計報表.xlsx"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Update="Content\AuthReportDepartment\Everyday\Header.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Update="Content\AuthReportDepartment\Monthly\Header.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Update="Content\AuthReportDepartment\Weekly\Header.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Update="Content\AuthReport\Monthly\Header.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Update="Content\AuthReport\Weekly\Header.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Update="Content\SWIFT\Header.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Update="Views\Main\favicon.ico"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Update="Views\Main\ReadMe.txt"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> <ItemGroup> <Folder Include="Content\SWIFT\" /> </ItemGroup> <ProjectExtensions> <VisualStudio> <UserProperties appsettings_1json__JsonSchema="" /> </VisualStudio> </ProjectExtensions> <Target Name="PostBuild" AfterTargets="PostBuildEvent"> <Exec Command="COPY "$(ProjectDir)Views\Main\*.*" "$(TargetDir)Views\Main"" /> </Target> </Project>
|