Added references to the other projects
This commit is contained in:
parent
ed686caf41
commit
319bd71e21
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user