Skip to content

Commit 98162d8

Browse files
ShashankNayShashank Nayak
and
Shashank Nayak
authored
inital commit (#2955)
Co-authored-by: Shashank Nayak <[email protected]>
1 parent 510aaf3 commit 98162d8

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

dev/VSIX/ProjectTemplates/Desktop/CSharp/PackagedApp/BlankApp/App.xaml.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation and Contributors.
1+
// Copyright (c) Microsoft Corporation and Contributors.
22
// Licensed under the MIT License.
33

44
using System;
@@ -39,8 +39,7 @@ public App()
3939
}
4040

4141
/// <summary>
42-
/// Invoked when the application is launched normally by the end user. Other entry points
43-
/// will be used such as when the application is launched to open a specific file.
42+
/// Invoked when the application is launched.
4443
/// </summary>
4544
/// <param name="args">Details about the launch request and process.</param>
4645
protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args)

dev/VSIX/ProjectTemplates/Desktop/CSharp/SingleProjectPackagedApp/App.xaml.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation and Contributors.
1+
// Copyright (c) Microsoft Corporation and Contributors.
22
// Licensed under the MIT License.
33

44
using System;
@@ -39,8 +39,7 @@ public App()
3939
}
4040

4141
/// <summary>
42-
/// Invoked when the application is launched normally by the end user. Other entry points
43-
/// will be used such as when the application is launched to open a specific file.
42+
/// Invoked when the application is launched.
4443
/// </summary>
4544
/// <param name="args">Details about the launch request and process.</param>
4645
protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs args)

dev/VSIX/ProjectTemplates/Desktop/CppWinRT/PackagedApp/BlankApp/App.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ App::App()
3838
}
3939

4040
/// <summary>
41-
/// Invoked when the application is launched normally by the end user. Other entry points
42-
/// will be used such as when the application is launched to open a specific file.
41+
/// Invoked when the application is launched.
4342
/// </summary>
4443
/// <param name="e">Details about the launch request and process.</param>
4544
void App::OnLaunched(LaunchActivatedEventArgs const&)

dev/VSIX/ProjectTemplates/Desktop/CppWinRT/SingleProjectPackagedApp/App.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ App::App()
3838
}
3939

4040
/// <summary>
41-
/// Invoked when the application is launched normally by the end user. Other entry points
42-
/// will be used such as when the application is launched to open a specific file.
41+
/// Invoked when the application is launched.
4342
/// </summary>
4443
/// <param name="e">Details about the launch request and process.</param>
4544
void App::OnLaunched(LaunchActivatedEventArgs const&)

0 commit comments

Comments
 (0)