File tree Expand file tree Collapse file tree 5 files changed +10
-18
lines changed
dev/MRTCore/mrt/Microsoft.Windows.ApplicationModel.Resources Expand file tree Collapse file tree 5 files changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Main branch points to the external feed.
18
18
19
19
Param (
20
20
[string ]$PackageVersion = " 1.1.1.1" ,
21
- [string ]$Platform = " x64 " ,
21
+ [string ]$Platform = " x86 " ,
22
22
[string ]$Configuration = " Release" ,
23
23
[string ]$AzureBuildStep = " all" ,
24
24
[string ]$OutputDirectory = (Split-Path $MyInvocation.MyCommand.Path ) + " \BuildOutput" ,
Original file line number Diff line number Diff line change 84
84
<ItemGroup >
85
85
<ResourceCompile Include =" Microsoft.Windows.ApplicationModel.Resources.rc" />
86
86
</ItemGroup >
87
+ <ItemGroup >
88
+ <Natvis Include =" $(MSBuildThisFileDirectory)..\..\natvis\wil.natvis" />
89
+ </ItemGroup >
87
90
</Project >
Original file line number Diff line number Diff line change 15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
[ assembly: AssemblyMetadata ( "TargetPlatform" , "UAP" ) ]
17
17
18
- [ assembly: AssemblyVersion ( "1.0.0.0 " ) ]
19
- [ assembly: AssemblyFileVersion ( "1.0.0.0 " ) ]
18
+ [ assembly: AssemblyVersion ( "1.7 " ) ]
19
+ [ assembly: AssemblyFileVersion ( "1.7 " ) ]
20
20
[ 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
-
8
1
using System . Reflection ;
9
2
using System . Runtime . CompilerServices ;
10
3
using System . Runtime . InteropServices ;
13
6
[ assembly: AssemblyProduct ( "Windows App SDK" ) ]
14
7
[ assembly: AssemblyCopyright ( "Copyright (c) Microsoft Corporation. All rights reserved." ) ]
15
8
16
- [ assembly: AssemblyVersion ( "0.0 " ) ]
17
- [ assembly: AssemblyFileVersion ( "0.0 " ) ]
9
+ [ assembly: AssemblyVersion ( "1.7 " ) ]
10
+ [ assembly: AssemblyFileVersion ( "1.7 " ) ]
18
11
19
12
[ 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
-
5
1
// Copyright (c) Microsoft Corporation and Contributors.
6
2
// Licensed under the MIT License.
7
3
10
6
#define STR2(a,b) STR1(a) DELIM STR1(b)
11
7
12
8
#ifndef WINDOWSAPPSDK_RELEASE_MAJOR
13
- #define WINDOWSAPPSDK_RELEASE_MAJOR 0
9
+ #define WINDOWSAPPSDK_RELEASE_MAJOR 1
14
10
#endif
15
11
16
12
#ifndef WINDOWSAPPSDK_RELEASE_MINOR
17
- #define WINDOWSAPPSDK_RELEASE_MINOR 0
13
+ #define WINDOWSAPPSDK_RELEASE_MINOR 7
18
14
#endif
19
15
20
16
#define WINDOWSAPPSDK_PRODUCT_VERSION WINDOWSAPPSDK_RELEASE_MAJOR, WINDOWSAPPSDK_RELEASE_MINOR
You can’t perform that action at this time.
0 commit comments