Skip to content

Commit

Permalink
renamed Accessibility_Core_App - to TestPassApp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-Solyanik committed Feb 7, 2025
1 parent 78c7bb8 commit fae5f7c
Show file tree
Hide file tree
Showing 33 changed files with 87 additions and 86 deletions.
2 changes: 1 addition & 1 deletion Winforms.sln
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NativeHost.ManagedControl",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Windows.Forms.UI.IntegrationTests", "src\System.Windows.Forms\tests\IntegrationTests\UIIntegrationTests\System.Windows.Forms.UI.IntegrationTests.csproj", "{5A6AFB8C-0EFE-4466-BD77-0F4159151AE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accessibility_Core_App", "src\System.Windows.Forms\tests\AccessibilityTests\Accessibility_Core_App.csproj", "{317E131C-EA24-47A4-96EE-5A66DED10501}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPassApp", "src\System.Windows.Forms\tests\AccessibilityTests\TestPassApp.csproj", "{317E131C-EA24-47A4-96EE-5A66DED10501}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AxHosts", "src\System.Windows.Forms\tests\AxHosts\AxHosts.csproj", "{93651A99-C9EB-4F83-8A66-DF9D21574550}"
EndProject
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class CommonControl1 : Form
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class CommonControl2 : Form
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class ContainerControls : Form
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class ContainerControls2 : Form
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Data;
using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class DataBindingExample : Form
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Data;
using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class DataControls : Form
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class DialogControls : Form
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/System.Windows.Forms/tests/AccessibilityTests/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class Main : Form
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class MenuForm : Form
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class Menu_Toolbars_controls : Form
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Drawing;
using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class PrintingControls : Form
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

internal static class Program
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class RemainingControls : Form
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

namespace Accessibility_Core_App;
namespace TestPassApp;

public class Student
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class TaskDialogTesting
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<RootNamespace>Accessibility_Core_App</RootNamespace>
<AssemblyName>Accessibility_Core_App</AssemblyName>
<RootNamespace>TestPassApp</RootNamespace>
<AssemblyName>TestPassApp</AssemblyName>
<ApplicationManifest>app.manifest</ApplicationManifest>
<EnableXlfLocalization>false</EnableXlfLocalization>
<UpdateXlfOnBuild>false</UpdateXlfOnBuild>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32622.301
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accessibility_Core_App", "Accessibility_Core_App.csproj", "{D7BB93BE-9D7E-407F-85DB-DC8BBB364FFD}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestPassApp", "TestPassApp.csproj", "{D7BB93BE-9D7E-407F-85DB-DC8BBB364FFD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using System.Windows.Forms;

namespace Accessibility_Core_App;
namespace TestPassApp;

public partial class ToolStripContainer : Form
{
Expand Down

0 comments on commit fae5f7c

Please sign in to comment.