Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Update MSTest Project Icon and Details
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Mar 28, 2024
1 parent 012dfda commit ad746c0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dev/WinUIApp-Blank-UnitTest/ProjectTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="$WASDKVersion$" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="$WASDKBuildToolsVersion$" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="17.7.2">
<ExcludeAssets>build</ExcludeAssets>
</PackageReference>$ExtraLibs$
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
<TemplateData>
<Name>WinUI 3 Blank - UnitTest</Name>
<Description>Creates a new Blank WinUI 3 Unit Test App without WinUICommunity Packages and Configs using MSTest</Description>
<Name>WinUI 3 MSTest - (Unit Test)</Name>
<Description>Creates a new Blank WinUI 3 App that contains MSTest unit test without WinUICommunity Packages and Configs</Description>
<Icon>WinUIApp.ico</Icon>
<TemplateID>WinUIApp-Blank-UnitTest-{AD16C803-9A57-46D9-A2D0-0338C16CE455}</TemplateID>
<TemplateGroupID>WinRT-Managed</TemplateGroupID>
Expand All @@ -23,7 +23,7 @@
<ProjectTypeTag>desktop</ProjectTypeTag>
<ProjectTypeTag>WinUI</ProjectTypeTag>
<ProjectTypeTag>WinUICommunity</ProjectTypeTag>
<ProjectTypeTag>Test</ProjectTypeTag>
<ProjectTypeTag>Test</ProjectTypeTag>
</TemplateData>
<TemplateContent PreferedSolutionConfiguration="Debug|x86">
<Project File="ProjectTemplate.csproj" ReplaceParameters="true">
Expand Down
Binary file modified dev/WinUIApp-Blank-UnitTest/WinUIApp.ico
Binary file not shown.
Binary file modified dev/WinUIApp-Blank-UnitTest/WinUIApp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dev/WinUIApp/WinUIApp.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
<TemplateData>
<Name>WinUI 3 App</Name>
<Description>Creates a new Blank WinUI 3 App with WinUICommunity Packages and Custom TitleBar</Description>
<Description>Creates a new WinUI 3 App with WinUICommunity Packages and Custom TitleBar</Description>
<Icon>WinUIApp.ico</Icon>
<TemplateID>WinUIApp-{AF97DF11-A759-4AB1-AA13-0C96274A6522}</TemplateID>
<TemplateGroupID>WinRT-Managed</TemplateGroupID>
Expand Down

0 comments on commit ad746c0

Please sign in to comment.