You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding missing trimming attribute due to using custom assembly info and temporarily adding couple cswinrt properties to disable things that aren't needed (#4451)
<!-- Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE-CODE in the project root for license information. -->
3
+
<!-- This is a special MSBuild file that is parsed before everything else when MSBuild detects it in our directory structure.
4
+
Adding Sdk="Microsoft.NET.Sdk" to a project causes NuGet files to be generated very early on, so we need these defines to be here
5
+
to ensure that all of our build output files end up in the same location. -->
0 commit comments