Skip to content

Commit 30702e7

Browse files
committed
Disable assembly info override
1 parent ec551b2 commit 30702e7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Microsoft.Management.Configuration.Projection/Microsoft.Management.Configuration.Projection.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
!!! Remove or update this on the next Microsoft.Windows.CsWinRT package version update. !!!
1313
-->
1414
<WindowsSdkPackageVersion>10.0.26100.53</WindowsSdkPackageVersion>
15+
<!-- Disables the AssemblyInfo generation override in the internal build. -->
16+
<XesDisableAssemblyInfoWrite>True</XesDisableAssemblyInfoWrite>
1517
</PropertyGroup>
1618

1719
<PropertyGroup>

src/Microsoft.Management.Deployment.CsWinRTProjection/Microsoft.Management.Deployment.CsWinRTProjection.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
!!! Remove or update this on the next Microsoft.Windows.CsWinRT package version update. !!!
1515
-->
1616
<WindowsSdkPackageVersion>10.0.26100.53</WindowsSdkPackageVersion>
17+
<!-- Disables the AssemblyInfo generation override in the internal build. -->
18+
<XesDisableAssemblyInfoWrite>True</XesDisableAssemblyInfoWrite>
1719
</PropertyGroup>
1820

1921
<PropertyGroup>

0 commit comments

Comments
 (0)