Smuggler/Smuggler.Core.csproj

23 lines
674 B
XML
Raw Normal View History

2020-07-28 09:08:13 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>Smuggler</RootNamespace>
<Version>0.1.0</Version>
<Authors>Cassandra Lugo; Evan Hemsley</Authors>
<Copyright>Cassandra Lugo and Evan Hemsley 2020</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyName>Smuggler</AssemblyName>
2020-11-23 00:55:46 +00:00
<Platforms>x64</Platforms>
2020-07-28 09:08:13 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpGLTF.Core" Version="1.0.0-alpha0018" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FNA\FNA.Core.csproj" />
2020-07-28 09:08:13 +00:00
</ItemGroup>
2020-07-31 08:55:29 +00:00
2020-07-28 09:08:13 +00:00
</Project>