File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
src/OpenCvSharp.UserInterface Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net40;net46 </TargetFrameworks >
4
+ <TargetFrameworks >net40;net461 </TargetFrameworks >
5
5
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
6
<GenerateDocumentationFile >true</GenerateDocumentationFile >
7
7
<AssemblyName >OpenCvSharp.UserInterface</AssemblyName >
19
19
<ProjectReference Include =" ..\OpenCvSharp.Extensions\OpenCvSharp.Extensions.csproj" />
20
20
</ItemGroup >
21
21
22
- <ItemGroup Condition =" '$(TargetFramework)' == 'net40' " >
23
- <Reference Include =" System.Drawing" />
24
- <Reference Include =" System.Windows.Forms" />
25
- <Reference Include =" System" />
26
- <Reference Include =" Microsoft.CSharp" />
27
- </ItemGroup >
28
-
29
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net40' " >
30
- <DefineConstants >$(DefineConstants);DOTNET_FRAMEWORK;net40</DefineConstants >
31
- </PropertyGroup >
32
-
33
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net46' " >
34
- <DefineConstants >$(DefineConstants);net46</DefineConstants >
35
- </PropertyGroup >
36
-
37
- <ItemGroup Condition =" '$(TargetFramework)' == 'net46' " >
22
+ <ItemGroup >
38
23
<Reference Include =" System.Drawing" />
39
24
<Reference Include =" System.Windows.Forms" />
40
25
<Reference Include =" System" />
You can’t perform that action at this time.
0 commit comments