This commit is contained in:
Harrison Deng 2019-02-07 23:44:14 -06:00
parent 85188e859f
commit 5ba5506b58
2 changed files with 0 additions and 25 deletions

View File

@ -1,12 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\RecrownedAthenaeum\RecrownedAthenaeum.csproj" />
</ItemGroup>
</Project>

View File

@ -1,13 +0,0 @@
using RecrownedAthenaeum.Camera;
using System;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
Camera2D camera = new Camera2D();
}
}
}