From 02a032030f8fe8acfece20e1ddb37cdc9426e808 Mon Sep 17 00:00:00 2001
From: tangxu <tangxu76880903>
Date: 星期三, 08 五月 2024 08:30:03 +0800
Subject: [PATCH] 移动视图的上部按钮命令: 未完成

---
 WinfrmUI/Hydro.WinfrmUI.Viewer/Hydro.WinfrmUI.Viewer.csproj |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/WinfrmUI/Hydro.WinfrmUI.Viewer/Hydro.WinfrmUI.Viewer.csproj b/WinfrmUI/Hydro.WinfrmUI.Viewer/Hydro.WinfrmUI.Viewer.csproj
index 10a47d1..977d094 100644
--- a/WinfrmUI/Hydro.WinfrmUI.Viewer/Hydro.WinfrmUI.Viewer.csproj
+++ b/WinfrmUI/Hydro.WinfrmUI.Viewer/Hydro.WinfrmUI.Viewer.csproj
@@ -1,7 +1,6 @@
 锘�<?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>
@@ -10,11 +9,9 @@
     <DelaySign>false</DelaySign>
     <OutputType>Library</OutputType>
     <RootNamespace>Hydro.WinfrmUI.Viewer</RootNamespace>
-    <BaseIntermediateOutputPath>obj_netFW</BaseIntermediateOutputPath>
+    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
     <DoNotCopyLocalIfInGac>true</DoNotCopyLocalIfInGac>
-    <ConvertToNet6Windows />
     <PlatformTarget>AnyCPU</PlatformTarget>
- 
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <OutputPath>bin\Debug\</OutputPath>
@@ -196,7 +193,6 @@
     <Compile Include="frmDoc.Designer.cs">
       <DependentUpon>frmDoc.cs</DependentUpon>
     </Compile>
-    <Compile Include="MRUArrayList.cs" />
     <Compile Include="Office.cs">
       <SubType>Component</SubType>
     </Compile>
@@ -210,12 +206,12 @@
       <DependentUpon>frmDoc.cs</DependentUpon>
       <SubType>Designer</SubType>
     </EmbeddedResource>
+    <EmbeddedResource Include="Properties\licenses.licx" />
     <EmbeddedResource Include="Scheme.png" />
     <EmbeddedResource Include="frmMain.resx">
       <DependentUpon>frmMain.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