Added references to the other projects

This commit is contained in:
Thorsten Sommer 2022-08-17 20:57:59 +02:00
parent ed686caf41
commit 319bd71e21
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -10,6 +10,7 @@
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
<EnableDefaultCssItems>false</EnableDefaultCssItems>
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
<!-- Display name -->
<ApplicationTitle>I18N Commander</ApplicationTitle>
@ -43,4 +44,9 @@
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DataModel\DataModel.csproj" />
<ProjectReference Include="..\Processor\Processor.csproj" />
</ItemGroup>
</Project>