From 0d4929b9389065fc6047e8308a1071374063467a Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期三, 02 七月 2025 13:56:13 +0800 Subject: [PATCH] 1 --- 2025年6月12日/AuxAllWCS/Build/Project/AuxAllWCS.csproj | 56 +++++++++++++++++++------------------------------------- 1 files changed, 19 insertions(+), 37 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 07704c4..03e827b 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,11 @@ <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> + <ProjectGuid>{D55A8F58-C2AA-442E-93D3-7537992A4993}</ProjectGuid> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> <PlatformTarget>AnyCPU</PlatformTarget> @@ -26,6 +26,9 @@ <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + </PropertyGroup> + <PropertyGroup> + <StartupObject /> </PropertyGroup> <ItemGroup> <Reference Include="System"> @@ -181,6 +184,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 +208,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,41 +230,6 @@ </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