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 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 >
90
87
</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.7 " ) ]
19
- [ assembly: AssemblyFileVersion ( "1.7 " ) ]
18
+ [ assembly: AssemblyVersion ( "1.0.0.0 " ) ]
19
+ [ assembly: AssemblyFileVersion ( "1.0.0.0 " ) ]
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
+
1
8
using System . Reflection ;
2
9
using System . Runtime . CompilerServices ;
3
10
using System . Runtime . InteropServices ;
6
13
[ assembly: AssemblyProduct ( "Windows App SDK" ) ]
7
14
[ assembly: AssemblyCopyright ( "Copyright (c) Microsoft Corporation. All rights reserved." ) ]
8
15
9
- [ assembly: AssemblyVersion ( "1.7 " ) ]
10
- [ assembly: AssemblyFileVersion ( "1.7 " ) ]
16
+ [ assembly: AssemblyVersion ( "0.0 " ) ]
17
+ [ assembly: AssemblyFileVersion ( "0.0 " ) ]
11
18
12
19
[ 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
+
1
5
// Copyright (c) Microsoft Corporation and Contributors.
2
6
// Licensed under the MIT License.
3
7
6
10
#define STR2(a,b) STR1(a) DELIM STR1(b)
7
11
8
12
#ifndef WINDOWSAPPSDK_RELEASE_MAJOR
9
- #define WINDOWSAPPSDK_RELEASE_MAJOR 1
13
+ #define WINDOWSAPPSDK_RELEASE_MAJOR 0
10
14
#endif
11
15
12
16
#ifndef WINDOWSAPPSDK_RELEASE_MINOR
13
- #define WINDOWSAPPSDK_RELEASE_MINOR 7
17
+ #define WINDOWSAPPSDK_RELEASE_MINOR 0
14
18
#endif
15
19
16
20
#define WINDOWSAPPSDK_PRODUCT_VERSION WINDOWSAPPSDK_RELEASE_MAJOR, WINDOWSAPPSDK_RELEASE_MINOR
You can’t perform that action at this time.
0 commit comments