From dd7bd123691a0398214cb511fd3de3aa3d414e2b Mon Sep 17 00:00:00 2001 From: Robin Kanters Date: Sat, 16 May 2015 11:32:10 +0200 Subject: [PATCH] Made client work on Windows --- .../TrueCraft.Client.Linux.csproj | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/TrueCraft.Client.Linux/TrueCraft.Client.Linux.csproj b/TrueCraft.Client.Linux/TrueCraft.Client.Linux.csproj index 619acb1..0c80370 100644 --- a/TrueCraft.Client.Linux/TrueCraft.Client.Linux.csproj +++ b/TrueCraft.Client.Linux/TrueCraft.Client.Linux.csproj @@ -44,8 +44,20 @@ bin\Server 4 + + $(DefineConstants);WINDOWS + + + $(DefineConstants);UNIX + + + $(DefineConstants);OSX + + + + ..\packages\MonoGame.Framework.Linux.3.4.0.459\lib\net40\MonoGame.Framework.dll @@ -55,6 +67,15 @@ ..\packages\MonoGame.Framework.Linux.3.4.0.459\lib\net40\Tao.Sdl.dll + + + + $(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\WindowsGL\OpenTK.dll + + + $(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\WindowsGL\MonoGame.Framework.dll + +