<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
|
<ImplicitUsings>enable</ImplicitUsings>
|
<Nullable>enable</Nullable>
|
<OutputType>Library</OutputType>
|
<UseWindowsForms>True</UseWindowsForms>
|
<BaseOutputPath>..\</BaseOutputPath>
|
<AssemblyVersion>1.0.40110.0</AssemblyVersion>
|
<FileVersion>1.0.40110.0</FileVersion>
|
</PropertyGroup>
|
|
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
<Exec Command="Copy $(SolutionDir)libs\PFW $(OutDir)
Copy $(SolutionDir)libs\SafetyDog $(OutDir)
Copy $(SolutionDir)libs\Nuget $(OutDir)
Copy $(SolutionDir)libs\halcon12 $(OutDir)
Copy $(SolutionDir)libs\HikCamera $(OutDir)
Copy $(SolutionDir)libs\IKAPCamera $(OutDir)
Copy $(SolutionDir)libs\InsCamera $(OutDir)
Copy $(SolutionDir)libs\WebServiceDll $(OutDir)" />
|
</Target>
|
|
|
|
<ItemGroup>
|
<PackageReference Include="NPOI" Version="2.7.1" />
|
<PackageReference Include="ScottPlot.WinForms" Version="4.1.58" />
|
<PackageReference Include="System.ServiceModel.Duplex" Version="4.8.1" />
|
<PackageReference Include="System.ServiceModel.Federation" Version="4.8.1" />
|
<PackageReference Include="System.ServiceModel.Http" Version="4.8.1" />
|
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.8.1" />
|
<PackageReference Include="System.ServiceModel.Security" Version="4.8.1" />
|
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
<Reference Include="Autofac">
|
<HintPath>..\..\libs\Nuget\Autofac.dll</HintPath>
|
</Reference>
|
<Reference Include="Bro.Common.Device">
|
<HintPath>..\..\libs\PFW\Bro.Common.Device.dll</HintPath>
|
</Reference>
|
<Reference Include="Bro.Common.Model">
|
<HintPath>..\..\libs\PFW\Bro.Common.Model.dll</HintPath>
|
</Reference>
|
<Reference Include="Bro.DataBase.Model">
|
<HintPath>..\..\libs\PFW\Bro.DataBase.Model.dll</HintPath>
|
</Reference>
|
<Reference Include="Bro.Device.InsCamera">
|
<HintPath>..\..\libs\PFW\Bro.Device.InsCamera.dll</HintPath>
|
</Reference>
|
<Reference Include="Bro.Process">
|
<HintPath>..\..\libs\PFW\Bro.Process.dll</HintPath>
|
</Reference>
|
<Reference Include="Bro.UI.Model.Winform">
|
<HintPath>..\..\libs\PFW\Bro.UI.Model.Winform.dll</HintPath>
|
</Reference>
|
<Reference Include="halcondotnet">
|
<HintPath>..\..\libs\halcon12\halcondotnet.dll</HintPath>
|
</Reference>
|
<Reference Include="hdevenginedotnet">
|
<HintPath>..\..\libs\halcon12\hdevenginedotnet.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json">
|
<HintPath>..\..\libs\Nuget\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="SourceGrid">
|
<HintPath>..\..\libs\SourceGrid\SourceGrid.dll</HintPath>
|
</Reference>
|
<Reference Include="SunnyUI">
|
<HintPath>..\..\libs\Nuget\SunnyUI.dll</HintPath>
|
</Reference>
|
<Reference Include="SunnyUI.Common">
|
<HintPath>..\..\libs\Nuget\SunnyUI.Common.dll</HintPath>
|
</Reference>
|
</ItemGroup>
|
|
</Project>
|