File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
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 >net45 ;net5.0-windows</TargetFrameworks >
4
+ <TargetFrameworks >net462 ;net5.0-windows</TargetFrameworks >
5
5
<UseWindowsForms Condition =" '$(TargetFramework)' == 'net5.0-windows'" >true</UseWindowsForms >
6
6
<OutputType >Exe</OutputType >
7
7
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
8
+ <GenerateResourceUsePreserializedResources Condition =" '$(TargetFramework)' == 'net5.0-windows'" >true</GenerateResourceUsePreserializedResources >
8
9
</PropertyGroup >
9
10
10
11
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
11
12
</PropertyGroup >
12
13
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
13
14
</PropertyGroup >
14
15
15
- <ItemGroup Condition =" '$(TargetFramework)' == 'net45 '" >
16
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462 '" >
16
17
<Reference Include =" System.Windows.Forms" />
17
18
</ItemGroup >
18
19
<ItemGroup >
You can’t perform that action at this time.
0 commit comments