File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net35;net40;net5.0-windows;net6.0-windows</TargetFrameworks >
48
48
</ItemGroup >
49
49
50
50
<PropertyGroup >
51
- <FrameworkPathOverride Condition =" '$(TargetFramework)' == 'net35'" >$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride >
52
- <AutomaticallyUseReferenceAssemblyPackages Condition =" '$(TargetFramework)' == 'net35' " >false</AutomaticallyUseReferenceAssemblyPackages >
53
51
<SignAssembly >true</SignAssembly >
54
52
<AssemblyOriginatorKeyFile >QRCoder.XamlStrongName.snk</AssemblyOriginatorKeyFile >
55
53
<DelaySign >false</DelaySign >
Original file line number Diff line number Diff line change 58
58
</ItemGroup >
59
59
60
60
<PropertyGroup >
61
- <FrameworkPathOverride Condition =" '$(TargetFramework)' == 'net35'" >$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride >
62
- <AutomaticallyUseReferenceAssemblyPackages Condition =" '$(TargetFramework)' == 'net35' " >false</AutomaticallyUseReferenceAssemblyPackages >
63
61
<SignAssembly >true</SignAssembly >
64
62
<AssemblyOriginatorKeyFile >QRCoderStrongName.snk</AssemblyOriginatorKeyFile >
65
63
<DelaySign >false</DelaySign >
Original file line number Diff line number Diff line change 62
62
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
63
63
</None >
64
64
</ItemGroup >
65
- <PropertyGroup >
66
- <FrameworkPathOverride Condition =" '$(TargetFramework)' == 'net35'" >$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride >
67
- <AutomaticallyUseReferenceAssemblyPackages Condition =" '$(TargetFramework)' == 'net35' " >false</AutomaticallyUseReferenceAssemblyPackages >
68
- </PropertyGroup >
69
65
</Project >
You can’t perform that action at this time.
0 commit comments