From d33c82d8fff92a17263923c711448c0253b1a81c Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 24 五月 2024 09:30:52 +0800
Subject: [PATCH] 主页按钮替换

---
 WinfrmUI/Hydro.WinfrmUI.Viewer/Hydro.WinfrmUI.Viewer.csproj |   46 +++++++++++++---------------------------------
 1 files changed, 13 insertions(+), 33 deletions(-)

diff --git a/WinfrmUI/Hydro.WinfrmUI.Viewer/Hydro.WinfrmUI.Viewer.csproj b/WinfrmUI/Hydro.WinfrmUI.Viewer/Hydro.WinfrmUI.Viewer.csproj
index 62fad30..977d094 100644
--- a/WinfrmUI/Hydro.WinfrmUI.Viewer/Hydro.WinfrmUI.Viewer.csproj
+++ b/WinfrmUI/Hydro.WinfrmUI.Viewer/Hydro.WinfrmUI.Viewer.csproj
@@ -1,20 +1,17 @@
 锘�<?xml version="1.0" encoding="utf-8"?>
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="15.0">
   <PropertyGroup>
-    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
     <ProjectGuid>{18F0B3F6-59FD-4328-916C-A183EDD3B8F9}</ProjectGuid>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     <ApplicationIcon>AppIcon.ico</ApplicationIcon>
     <AssemblyName>Hydro.WinfrmUI.Viewer</AssemblyName>
     <DelaySign>false</DelaySign>
-    <OutputType>WinExe</OutputType>
+    <OutputType>Library</OutputType>
     <RootNamespace>Hydro.WinfrmUI.Viewer</RootNamespace>
-    <BaseIntermediateOutputPath>obj_netFW</BaseIntermediateOutputPath>
+    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
     <DoNotCopyLocalIfInGac>true</DoNotCopyLocalIfInGac>
-    <ConvertToNet6Windows />
     <PlatformTarget>AnyCPU</PlatformTarget>
-    <Prefer32Bit>true</Prefer32Bit>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <OutputPath>bin\Debug\</OutputPath>
@@ -32,9 +29,11 @@
     <RegisterForComInterop>false</RegisterForComInterop>
     <RemoveIntegerChecks>false</RemoveIntegerChecks>
     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
-    <WarningLevel>4</WarningLevel>
+    <WarningLevel>0</WarningLevel>
     <DebugType>full</DebugType>
     <ErrorReport>prompt</ErrorReport>
+    <NoWarn>
+    </NoWarn>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <OutputPath>bin\Release\</OutputPath>
@@ -55,6 +54,9 @@
     <WarningLevel>4</WarningLevel>
     <DebugType>none</DebugType>
     <ErrorReport>prompt</ErrorReport>
+  </PropertyGroup>
+  <PropertyGroup>
+    <StartupObject />
   </PropertyGroup>
   <!--ONLY NETCORE3
   <ItemGroup>
@@ -179,31 +181,18 @@
     <Compile Include="ColorBox.cs">
       <SubType>UserControl</SubType>
     </Compile>
-    <Compile Include="frmFind.cs">
-      <SubType>Form</SubType>
-    </Compile>
-    <Compile Include="frmFind.Designer.cs">
-      <DependentUpon>frmFind.cs</DependentUpon>
-    </Compile>
     <Compile Include="frmMain.cs">
       <SubType>Form</SubType>
     </Compile>
     <Compile Include="frmMain.Designer.cs">
       <DependentUpon>frmMain.cs</DependentUpon>
     </Compile>
-    <Compile Include="frmPad.cs">
+    <Compile Include="frmDoc.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Include="frmPad.Designer.cs">
-      <DependentUpon>frmPad.cs</DependentUpon>
+    <Compile Include="frmDoc.Designer.cs">
+      <DependentUpon>frmDoc.cs</DependentUpon>
     </Compile>
-    <Compile Include="frmReplace.cs">
-      <SubType>Form</SubType>
-    </Compile>
-    <Compile Include="frmReplace.Designer.cs">
-      <DependentUpon>frmReplace.cs</DependentUpon>
-    </Compile>
-    <Compile Include="MRUArrayList.cs" />
     <Compile Include="Office.cs">
       <SubType>Component</SubType>
     </Compile>
@@ -213,25 +202,16 @@
       <DesignTime>True</DesignTime>
       <DependentUpon>Resources.resx</DependentUpon>
     </Compile>
-    <EmbeddedResource Include="frmPad.resx">
-      <DependentUpon>frmPad.cs</DependentUpon>
+    <EmbeddedResource Include="frmDoc.resx">
+      <DependentUpon>frmDoc.cs</DependentUpon>
       <SubType>Designer</SubType>
     </EmbeddedResource>
     <EmbeddedResource Include="Properties\licenses.licx" />
     <EmbeddedResource Include="Scheme.png" />
-    <EmbeddedResource Include="frmFind.resx">
-      <DependentUpon>frmFind.cs</DependentUpon>
-      <SubType>Designer</SubType>
-    </EmbeddedResource>
     <EmbeddedResource Include="frmMain.resx">
       <DependentUpon>frmMain.cs</DependentUpon>
       <SubType>Designer</SubType>
     </EmbeddedResource>
-    <EmbeddedResource Include="frmReplace.resx">
-      <DependentUpon>frmReplace.cs</DependentUpon>
-      <SubType>Designer</SubType>
-    </EmbeddedResource>
-    <EmbeddedResource Include="online.gif" />
     <EmbeddedResource Include="Properties\Resources.resx">
       <SubType>Designer</SubType>
       <Generator>ResXFileCodeGenerator</Generator>

--
Gitblit v1.9.3