-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestCaser.csproj
More file actions
28 lines (22 loc) · 1 KB
/
TestCaser.csproj
File metadata and controls
28 lines (22 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<AssemblyName>tc</AssemblyName>
<UseWindowsForms>false</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Emgu.CV.Bitmap" Version="4.5.5.4823" />
<PackageReference Include="Emgu.CV.runtime.windows" Version="4.5.5.4823" />
<PackageReference Include="EmguCV" Version="3.1.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog" Version="4.7.15" />
<PackageReference Include="Scriban" Version="5.4.4" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
<PackageReference Include="WindowsDisplayAPI" Version="1.3.0.13" />
</ItemGroup>
<ItemGroup>
<Content Include="Templates\**" CopyToOutputDirectory="PreserveNewest" LinkBase="Templates\" />
</ItemGroup>
</Project>