From 6ed2a7cb4a2de7bc1e48f94bf68f196124756920 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 19 May 2019 10:53:35 -0400 Subject: Add project files. --- QuantumNet/QuantumNet.csproj | 130 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 QuantumNet/QuantumNet.csproj (limited to 'QuantumNet/QuantumNet.csproj') diff --git a/QuantumNet/QuantumNet.csproj b/QuantumNet/QuantumNet.csproj new file mode 100644 index 0000000..b0517aa --- /dev/null +++ b/QuantumNet/QuantumNet.csproj @@ -0,0 +1,130 @@ + + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {6C46A895-CE97-44D1-9932-D9238A70E205} + WinExe + Properties + QuantumNet + QuantumNet + 512 + DesktopGL + v4.7.2 + + + + true + bin\$(MonoGamePlatform)\$(Platform)\$(Configuration)\ + DEBUG;TRACE;LINUX + full + AnyCPU + prompt + false + 4 + + + bin\$(MonoGamePlatform)\$(Platform)\$(Configuration)\ + TRACE;LINUX + true + pdbonly + AnyCPU + prompt + false + 4 + + + Icon.ico + + + app.manifest + + + + + + + + + ..\packages\MonoGame.Extended.1.1.0\lib\portable-net45+win8+wpa81\MonoGame.Extended.dll + + + ..\packages\MonoGame.Extended.Content.Pipeline.1.1.0\tools\MonoGame.Extended.Content.Pipeline.dll + + + $(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\MonoGame.Framework.dll + + + ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll + + + + + + + + + + + + + x86\SDL2.dll + PreserveNewest + + + x64\SDL2.dll + PreserveNewest + + + x86\soft_oal.dll + PreserveNewest + + + x64\soft_oal.dll + PreserveNewest + + + x86\libSDL2-2.0.so.0 + PreserveNewest + + + x64\libSDL2-2.0.so.0 + PreserveNewest + + + x86\libopenal.so.1 + PreserveNewest + + + x64\libopenal.so.1 + PreserveNewest + + + libSDL2-2.0.0.dylib + PreserveNewest + + + libopenal.1.dylib + PreserveNewest + + + MonoGame.Framework.dll.config + PreserveNewest + + + + + + + + + \ No newline at end of file -- cgit v1.2.3