From d635e074a087cb66bfe092d03976be42e65b8ad5 Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期一, 23 六月 2025 09:11:07 +0800 Subject: [PATCH] 1 --- 2025年6月12日/AuxAllWCS/Build/Project/AuxAllWCS.csproj | 37 ++++++++++++++++++++++++++++++++++++- 1 files changed, 36 insertions(+), 1 deletions(-) diff --git "a/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/AuxAllWCS.csproj" "b/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/AuxAllWCS.csproj" index 3f82737..1327a8d 100644 --- "a/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/AuxAllWCS.csproj" +++ "b/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Build/Project/AuxAllWCS.csproj" @@ -6,7 +6,7 @@ <RootNamespace>GZ.Projects.AuxAllWCS</RootNamespace> <AssemblyName>AuxAllWCS</AssemblyName> <TargetFrameworkVersion>4.6.1</TargetFrameworkVersion> - <ProjectGuid>{50c6b7fe-daa2-4ebe-8ebe-6f6efc0a213c}</ProjectGuid> + <ProjectGuid>{50C6B7FE-DAA2-4EBE-8EBE-6F6EFC0A213C}</ProjectGuid> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> <PlatformTarget>AnyCPU</PlatformTarget> @@ -213,6 +213,41 @@ </ItemGroup> <ItemGroup> <None Include="App.config" /> + <None Include="Static\config.json"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> + <None Include="Static\js\app.829e775c.js.map"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> + <None Include="Static\js\chunk-vendors.3e768dfe.js.map"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> + </ItemGroup> + <ItemGroup> + <Content Include="Static\css\a.css"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + <Content Include="Static\css\app.d545ec97.css"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + <Content Include="Static\favicon.ico"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + <Content Include="Static\index.html"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + <Content Include="Static\js\a.js"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + <Content Include="Static\js\app.829e775c.js"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + <Content Include="Static\js\chunk-vendors.3e768dfe.js"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + <Content Include="Static\W.html"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.9.1