Skip to content

Commit

Permalink
Cleanup directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Oct 21, 2024
1 parent 549e872 commit f694cdd
Show file tree
Hide file tree
Showing 51 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
<PackageVersion Include="Microsoft.VSSDK.BuildTools" Version="17.12.2069" />
<PackageVersion Include="NuGet.Protocol" Version="[6.5.1]" Justification="VSIX limitation (Newtonsoft.Json 13.0.1)" />
<PackageVersion Include="Nullable.Extended.Analyzer" Version="1.15.6169" />
<PackageVersion Include="PropertyChanged.Fody" Version="4.1.0" />
<PackageVersion Include="Throttle.Fody" Version="1.7.0" />
<PackageVersion Include="TomsToolbox.Essentials" Version="2.20.0" />
Expand Down
6 changes: 3 additions & 3 deletions NuGetMonitor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33808.371
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetMonitor", "src\NuGetMonitor.csproj", "{C1A48EF4-3E62-4C4C-8A3E-E1BA33FCAF14}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6574B5FA-865B-4150-A0F9-72420A7D5AA4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Expand All @@ -15,7 +13,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.github\workflows\workflow.yml = .github\workflows\workflow.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetMonitor.Model", "NuGetMonitor.Model\NuGetMonitor.Model.csproj", "{D1E7ECAB-56A7-4283-A2BC-847AB3B7F72A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetMonitor", "src\NuGetMonitor\NuGetMonitor.csproj", "{C1A48EF4-3E62-4C4C-8A3E-E1BA33FCAF14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetMonitor.Model", "src\NuGetMonitor.Model\NuGetMonitor.Model.csproj", "{D1E7ECAB-56A7-4283-A2BC-847AB3B7F72A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
<PackageReference Include="VSIX-SdkProjectAdapter" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<Content Include="..\LICENSE">
<Content Include="..\..\LICENSE">
<Link>Resources\LICENSE</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\art\Screenshot.png">
<Content Include="..\..\art\Screenshot.png">
<Link>Resources\Screenshot.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\art\NugetMonitor_90x90.png">
<Content Include="..\..\art\NugetMonitor_90x90.png">
<Link>Resources\NugetMonitor_90x90.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f694cdd

Please sign in to comment.