Merge branch 'csproj' into main

main
cosmonaut 2020-08-21 21:25:59 -07:00
commit 4c78ed3d39
2 changed files with 22 additions and 0 deletions

22
Smuggler.Framework.csproj Normal file
View File

@ -0,0 +1,22 @@
<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>
<Platforms>AnyCPU;x86</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpGLTF.Core" Version="1.0.0-alpha0018" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FNA\FNA.csproj" />
</ItemGroup>
</Project>