From 7871e2ea1a381939dfc5984f185cad3ca8feb136 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Mon, 15 Apr 2019 16:10:42 +0100 Subject: [PATCH] - Changed generator from .NET Framework to .NET Core. Allows it to be tested cross platform. --- Generator/Generator.csproj | 73 ++++---------------------------------- 1 file changed, 7 insertions(+), 66 deletions(-) diff --git a/Generator/Generator.csproj b/Generator/Generator.csproj index 55b99bc..049c41c 100644 --- a/Generator/Generator.csproj +++ b/Generator/Generator.csproj @@ -1,78 +1,19 @@ - - - + - Debug - AnyCPU - {0ADEB5B1-BF57-4D45-BE28-176C1D79C764} Exe - Generator - Generator - v4.6.1 - 512 - true - true + netcoreapp2.1 + raylib-cs.ico + x64 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - 2.10.0 - - PreserveNewest - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - PreserveNewest - + + + \ No newline at end of file