chr
2026-04-08 53e656200368a983e563550e2cc1acbc6d86b729
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\不加这个报一堆debug的错.txt">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
  </ItemGroup>
</Project>