Skip to content

Commit e127ac4

Browse files
author
Oren Novotny
committed
Move Product to targets so AssemblyName is set
1 parent 2d5aabd commit e127ac4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Rx.NET/Source/Directory.build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Product>$(AssemblyName) ($(TargetFramework))</Product>
43
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
54
<MinClientVersion>2.12</MinClientVersion>
65
<GenerateDocumentationFile>true</GenerateDocumentationFile>

Rx.NET/Source/Directory.build.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<Project>
22
<!-- 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+
38
<PropertyGroup Condition="'$(TargetFramework)' == 'net46'">
49
<DefineConstants>$(DefineConstants);HAS_TRACE;HAS_WINRT;HAS_WINFORMS;HAS_DISPATCHER;PREFER_ASYNC;HAS_TPL46;DESKTOPCLR</DefineConstants>
510
</PropertyGroup>

0 commit comments

Comments
 (0)