Skip to content

Commit

Permalink
Cleanup package references
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Sep 3, 2023
1 parent f9c7783 commit bf3ce5c
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 22 deletions.
1 change: 0 additions & 1 deletion GameFinder.sln
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EFB4E7DB-DE24-4BDE-B660-DAF1394ECC21}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\NexusMods.Paths.props = src\NexusMods.Paths.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9C6671E1-A94D-4C76-9F61-78B491A62408}"
Expand Down
1 change: 1 addition & 0 deletions src/GameFinder.Common/GameFinder.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NexusMods.Paths" />
<PackageReference Include="FluentResults" />
<PackageReference Include="OneOf" />
<PackageReference Include="Vogen" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
<PackageReference Include="System.Management" />
</ItemGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove('NexusMods.Paths.props', '$(MSBuildThisFileDirectory)../'))" />

<ItemGroup>
<ProjectReference Include="..\GameFinder.Common\GameFinder.Common.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<PackageTags>epic egs epic-games-store games</PackageTags>
</PropertyGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove('NexusMods.Paths.props', '$(MSBuildThisFileDirectory)../'))" />

<ItemGroup>
<ProjectReference Include="..\GameFinder.Common\GameFinder.Common.csproj" />
<ProjectReference Include="..\GameFinder.RegistryUtils\GameFinder.RegistryUtils.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<PackageTags>gog gog-galaxy games</PackageTags>
</PropertyGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove('NexusMods.Paths.props', '$(MSBuildThisFileDirectory)../'))" />

<ItemGroup>
<ProjectReference Include="..\GameFinder.Common\GameFinder.Common.csproj" />
<ProjectReference Include="..\GameFinder.RegistryUtils\GameFinder.RegistryUtils.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<PackageTags>ea origin games</PackageTags>
</PropertyGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove('NexusMods.Paths.props', '$(MSBuildThisFileDirectory)../'))" />

<ItemGroup>
<ProjectReference Include="..\GameFinder.Common\GameFinder.Common.csproj" />
<ProjectReference Include="..\GameFinder.RegistryUtils\GameFinder.RegistryUtils.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<PackageReference Include="ValveKeyValue" />
</ItemGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove('NexusMods.Paths.props', '$(MSBuildThisFileDirectory)../'))" />

<ItemGroup>
<ProjectReference Include="..\GameFinder.Common\GameFinder.Common.csproj" />
<ProjectReference Include="..\GameFinder.RegistryUtils\GameFinder.RegistryUtils.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<PackageTags>xbox game pass games</PackageTags>
</PropertyGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove('NexusMods.Paths.props', '$(MSBuildThisFileDirectory)../'))" />

<ItemGroup>
<ProjectReference Include="..\GameFinder.Common\GameFinder.Common.csproj" />
</ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions src/GameFinder.Wine/GameFinder.Wine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<PackageTags>wine games linux</PackageTags>
</PropertyGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove('NexusMods.Paths.props', '$(MSBuildThisFileDirectory)../'))" />

<ItemGroup>
<InternalsVisibleTo Include="GameFinder.Wine.Tests" />
</ItemGroup>
Expand Down
5 changes: 0 additions & 5 deletions src/NexusMods.Paths.props

This file was deleted.

2 changes: 0 additions & 2 deletions tests/NexusMods.Paths.TestingHelpers.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('NexusMods.Paths.props', '$(MSBuildThisFileDirectory)../src'))" />

<ItemGroup>
<PackageReference Include="NexusMods.Paths.TestingHelpers" />
</ItemGroup>
Expand Down

0 comments on commit bf3ce5c

Please sign in to comment.