| | |
| | | <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'"> |
| | |
| | | </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> |
| | |
| | | </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> |