Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Update UI project
Browse files Browse the repository at this point in the history
  • Loading branch information
torstenprivate committed Aug 4, 2023
1 parent 85972e8 commit 7cd0a46
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions src/libfintx.Sample.Ui/libfintx.Sample.Ui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,23 @@
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libfintx.FinTSConfig\libfintx.FinTSConfig.csproj" />
<ProjectReference Include="..\libfintx.FinTS\libfintx.FinTS.csproj" />
<ProjectReference Include="..\libfintx.Globals\libfintx.Globals.csproj" />
<ProjectReference Include="..\libfintx.Logger\libfintx.Logger.csproj" />
<ProjectReference Include="..\libfintx.Sepa\libfintx.Sepa.csproj" />
<ProjectReference Include="..\libfintx.Settings\libfintx.Settings.csproj" />
<ProjectReference Include="..\libfintx.FinTSConfig\libfintx.FinTSConfig.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
<ProjectReference Include="..\libfintx.FinTS\libfintx.FinTS.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
<ProjectReference Include="..\libfintx.Globals\libfintx.Globals.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
<ProjectReference Include="..\libfintx.Logger\libfintx.Logger.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
<ProjectReference Include="..\libfintx.Sepa\libfintx.Sepa.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
<ProjectReference Include="..\libfintx.Settings\libfintx.Settings.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
</ItemGroup>
</Project>

0 comments on commit 7cd0a46

Please sign in to comment.