From 53e656200368a983e563550e2cc1acbc6d86b729 Mon Sep 17 00:00:00 2001
From: chr <chrry550@outlook.com>
Date: 星期三, 08 四月 2026 19:57:14 +0800
Subject: [PATCH] 完善代码
---
Editor/OpenTapEditor.csproj | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/Editor/OpenTapEditor.csproj b/Editor/OpenTapEditor.csproj
index 7f4eb51..25797ee 100644
--- a/Editor/OpenTapEditor.csproj
+++ b/Editor/OpenTapEditor.csproj
@@ -3,10 +3,12 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows7.0</TargetFramework>
+ <!--<TargetFramework>netstandard2.0</TargetFramework>-->
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
+ <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -28,11 +30,11 @@
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\..\..\VisualStudio\UILib\UILib.csproj" />
+ <ProjectReference Include="..\..\..\VisualStudio\UtilLib\UtilLib.csproj" />
<ProjectReference Include="..\OpenTap\BasicSteps\Tap.Plugins.BasicSteps.csproj" />
<ProjectReference Include="..\opentap\Engine\Tap.Engine.csproj" />
<ProjectReference Include="..\Plugin\AddInPlugin\AddInPlugin.csproj" />
- <ProjectReference Include="..\UILib\UILib.csproj" />
- <ProjectReference Include="..\UtilLib\UtilLib.csproj" />
</ItemGroup>
<ItemGroup>
@@ -42,9 +44,18 @@
</ItemGroup>
<ItemGroup>
+ <Compile Update="UI\VariableTextBox.xaml.cs">
+ <SubType>Code</SubType>
+ </Compile>
+ </ItemGroup>
+
+ <ItemGroup>
<None Update="App.config">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
+ <None Update="Packages\涓嶅姞杩欎釜鎶ヤ竴鍫哾ebug鐨勯敊.txt">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
</ItemGroup>
</Project>
--
Gitblit v1.9.1