Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed May 1, 2024
2 parents 5d7b8ed + e2893d9 commit 0bcf006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Boilerplate/Components/ProjectFile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const ProjectFile = (props: Props) => {
pr += "\t<MauiAsset Include=\"appsettings.ios.json\" LogicalName=\"appsettings.ios.json\" />\r\n";
pr += "\t<MauiAsset Include=\"appsettings.maccatalyst.json\" LogicalName=\"appsettings.maccatalyst.json\" />\r\n";
pr += "\t<MauiAsset Include=\"appsettings.android.json\" LogicalName=\"appsettings.android.json\" />\r\n";
pr += "\t<Content Remove=\"**\appsettings.json\" />\r\n";
pr += "\t<Content Remove=\"**\appsettings.*.json\" />\r\n";
pr += "</ItemGroup>\r\n";
}

Expand Down

0 comments on commit 0bcf006

Please sign in to comment.