Skip to content

Commit 63af286

Browse files
committed
Revert "Build changes"
This reverts commit 483bf74.
1 parent 2e9baa5 commit 63af286

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/src/Microsoft.Windows.ApplicationModel.Resources.vcxproj.filters

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,4 @@
8484
<ItemGroup>
8585
<ResourceCompile Include="Microsoft.Windows.ApplicationModel.Resources.rc" />
8686
</ItemGroup>
87-
<ItemGroup>
88-
<Natvis Include="$(MSBuildThisFileDirectory)..\..\natvis\wil.natvis" />
89-
</ItemGroup>
9087
</Project>

dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources/unittests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
[assembly: AssemblyCulture("")]
1616
[assembly: AssemblyMetadata("TargetPlatform","UAP")]
1717

18-
[assembly: AssemblyVersion("1.7")]
19-
[assembly: AssemblyFileVersion("1.7")]
18+
[assembly: AssemblyVersion("1.0.0.0")]
19+
[assembly: AssemblyFileVersion("1.0.0.0")]
2020
[assembly: ComVisible(false)]
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// WARNING: the values in the AssemblyInfo file are defaults for use in dev-loop.
2+
// This file is meant to be overwritten by GenerateVersionInfo.ps1
3+
// Please modify the generation script in GenerateVersionInfo.ps1 to change any fields or values.
4+
5+
// Copyright (c) Microsoft Corporation and Contributors.
6+
// Licensed under the MIT License.
7+
18
using System.Reflection;
29
using System.Runtime.CompilerServices;
310
using System.Runtime.InteropServices;
@@ -6,7 +13,7 @@
613
[assembly: AssemblyProduct("Windows App SDK")]
714
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation. All rights reserved.")]
815

9-
[assembly: AssemblyVersion("1.7")]
10-
[assembly: AssemblyFileVersion("1.7")]
16+
[assembly: AssemblyVersion("0.0")]
17+
[assembly: AssemblyFileVersion("0.0")]
1118

1219
[assembly: AssemblyMetadata("IsTrimmable", "True")]

eng/common/VersionInfo/AssemblyInfo.ver

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// WARNING: the values in the AssemblyInfo file are defaults for use in dev-loop.
2+
// This file is meant to be overwritten by GenerateVersionInfo.ps1
3+
// Please modify the generation script in GenerateVersionInfo.ps1 to change any fields or values.
4+
15
// Copyright (c) Microsoft Corporation and Contributors.
26
// Licensed under the MIT License.
37

@@ -6,11 +10,11 @@
610
#define STR2(a,b) STR1(a) DELIM STR1(b)
711

812
#ifndef WINDOWSAPPSDK_RELEASE_MAJOR
9-
#define WINDOWSAPPSDK_RELEASE_MAJOR 1
13+
#define WINDOWSAPPSDK_RELEASE_MAJOR 0
1014
#endif
1115

1216
#ifndef WINDOWSAPPSDK_RELEASE_MINOR
13-
#define WINDOWSAPPSDK_RELEASE_MINOR 7
17+
#define WINDOWSAPPSDK_RELEASE_MINOR 0
1418
#endif
1519

1620
#define WINDOWSAPPSDK_PRODUCT_VERSION WINDOWSAPPSDK_RELEASE_MAJOR, WINDOWSAPPSDK_RELEASE_MINOR

0 commit comments

Comments
 (0)