Skip to content

Commit

Permalink
Fixed paths?
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n committed Oct 27, 2023
1 parent e55128e commit 2409717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/DataModel/MUnique.OpenMU.DataModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<ProjectReference Include="..\PlugIns\MUnique.OpenMU.PlugIns.csproj" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\SourceGenerators\bin\$(Configuration)\MUnique.OpenMU.Annotations.dll" />
<Analyzer Include="..\SourceGenerators\bin\$(Configuration)\MUnique.OpenMU.SourceGenerators.dll" />
<Analyzer Include="$(SolutionDir)\SourceGenerators\bin\$(Configuration)\MUnique.OpenMU.Annotations.dll" />
<Analyzer Include="$(SolutionDir)\SourceGenerators\bin\$(Configuration)\MUnique.OpenMU.SourceGenerators.dll" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<ItemGroup>
<Reference Include="MUnique.OpenMU.Annotations">
<HintPath>..\Annotations\bin\$(Configuration)\MUnique.OpenMU.Annotations.dll</HintPath>
<HintPath>$(SolutionDir)\Annotations\bin\$(Configuration)\MUnique.OpenMU.Annotations.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down

0 comments on commit 2409717

Please sign in to comment.