From 8ec12ff97617d248c942b60b28b1eef662d2e88a Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期三, 09 七月 2025 17:04:21 +0800 Subject: [PATCH] 1 --- 2025年6月12日/AuxAllWCS/Build/Project/AuxAllWCS.csproj | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 55 insertions(+), 3 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 ae96966..24737b6 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" @@ -2,11 +2,14 @@ <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0"> <PropertyGroup> <Platform Condition="'$(Configuration)' == ''">AnyCPU</Platform> - <OutputType>WinExe</OutputType> + <OutputType>Exe</OutputType> <RootNamespace>GZ.Projects.AuxAllWCS</RootNamespace> <AssemblyName>AuxAllWCS</AssemblyName> - <TargetFrameworkVersion>4.6.1</TargetFrameworkVersion> - <ProjectGuid>{89297187-7c92-4df5-a2ec-dee82376770a}</ProjectGuid> + <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> + <ProjectGuid>{D55A8F58-C2AA-442E-93D3-7537992A4993}</ProjectGuid> + <NuGetPackageImportStamp> + </NuGetPackageImportStamp> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> <PlatformTarget>AnyCPU</PlatformTarget> @@ -27,7 +30,14 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> + <PropertyGroup> + <StartupObject /> + </PropertyGroup> <ItemGroup> + <Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.3351.48, Culture=neutral, PublicKeyToken=2a8ab48044d2601e" /> + <Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.3351.48, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL"> + <HintPath>packages\Microsoft.Web.WebView2.1.0.3351.48\lib\net462\Microsoft.Web.WebView2.Wpf.dll</HintPath> + </Reference> <Reference Include="System"> <HintPath>..\..\Dlls\System.dll</HintPath> </Reference> @@ -181,6 +191,12 @@ <Reference Include="System.ComponentModel.DataAnnotations"> <HintPath>..\..\Dlls\System.ComponentModel.DataAnnotations.dll</HintPath> </Reference> + <Reference Include="Spectre.Console"> + <HintPath>..\..\Dlls\Spectre.Console.dll</HintPath> + </Reference> + <Reference Include="Spectre.Console.Cli"> + <HintPath>..\..\Dlls\Spectre.Console.Cli.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <ApplicationDefinition Include="App.xaml"> @@ -199,6 +215,14 @@ <DependentUpon>View1.xaml</DependentUpon> <SubType>Code</SubType> </Compile> + <Page Include="鐣岄潰\View2.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> + <Compile Include="鐣岄潰\View2.xaml.cs"> + <DependentUpon>View2.xaml</DependentUpon> + <SubType>Code</SubType> + </Compile> <Compile Include="浠g爜\ViewModel.cs" /> <Compile Include="浠g爜\鍙橀噺鏁版嵁搴�cs" /> <Compile Include="浠g爜\闆嗘垚浜掕仈.cs" /> @@ -213,6 +237,34 @@ </ItemGroup> <ItemGroup> <None Include="App.config" /> + <None Include="packages.config" /> + <None Include="Static\config.json"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> + </ItemGroup> + <ItemGroup> + <Content Include="Static\assets\index-BH4e7Qb9.js"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + <Content Include="Static\assets\index-BVMtnVPg.css"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + <Content Include="Static\index.html"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + <Content Include="Static\vite.svg"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <Import Project="packages\Microsoft.Web.WebView2.1.0.3351.48\build\Microsoft.Web.WebView2.targets" Condition="Exists('packages\Microsoft.Web.WebView2.1.0.3351.48\build\Microsoft.Web.WebView2.targets')" /> + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> + <PropertyGroup> + <ErrorText>杩欏彴璁$畻鏈轰笂缂哄皯姝ら」鐩紩鐢ㄧ殑 NuGet 绋嬪簭鍖呫�浣跨敤鈥淣uGet 绋嬪簭鍖呰繕鍘熲�鍙笅杞借繖浜涚▼搴忓寘銆傛湁鍏虫洿澶氫俊鎭紝璇峰弬瑙�http://go.microsoft.com/fwlink/?LinkID=322105銆傜己灏戠殑鏂囦欢鏄�{0}銆�/ErrorText> + </PropertyGroup> + <Error Condition="!Exists('packages\Microsoft.Web.WebView2.1.0.3351.48\build\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Web.WebView2.1.0.3351.48\build\Microsoft.Web.WebView2.targets'))" /> + </Target> + <PropertyGroup> + <WebView2LoaderPreference>Static</WebView2LoaderPreference> + </PropertyGroup> </Project> \ No newline at end of file -- Gitblit v1.9.1