From 3b214e75effaca1ba67daaf29d0a94e5b0129386 Mon Sep 17 00:00:00 2001 From: Adrian Ulbrich Date: Fri, 8 Nov 2019 23:56:17 +0100 Subject: Started work on actual engine --- Unicity.Engine/Unicity.Engine.csproj | 61 ++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 Unicity.Engine/Unicity.Engine.csproj (limited to 'Unicity.Engine/Unicity.Engine.csproj') diff --git a/Unicity.Engine/Unicity.Engine.csproj b/Unicity.Engine/Unicity.Engine.csproj new file mode 100644 index 0000000..e077857 --- /dev/null +++ b/Unicity.Engine/Unicity.Engine.csproj @@ -0,0 +1,61 @@ + + + + + Debug + AnyCPU + {CBF47ABD-0454-496A-B3E3-848D27317C59} + Library + Unicity.Engine + Unicity.Engine + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + {7c0c6e9f-6bc9-4825-b657-8dace26cf4fd} + Unicity.Renderer + + + + \ No newline at end of file -- cgit v1.2.3