Skip to content

Commit 4935613

Browse files
committed
fix: Remove duplicate guids in solution file
1 parent 1f4351d commit 4935613

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp-net6/UnoQuickStart.sln

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ Global
215215
{$guid5$}.Release|x86.Build.0 = Release|x86
216216
{$guid5$}.Release|x86.Deploy.0 = Release|x86
217217

218-
{$guid5$}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
219-
{$guid5$}.Debug|Any CPU.Build.0 = Debug|Any CPU
220218
{$guid5$}.Debug|ARM.ActiveCfg = Debug|Any CPU
221219
{$guid5$}.Debug|ARM.Build.0 = Debug|Any CPU
222220
{$guid5$}.Debug|ARM64.ActiveCfg = Debug|Any CPU

src/SolutionTemplate/Uno.ProjectTemplates.Dotnet/content/unoapp/UnoQuickStart.sln

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ Global
229229
{$guid5$}.Release|x86.ActiveCfg = Release|x86
230230
{$guid5$}.Release|x86.Build.0 = Release|x86
231231
{$guid5$}.Release|x86.Deploy.0 = Release|x86
232-
233-
{$guid5$}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
234-
{$guid5$}.Debug|Any CPU.Build.0 = Debug|Any CPU
235232
{$guid5$}.Debug|ARM.ActiveCfg = Debug|Any CPU
236233
{$guid5$}.Debug|ARM.Build.0 = Debug|Any CPU
237234
{$guid5$}.Debug|ARM64.ActiveCfg = Debug|Any CPU

0 commit comments

Comments
 (0)