Skip to content

Commit

Permalink
Update samples solution
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Jul 31, 2023
1 parent b318db7 commit d5ec2b2
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 669 deletions.
16 changes: 12 additions & 4 deletions src/ARSamples/ARToolkit.Samples.Maui/ARToolkit.Samples.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,18 @@
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\ARToolkit.Maui\Esri.ArcGISRuntime.ARToolkit.Maui.csproj" />
</ItemGroup>

<Choose>
<When Condition="'$(UseNugetPackage)'==''">
<ItemGroup>
<ProjectReference Include="..\..\ARToolkit.Maui\Esri.ArcGISRuntime.ARToolkit.Maui.csproj" />
</ItemGroup>
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime.ARToolkit.Maui" Version="$(UseNugetPackage)" />
</ItemGroup>
</Otherwise>
</Choose>
<Import Project="..\SampleHelpers\SampleHelpers.projitems" Label="Shared" />

</Project>
Loading

0 comments on commit d5ec2b2

Please sign in to comment.