braille_xr/sk_demo/braille_xr.csproj
2024-01-31 01:25:11 -05:00

23 lines
578 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<SKAssetFolder>res</SKAssetFolder>
<SKAssetDestination>res</SKAssetDestination>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StereoKit" Version="0.3.8" />
<None Include="res/**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>