Merge branch 'csproj' into main
						commit
						4c78ed3d39
					
				|  | @ -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> | ||||||
		Loading…
	
		Reference in New Issue