File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <Product >$(AssemblyName) ($(TargetFramework))</Product >
4
3
<Copyright >Copyright (c) .NET Foundation and Contributors.</Copyright >
5
4
<MinClientVersion >2.12</MinClientVersion >
6
5
<GenerateDocumentationFile >true</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<!-- This props all need to be set in targets as they depend on the values set earlier -->
3
+
4
+ <PropertyGroup >
5
+ <Product >$(AssemblyName) ($(TargetFramework))</Product >
6
+ </PropertyGroup >
7
+
3
8
<PropertyGroup Condition =" '$(TargetFramework)' == 'net46'" >
4
9
<DefineConstants >$(DefineConstants);HAS_TRACE;HAS_WINRT;HAS_WINFORMS;HAS_DISPATCHER;PREFER_ASYNC;HAS_TPL46;DESKTOPCLR</DefineConstants >
5
10
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments