Skip to content

Commit

Permalink
Added missing csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
MistaOmega committed Oct 4, 2024
1 parent 55cd307 commit 3af6262
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/Games/NexusMods.Games.Obsidian/NexusMods.Games.Obsidian.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\Abstractions\NexusMods.Abstractions.Games.Diagnostics\NexusMods.Abstractions.Games.Diagnostics.csproj" />
<ProjectReference Include="..\..\Abstractions\NexusMods.Abstractions.Games\NexusMods.Abstractions.Games.csproj" />
<ProjectReference Include="..\..\NexusMods.App.Generators.Diagnostics\NexusMods.App.Generators.Diagnostics\NexusMods.App.Generators.Diagnostics.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\NexusMods.Games.FOMOD\NexusMods.Games.FOMOD.csproj" />
<ProjectReference Include="..\NexusMods.Games.Generic\NexusMods.Games.Generic.csproj" />
</ItemGroup>

<ItemGroup>
<None Remove="Resources\FalloutNewVegas\icon.jpg" />
<EmbeddedResource Include="Resources\FalloutNewVegas\icon.jpg" />
<None Remove="Resources\FalloutNewVegas\game_image.jpg" />
<EmbeddedResource Include="Resources\FalloutNewVegas\game_image.jpg" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CliWrap" />
<PackageReference Include="NexusMods.MnemonicDB.SourceGenerator" />
</ItemGroup>
</Project>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3af6262

Please sign in to comment.