Skip to content

Commit

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

<ItemGroup>
Expand Down

0 comments on commit 5ca4fa1

Please sign in to comment.