diff --git a/nuget.config b/nuget.config index ac070021ef..f9e15995d3 100644 --- a/nuget.config +++ b/nuget.config @@ -7,4 +7,7 @@ - \ No newline at end of file + + + + diff --git a/src/DesignTimeStyleHelper/App.config b/src/DesignTimeStyleHelper/App.config index ceb380f285..557a097f84 100644 --- a/src/DesignTimeStyleHelper/App.config +++ b/src/DesignTimeStyleHelper/App.config @@ -45,6 +45,14 @@ + + + + + + + + diff --git a/src/GitHub.App/GitHub.App.csproj b/src/GitHub.App/GitHub.App.csproj index cd65e75f6b..c8fd534300 100644 --- a/src/GitHub.App/GitHub.App.csproj +++ b/src/GitHub.App/GitHub.App.csproj @@ -16,6 +16,8 @@ ..\common\GitHubVS.ruleset true true + + true @@ -237,9 +239,6 @@ - - Designer - Designer diff --git a/src/GitHub.App/app.config b/src/GitHub.App/app.config deleted file mode 100644 index 074e2f8475..0000000000 --- a/src/GitHub.App/app.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/src/GitHub.Exports.Reactive/GitHub.Exports.Reactive.csproj b/src/GitHub.Exports.Reactive/GitHub.Exports.Reactive.csproj index 4aa4aa7710..4c270a7bf1 100644 --- a/src/GitHub.Exports.Reactive/GitHub.Exports.Reactive.csproj +++ b/src/GitHub.Exports.Reactive/GitHub.Exports.Reactive.csproj @@ -15,6 +15,8 @@ ..\common\GitHubVS.ruleset true true + + true @@ -171,7 +173,9 @@ - + + Designer + diff --git a/src/GitHub.Exports/GitHub.Exports.csproj b/src/GitHub.Exports/GitHub.Exports.csproj index 5a562ecf32..1f3ee396dd 100644 --- a/src/GitHub.Exports/GitHub.Exports.csproj +++ b/src/GitHub.Exports/GitHub.Exports.csproj @@ -15,6 +15,8 @@ ..\common\GitHubVS.ruleset true true + + true @@ -212,7 +214,9 @@ Properties\SolutionInfo.cs - + + Designer + diff --git a/src/GitHub.InlineReviews/GitHub.InlineReviews.csproj b/src/GitHub.InlineReviews/GitHub.InlineReviews.csproj index e62e708cdd..d7e0f3d91f 100644 --- a/src/GitHub.InlineReviews/GitHub.InlineReviews.csproj +++ b/src/GitHub.InlineReviews/GitHub.InlineReviews.csproj @@ -164,9 +164,6 @@ - - Designer - Designer diff --git a/src/GitHub.InlineReviews/app.config b/src/GitHub.InlineReviews/app.config deleted file mode 100644 index 946427e252..0000000000 --- a/src/GitHub.InlineReviews/app.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/GitHub.StartPage/GitHub.StartPage.csproj b/src/GitHub.StartPage/GitHub.StartPage.csproj index 8cfc175579..f5be5ec548 100644 --- a/src/GitHub.StartPage/GitHub.StartPage.csproj +++ b/src/GitHub.StartPage/GitHub.StartPage.csproj @@ -70,7 +70,6 @@ - Designer diff --git a/src/GitHub.StartPage/app.config b/src/GitHub.StartPage/app.config deleted file mode 100644 index 4ce1b41e08..0000000000 --- a/src/GitHub.StartPage/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/GitHub.TeamFoundation.14/GitHub.TeamFoundation.14.csproj b/src/GitHub.TeamFoundation.14/GitHub.TeamFoundation.14.csproj index 49fa3f4f42..821246ef44 100644 --- a/src/GitHub.TeamFoundation.14/GitHub.TeamFoundation.14.csproj +++ b/src/GitHub.TeamFoundation.14/GitHub.TeamFoundation.14.csproj @@ -17,6 +17,8 @@ ..\common\GitHubVS.ruleset true true + + true diff --git a/src/GitHub.TeamFoundation.15/GitHub.TeamFoundation.15.csproj b/src/GitHub.TeamFoundation.15/GitHub.TeamFoundation.15.csproj index dec640da3c..30167006ac 100644 --- a/src/GitHub.TeamFoundation.15/GitHub.TeamFoundation.15.csproj +++ b/src/GitHub.TeamFoundation.15/GitHub.TeamFoundation.15.csproj @@ -17,6 +17,8 @@ ..\common\GitHubVS.ruleset true true + + true @@ -230,9 +232,6 @@ Properties\SolutionInfo.cs - - Designer - Designer diff --git a/src/GitHub.TeamFoundation.15/app.config b/src/GitHub.TeamFoundation.15/app.config deleted file mode 100644 index 4f5c9a02a7..0000000000 --- a/src/GitHub.TeamFoundation.15/app.config +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/GitHub.VisualStudio/GitHub.VisualStudio.csproj b/src/GitHub.VisualStudio/GitHub.VisualStudio.csproj index dccc5eec2a..fed10b0f59 100644 --- a/src/GitHub.VisualStudio/GitHub.VisualStudio.csproj +++ b/src/GitHub.VisualStudio/GitHub.VisualStudio.csproj @@ -12,6 +12,8 @@ v3 false GitHub\GitHub + + @@ -418,9 +420,6 @@ GitHub.VisualStudio.Settings PackageSettingsGen.cs - - Designer - Designer diff --git a/src/GitHub.VisualStudio/app.config b/src/GitHub.VisualStudio/app.config deleted file mode 100644 index 4a5857ad2e..0000000000 --- a/src/GitHub.VisualStudio/app.config +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/GitHub.InlineReviews.UnitTests/GitHub.InlineReviews.UnitTests.csproj b/test/GitHub.InlineReviews.UnitTests/GitHub.InlineReviews.UnitTests.csproj index a22d1f9db3..1cc2c42efb 100644 --- a/test/GitHub.InlineReviews.UnitTests/GitHub.InlineReviews.UnitTests.csproj +++ b/test/GitHub.InlineReviews.UnitTests/GitHub.InlineReviews.UnitTests.csproj @@ -149,9 +149,6 @@ - - Designer - Designer diff --git a/test/GitHub.InlineReviews.UnitTests/app.config b/test/GitHub.InlineReviews.UnitTests/app.config deleted file mode 100644 index 61e184303d..0000000000 --- a/test/GitHub.InlineReviews.UnitTests/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/UnitTests/UnitTests.csproj b/test/UnitTests/UnitTests.csproj index 6425fe818a..2b34d70a12 100644 --- a/test/UnitTests/UnitTests.csproj +++ b/test/UnitTests/UnitTests.csproj @@ -366,9 +366,6 @@ - - Designer - Designer diff --git a/test/UnitTests/app.config b/test/UnitTests/app.config deleted file mode 100644 index 0aa08daa21..0000000000 --- a/test/UnitTests/app.config +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -