8000 Stop fighting NuGet by jcansdale · Pull Request #1325 · github/VisualStudio · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Stop fighting NuGet #1325

Merged
merged 4 commits into from
Nov 20, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused App.config files from solution
App.config files don't do anything for extensions.
  • Loading branch information
jcansdale committed Nov 17, 2017
commit e488e051cfe3a0e16f673496727c23a4483aa674
3 changes: 0 additions & 3 deletions src/GitHub.App/GitHub.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@
<Resource Include="Images\default_user_avatar.png" />
</ItemGroup>
<ItemGroup>
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
Expand Down
19 changes: 0 additions & 19 deletions src/GitHub.App/app.config

This file was deleted.

3 changes: 0 additions & 3 deletions src/GitHub.InlineReviews/GitHub.InlineReviews.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@
<Compile Include="VisualStudioExtensions.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
Expand Down
19 changes: 0 additions & 19 deletions src/GitHub.InlineReviews/app.config

This file was deleted.

1 change: 0 additions & 1 deletion src/GitHub.StartPage/GitHub.StartPage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
<Compile Include="StartPagePackage.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
Expand Down
35 changes: 0 additions & 35 deletions src/GitHub.StartPage/app.config

This file was deleted.

3 changes: 0 additions & 3 deletions src/GitHub.TeamFoundation.15/GitHub.TeamFoundation.15.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@
<Link>Properties\SolutionInfo.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
Expand Down
39 changes: 0 additions & 39 deletions src/GitHub.TeamFoundation.15/app.config

This file was deleted.

3 changes: 0 additions & 3 deletions src/GitHub.VisualStudio/GitHub.VisualStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,6 @@
<CustomToolNamespace>GitHub.VisualStudio.Settings</CustomToolNamespace>
<LastGenOutput>PackageSettingsGen.cs</LastGenOutput>
</Content>
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
Expand Down
51 changes: 0 additions & 51 deletions src/GitHub.VisualStudio/app.config

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@
<Compile Include="ViewModels\NewInlineCommentThreadViewModelTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
Expand Down
27 changes: 0 additions & 27 deletions test/GitHub.InlineReviews.UnitTests/app.config

This file was deleted.

3 changes: 0 additions & 3 deletions test/UnitTests/UnitTests.csproj
87FE
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
Expand Down
43 changes: 0 additions & 43 deletions test/UnitTests/app.config

This file was deleted.

0