You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
722 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Reference Include="/home/copygirl/.local/share/Steam/steamapps/common/Resonite/Elements.Core.dll" />
<Reference Include="/home/copygirl/.local/share/Steam/steamapps/common/Resonite/Elements.Assets.dll" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpGLTF.Core" Version="1.0.4" />
<PackageReference Include="SharpGLTF.Runtime" Version="1.0.4" />
<PackageReference Include="SharpGLTF.Toolkit" Version="1.0.4" />
</ItemGroup>
</Project>