Skip to content

Commit f05b0d0

Browse files
authored
Rename ProjectReunion -> WindowsAppSDK (#1041)
* ProjectReunion -> WindowsAppSDK rename (first pass. Of many...) * /build/** renamed * assets/** * /docs * dev\WindowsAppSDK_DLL\ * installer/ * specs/** * Last pass! Time to test... * Remove en-us from microsoft URLs e.g. BAD=https://docs.microsoft.com/en-us/blah GOOD=https://docs.microsoft.com/blah. The client+server figure out the appropriate language and update the URL (at least, Microsoft.com does it) so always encode the more generic syntax * Incorporated feedback * Merged latest from main and fixed up reunion references brought in * Incorporated feedback * Maybe this is it * This too? * Fixing another reunion reference that snaked in from recent main...
1 parent 62fb0d4 commit f05b0d0

File tree

275 files changed

+2412
-2410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+2412
-2410
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ BuildOutput/
373373
.nuget/
374374

375375
# Installer build configuration header
376-
installer/dev/project_reunion_definitions_override.h
376+
installer/dev/windowsappsdk_definitions_override.h
377377

378378
# Installer test packages
379379
installer/test/testpackages/
@@ -384,7 +384,7 @@ temp/
384384
# Build Pipeline override
385385
build/override/
386386

387-
# Project Reunion specific files
387+
# WindowsAppSDK specific files
388388
Microsoft.WinUI.AppX.targets
389389
dev/vsix/extension/LICENSE
390390
!dev/vsix/**/*.pubxml

Directory.Build.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Due to import ordering inconsistencies between different project types, we import this file from multiple places. -->
99
<Import Project="$(MSBuildThisFileDirectory)build\EnsureOutputLayout.props" Condition="$(EnsureOutputLayoutPropsIncluded) == ''" />
1010

11-
<PropertyGroup>
11+
<PropertyGroup>
1212
<IsTDPConfiguration>false</IsTDPConfiguration>
1313

1414
<GeneratedFilesDir>$(BaseIntermediateOutputPath)Generated Files\</GeneratedFilesDir>
@@ -20,27 +20,27 @@
2020
</PropertyGroup>
2121

2222
<!-- Compilation differs for the build pipeline vs local development -->
23-
<PropertyGroup Condition="$(ProjectReunionBuildPipeline) != '1'">
23+
<PropertyGroup Condition="$(WindowsAppSDKBuildPipeline) != '1'">
2424
<!-- If not set, default it to no . -->
25-
<ProjectReunionBuildPipeline>0</ProjectReunionBuildPipeline>
25+
<WindowsAppSDKBuildPipeline>0</WindowsAppSDKBuildPipeline>
2626
</PropertyGroup>
2727

2828
<Target Name="DirectoryBuildPropsInfo">
29-
<Message Condition="$(ProjectReunionBuildPipeline) == '1'" Importance="High" Text="Directory.Build.props detects ProjectReunionBuildPipeline=$(ProjectReunionBuildPipeline)"/>
29+
<Message Condition="$(WindowsAppSDKBuildPipeline) == '1'" Importance="High" Text="Directory.Build.props detects WindowsAppSDKBuildPipeline=$(WindowsAppSDKBuildPipeline)"/>
3030
</Target>
3131

3232
<!-- Conditional behavior for build pipeline vs local development -->
33-
<ItemDefinitionGroup Condition="$(ProjectReunionBuildPipeline) == '1'">
33+
<ItemDefinitionGroup Condition="$(WindowsAppSDKBuildPipeline) == '1'">
3434
<ClCompile>
35-
<PreprocessorDefinitions>PROJECTREUNION_BUILD_PIPELINE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
35+
<PreprocessorDefinitions>WINDOWSAPPSDK_BUILD_PIPELINE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
3636
<AdditionalIncludeDirectories>$(SolutionDir)\build\override;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
3737
</ClCompile>
3838
<ResourceCompile>
39-
<PreprocessorDefinitions>PROJECTREUNION_BUILD_PIPELINE=1;%(PreprocessorDefinitions);</PreprocessorDefinitions>
39+
<PreprocessorDefinitions>WINDOWSAPPSDK_BUILD_PIPELINE=1;%(PreprocessorDefinitions);</PreprocessorDefinitions>
4040
<AdditionalIncludeDirectories>$(SolutionDir)\build\override;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
4141
</ResourceCompile>
4242
<Midl>
43-
<PreprocessorDefinitions>PROJECTREUNION_BUILD_PIPELINE=1;%(PreprocessorDefinitions);</PreprocessorDefinitions>
43+
<PreprocessorDefinitions>WINDOWSAPPSDK_BUILD_PIPELINE=1;%(PreprocessorDefinitions);</PreprocessorDefinitions>
4444
<AdditionalIncludeDirectories>$(SolutionDir)\build\override;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
4545
</Midl>
4646
</ItemDefinitionGroup>

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*Previously known as Project Reunion*.
44

5-
| Delight users with modern UI | Access new platform features | Backwards compatible |
5+
| Delight users with modern UI | Access new platform features | Backwards compatible |
66
|:--:|:--:|:--:|
77
| <img src="https://docs.microsoft.com/media/illustrations/biztalk-get-started-get-started.svg" width=250 alt="Modern navigation"/><br>Powerful WinUI 3 UI | <img src="https://docs.microsoft.com/media/illustrations/biztalk-get-started-scenarios.svg" width=250 alt="Platform logo"/><br>Localization + power status + more<br> | <img src="https://docs.microsoft.com/media/illustrations/biztalk-host-integration-install-configure.svg" width=250 alt="Down-level logo"/><br>Down to Windows 10 1809 |
88

@@ -16,7 +16,7 @@ Plus, **create beautiful, modern apps for Windows 11 that are backwards compatib
1616

1717

1818
### Use it now!
19-
[Packaged MSIX desktop apps](https://docs.microsoft.com/windows/msix/overview) can [use the 0.8 release](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#version-08) now!0
19+
[Packaged MSIX desktop apps](https://docs.microsoft.com/windows/msix/overview) can [use the 0.8 release](https://docs.microsoft.com/windows/apps/windows-app-sdk/stable-channel#version-08) now!0
2020

2121
Some notes about 0.8...
2222

@@ -26,12 +26,12 @@ Some notes about 0.8...
2626

2727
### Roadmap
2828

29-
Here's a snippet of what we intend to deliver in 2021 *(times/features/releases are tentative and subject to change)*:
29+
Here's a snippet of what we intend to deliver in 2021 *(times/features/releases are tentative and subject to change)*:
3030

31-
App type | Windows App SDK 0.8 | Windows App SDK 1.0 (Q4 2021) |
31+
App type | Windows App SDK 0.8 | Windows App SDK 1.0 (Q4 2021) |
3232
-- | ------------------------------- | ------------------------------- |
33-
[Packaged MSIX](https://docs.microsoft.com/windows/msix/overview) desktop apps<br>(WPF, Win32, WinForms, console) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://docs.microsoft.com/windows/apps/project-reunion/dwritecore)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview)<br>🔄 [App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://github.com/microsoft/ProjectReunion/issues/112)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview)<br>✅ [App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) <br>🔄 [Push Notifications](https://github.com/microsoft/ProjectReunion/issues/334) |
34-
Unpackaged desktop apps<br>(WPF, Win32, WinForms, console) | 🔄 [Text rendering](https://docs.microsoft.com/windows/apps/project-reunion/dwritecore)<br>🔄 [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview)<br>🔄 [App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://docs.microsoft.com/windows/apps/project-reunion/dwritecore)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/project-reunion/mrtcore/mrtcore-overview)<br>✅ [App lifecycle](https://github.com/microsoft/ProjectReunion/issues/111) <br>🔄 [Push Notifications](https://github.com/microsoft/ProjectReunion/issues/334) |
33+
[Packaged MSIX](https://docs.microsoft.com/windows/msix/overview) desktop apps<br>(WPF, Win32, WinForms, console) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://docs.microsoft.com/windows/apps/windows-app-sdk/dwritecore)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/windows-app-sdk/mrtcore/mrtcore-overview)<br>🔄 [App lifecycle](https://github.com/microsoft/WindowsAppSDK/issues/111) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://github.com/microsoft/WindowsAppSDK/issues/112)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/windows-app-sdk/mrtcore/mrtcore-overview)<br>✅ [App lifecycle](https://github.com/microsoft/WindowsAppSDK/issues/111) <br>🔄 [Push Notifications](https://github.com/microsoft/WindowsAppSDK/issues/334) |
34+
Unpackaged desktop apps<br>(WPF, Win32, WinForms, console) | 🔄 [Text rendering](https://docs.microsoft.com/windows/apps/windows-app-sdk/dwritecore)<br>🔄 [Localization](https://docs.microsoft.com/windows/apps/windows-app-sdk/mrtcore/mrtcore-overview)<br>🔄 [App lifecycle](https://github.com/microsoft/WindowsAppSDK/issues/111) | ✅ [WinUI 3](https://github.com/microsoft/microsoft-ui-xaml/blob/master/docs/roadmap.md#winui-3)<br>✅ [Text rendering](https://docs.microsoft.com/windows/apps/windows-app-sdk/dwritecore)<br>✅ [Localization](https://docs.microsoft.com/windows/apps/windows-app-sdk/mrtcore/mrtcore-overview)<br>✅ [App lifecycle](https://github.com/microsoft/WindowsAppSDK/issues/111) <br>🔄 [Push Notifications](https://github.com/microsoft/WindowsAppSDK/issues/334) |
3535

3636
✅ Supported | 🔄 Experimental
3737

@@ -44,7 +44,7 @@ See our [full roadmap](docs/roadmap.md) for more details.
4444

4545
The Windows App SDK aims to work on supported versions of Windows.
4646
Right now we support down to build 17763 (version 1809/October 2018 Update) of Windows 10.
47-
Wherever possible, we'll use techniques like '_polyfills_'
47+
Wherever possible, we'll use techniques like '_polyfills_'
4848
and custom implementations to do the
4949
heavy lifting for you and make sure your app works across Windows versions and devices.
5050
In the future, there may be a couple APIs that are dependent on new OS features
@@ -55,35 +55,35 @@ this is the exception and not the norm, and provide reasonable fallbacks when po
5555

5656
### Documentation
5757

58-
* [More details about the Windows App SDK](https://github.com/microsoft/ProjectReunion/blob/master/docs/README.md) -
58+
* [More details about the Windows App SDK](https://github.com/microsoft/WindowsAppSDK/blob/master/docs/README.md) -
5959
More on what the project is and how we're approaching the work.
60-
* [Video on Windows App SDK](https://aka.ms/project_reunion_ignite) - Learn about the Windows App SDK in a 22 minute video!
60+
* [Video on Windows App SDK](https://techcommunity.microsoft.com/t5/video-hub/enterprise-development-futures-project-reunion/m-p/2177278) - Learn about the Windows App SDK in a 22 minute video!
6161
* [Roadmap](docs/roadmap.md) - Where we're going!
6262
* [Contributor guide](docs/contributor-guide.md) - How to contribute to the Windows App SDK.
6363
* [FAQ](docs/faq.md) - Frequently asked questions about the Windows App SDK.
6464

6565

6666
### Contributing
6767

68-
[![Feature Proposals](https://img.shields.io/github/issues/microsoft/projectreunion/feature%20proposal)](https://github.com/microsoft/ProjectReunion/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+proposal%22)
69-
[![Bugs](https://img.shields.io/github/issues/microsoft/projectreunion/bug)](https://github.com/microsoft/ProjectReunion/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
68+
[![Feature Proposals](https://img.shields.io/github/issues/microsoft/windowsappsdk/feature%20proposal)](https://github.com/microsoft/WindowsAppSDK/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+proposal%22)
69+
[![Bugs](https://img.shields.io/github/issues/microsoft/windowsappsdk/bug)](https://github.com/microsoft/WindowsAppSDK/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
7070

7171
_We want to hear from you!_
7272

73-
File a [new issue!](https://github.com/microsoft/ProjectReunion/issues/new/choose) Tell us what problem you're
73+
File a [new issue!](https://github.com/microsoft/WindowsAppSDK/issues/new/choose) Tell us what problem you're
7474
trying to solve, how you've tried to solve it so far, and what would be the ideal solution for your app. Bonus
7575
points if there's a gist or existing repo we can look at with you.
7676

7777

78-
1. **[Ask a question](https://github.com/microsoft/ProjectReunion/discussions/categories/q-a)**<br>
78+
1. **[Ask a question](https://github.com/microsoft/WindowsAppSDK/discussions/categories/q-a)**<br>
7979
Also, have a look at our [frequently asked questions](docs/faq.md) page which we will update periodically.
8080

81-
2. **[Start a discussion](https://github.com/microsoft/ProjectReunion/discussions)**<br>
81+
2. **[Start a discussion](https://github.com/microsoft/WindowsAppSDK/discussions)**<br>
8282
Discussions can be about any topics or ideas related to the Windows App SDK. For example,
8383
you might start a Discussion issue to see if others are interested in a cool new idea
8484
you've been thinking about that isn't quite ready to be filed as a more formal Feature Proposal.
8585

86-
3. **[Make a feature proposal](https://github.com/microsoft/ProjectReunion/issues/new?assignees=&labels=feature+proposal&template=feature-proposal.md&title=)**<br>
86+
3. **[Make a feature proposal](https://github.com/microsoft/WindowsAppSDK/issues/new?assignees=&labels=feature+proposal&template=feature-proposal.md&title=)**<br>
8787
What components do you want to see in the Windows App SDK? For example you can propose a new API on an existing type, or an idea for a new API.
8888
It's fine if you don't have all the details: you can start with a summary and rationale.
8989

SdkVersion.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<PropertyGroup>
1313
<UseInsiderSDK>true</UseInsiderSDK>
1414
<!-- By default we use the publicly shipped SDK version which is 19H1 now -->
15-
<ProjectReunionSdkVersion Condition="$(UseInsiderSDK) != 'true'">$(SDKVersion19H1)</ProjectReunionSdkVersion>
15+
<WindowsAppSDKVersion Condition="$(UseInsiderSDK) != 'true'">$(SDKVersion19H1)</WindowsAppSDKVersion>
1616

17-
<!-- Setting UseInsiderSDK will allow the code to build to the newest insider SDK
18-
In order to get this from a cmd prompt run
17+
<!-- Setting UseInsiderSDK will allow the code to build to the newest insider SDK
18+
In order to get this from a cmd prompt run
1919
set UseInsiderSDK=true and then launch muxcontrols.sln from that cmd prompt-->
20-
<ProjectReunionSdkVersion Condition="$(UseInsiderSDK)=='true'">$(SDKVersionInsider)</ProjectReunionSdkVersion>
20+
<WindowsAppSDKVersion Condition="$(UseInsiderSDK)=='true'">$(SDKVersionInsider)</WindowsAppSDKVersion>
2121
</PropertyGroup>
2222
</Project>

ProjectReunion.sln renamed to WindowsAppSDK.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{F3659DFF-2
1515
EndProject
1616
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8630F7AA-2969-4DC9-8700-9B468C1DC21D}"
1717
EndProject
18-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProjectReunion_DLL", "dev\ProjectReunion_DLL\ProjectReunion_DLL.vcxproj", "{B73AD907-6164-4294-88FB-F3C9C10DA1F1}"
18+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowsAppSDK_DLL", "dev\WindowsAppSDK_DLL\WindowsAppSDK_DLL.vcxproj", "{B73AD907-6164-4294-88FB-F3C9C10DA1F1}"
1919
EndProject
2020
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppLifecycle", "AppLifecycle", "{3DE93B2F-F887-437D-B512-6B1024ABA290}"
2121
EndProject
@@ -46,7 +46,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DynamicDependency_Test_Win3
4646
{66D0D8B1-FAF4-4C6A-8303-07F3BA356FE3} = {66D0D8B1-FAF4-4C6A-8303-07F3BA356FE3}
4747
EndProjectSection
4848
EndProject
49-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProjectReunion_BootstrapDLL", "dev\ProjectReunion_BootstrapDLL\ProjectReunion_BootstrapDLL.vcxproj", "{F76B776E-86F5-48C5-8FC7-D2795ECC9746}"
49+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowsAppSDK_BootstrapDLL", "dev\WindowsAppSDK_BootstrapDLL\WindowsAppSDK_BootstrapDLL.vcxproj", "{F76B776E-86F5-48C5-8FC7-D2795ECC9746}"
5050
ProjectSection(ProjectDependencies) = postProject
5151
{B73AD907-6164-4294-88FB-F3C9C10DA1F1} = {B73AD907-6164-4294-88FB-F3C9C10DA1F1}
5252
EndProjectSection
@@ -59,7 +59,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Framework.Math.Add", "test\
5959
EndProject
6060
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Framework.Math.Multiply", "test\DynamicDependency\data\Framework.Math.Multiply\Framework.Math.Multiply.vcxproj", "{66D0D8B1-FAF4-4C6A-8303-07F3BA356FE3}"
6161
EndProject
62-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.ProjectReunion.Framework", "test\DynamicDependency\data\Microsoft.ProjectReunion.Framework\Microsoft.ProjectReunion.Framework.vcxproj", "{9C1A6C58-52D6-4514-9120-5C339C5DF4BE}"
62+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Microsoft.WindowsAppSDK.Framework", "test\DynamicDependency\data\Microsoft.WindowsAppSDK.Framework\Microsoft.WindowsAppSDK.Framework.vcxproj", "{9C1A6C58-52D6-4514-9120-5C339C5DF4BE}"
6363
EndProject
6464
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DynamicDependencyDataStore", "DynamicDependencyDataStore", "{441A3BB0-7FD2-4902-AEDB-A1C57B528C77}"
6565
EndProject
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)