File tree Expand file tree Collapse file tree 4 files changed +17
-9
lines changed
dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff line change 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+
18using System . Reflection ;
29using System . Runtime . CompilerServices ;
310using System . Runtime . InteropServices ;
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" ) ]
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments