From d34d3055e4dea0f04c57a3ad158156e7362c7e9b Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Thu, 22 Aug 2024 01:13:02 -0500 Subject: [PATCH] Ignore json files from all builds in solution --- LANCommander.sln | 5 +++++ Microsoft.Common.props | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 Microsoft.Common.props diff --git a/LANCommander.sln b/LANCommander.sln index da88db54..b29f2d89 100644 --- a/LANCommander.sln +++ b/LANCommander.sln @@ -31,6 +31,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LANCommander.Launcher.CLI", EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LANCommander.UI", "LANCommander.UI\LANCommander.UI.csproj", "{D69FF032-2013-4C4A-8719-44B79E48F898}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{618B69EA-3F75-4BF6-83FF-3FE33705FDD6}" + ProjectSection(SolutionItems) = preProject + Microsoft.Common.props = Microsoft.Common.props + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/Microsoft.Common.props b/Microsoft.Common.props new file mode 100644 index 00000000..f0f6f13b --- /dev/null +++ b/Microsoft.Common.props @@ -0,0 +1,11 @@ + + + + + + + true + Never + + + \ No newline at end of file