<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net8.0-windows7.0</TargetFramework>
|
<Nullable>enable</Nullable>
|
<UseWindowsForms>true</UseWindowsForms>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<Platforms>AnyCPU;x64</Platforms>
|
<OutputType>Library</OutputType>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<None Remove="5zbg25il.pys~" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Content Include="ScriptEditControl\csharp.ico" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
|
<PackageReference Include="OpenCvSharp4" Version="4.11.0.20250507" />
|
<PackageReference Include="ReaLTaiizor" Version="3.8.1.5" />
|
<PackageReference Include="SunnyUI" Version="3.9.2" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Compile Update="Forms\RenameForm.cs" />
|
<Compile Update="ScriptEditControl\ClassFileList.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Update="ScriptEditControl\ComplieUI.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Update="ScriptEditControl\DebugTextBox.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Update="ScriptEditControl\ContextMenuStripEx.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Update="ScriptEditControl\FastColorTextBox\AutocompleteMenu.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Update="ScriptEditControl\FastColorTextBox\FindForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Update="ScriptEditControl\FastColorTextBox\GoToForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Update="ScriptEditControl\FastColorTextBox\ReplaceForm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Update="ScriptEditControl\ScriptEditControl.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Update="UserItem.cs" />
|
<Compile Update="UserHSmartWindowControl.cs" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Folder Include="ref\" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\LB_SmartVisionCommon\LB_SmartVisionCommon.csproj" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<Reference Include="halcondotnetxl">
|
<HintPath>..\LB_VisionProcesses\ref\halcondotnetxl.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
|
</Project>
|