From 63a61ee2be3a902c27cd000d41b1a3a0280be21a Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 22 Oct 2013 23:11:13 -0500 Subject: First commit. Starting with MonoGame. --- .../bin/WindowsGL/Debug/Content/Graphics/player.xnb | Bin 0 -> 32203 bytes .../bin/WindowsGL/Debug/GameName1.vshost.exe | Bin 0 -> 11600 bytes .../bin/WindowsGL/Debug/GameName1.vshost.exe.manifest | 11 +++++++++++ .../bin/WindowsGL/Debug/Lidgren.Network.dll | Bin 0 -> 118272 bytes .../bin/WindowsGL/Debug/MonoGame.Framework.dll | Bin 0 -> 637440 bytes Super Polarity/bin/WindowsGL/Debug/OpenTK.dll | Bin 0 -> 3290624 bytes Super Polarity/bin/WindowsGL/Debug/SDL.dll | Bin 0 -> 324096 bytes Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe | Bin 0 -> 39424 bytes Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb | Bin 0 -> 19968 bytes .../bin/WindowsGL/Debug/Super Polarity.vshost.exe | Bin 0 -> 11600 bytes Super Polarity/bin/WindowsGL/Debug/Tao.Sdl.dll | Bin 0 -> 69632 bytes 11 files changed, 11 insertions(+) create mode 100644 Super Polarity/bin/WindowsGL/Debug/Content/Graphics/player.xnb create mode 100644 Super Polarity/bin/WindowsGL/Debug/GameName1.vshost.exe create mode 100644 Super Polarity/bin/WindowsGL/Debug/GameName1.vshost.exe.manifest create mode 100644 Super Polarity/bin/WindowsGL/Debug/Lidgren.Network.dll create mode 100644 Super Polarity/bin/WindowsGL/Debug/MonoGame.Framework.dll create mode 100644 Super Polarity/bin/WindowsGL/Debug/OpenTK.dll create mode 100644 Super Polarity/bin/WindowsGL/Debug/SDL.dll create mode 100644 Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe create mode 100644 Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb create mode 100644 Super Polarity/bin/WindowsGL/Debug/Super Polarity.vshost.exe create mode 100644 Super Polarity/bin/WindowsGL/Debug/Tao.Sdl.dll (limited to 'Super Polarity/bin/WindowsGL/Debug') diff --git a/Super Polarity/bin/WindowsGL/Debug/Content/Graphics/player.xnb b/Super Polarity/bin/WindowsGL/Debug/Content/Graphics/player.xnb new file mode 100644 index 0000000..55c6d4c Binary files /dev/null and b/Super Polarity/bin/WindowsGL/Debug/Content/Graphics/player.xnb differ diff --git a/Super Polarity/bin/WindowsGL/Debug/GameName1.vshost.exe b/Super Polarity/bin/WindowsGL/Debug/GameName1.vshost.exe new file mode 100644 index 0000000..bb84a51 Binary files /dev/null and b/Super Polarity/bin/WindowsGL/Debug/GameName1.vshost.exe differ diff --git a/Super Polarity/bin/WindowsGL/Debug/GameName1.vshost.exe.manifest b/Super Polarity/bin/WindowsGL/Debug/GameName1.vshost.exe.manifest new file mode 100644 index 0000000..061c9ca --- /dev/null +++ b/Super Polarity/bin/WindowsGL/Debug/GameName1.vshost.exe.manifest @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/Super Polarity/bin/WindowsGL/Debug/Lidgren.Network.dll b/Super Polarity/bin/WindowsGL/Debug/Lidgren.Network.dll new file mode 100644 index 0000000..fd45367 Binary files /dev/null and b/Super Polarity/bin/WindowsGL/Debug/Lidgren.Network.dll differ diff --git a/Super Polarity/bin/WindowsGL/Debug/MonoGame.Framework.dll b/Super Polarity/bin/WindowsGL/Debug/MonoGame.Framework.dll new file mode 100644 index 0000000..c087ac2 Binary files /dev/null and b/Super Polarity/bin/WindowsGL/Debug/MonoGame.Framework.dll differ diff --git a/Super Polarity/bin/WindowsGL/Debug/OpenTK.dll b/Super Polarity/bin/WindowsGL/Debug/OpenTK.dll new file mode 100644 index 0000000..b1cd2e9 Binary files /dev/null and b/Super Polarity/bin/WindowsGL/Debug/OpenTK.dll differ diff --git a/Super Polarity/bin/WindowsGL/Debug/SDL.dll b/Super Polarity/bin/WindowsGL/Debug/SDL.dll new file mode 100644 index 0000000..628cdfc Binary files /dev/null and b/Super Polarity/bin/WindowsGL/Debug/SDL.dll differ diff --git a/Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe new file mode 100644 index 0000000..a73e117 Binary files /dev/null and b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.exe differ diff --git a/Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb new file mode 100644 index 0000000..adf5387 Binary files /dev/null and b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.pdb differ diff --git a/Super Polarity/bin/WindowsGL/Debug/Super Polarity.vshost.exe b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.vshost.exe new file mode 100644 index 0000000..bb84a51 Binary files /dev/null and b/Super Polarity/bin/WindowsGL/Debug/Super Polarity.vshost.exe differ diff --git a/Super Polarity/bin/WindowsGL/Debug/Tao.Sdl.dll b/Super Polarity/bin/WindowsGL/Debug/Tao.Sdl.dll new file mode 100644 index 0000000..d2e2d47 Binary files /dev/null and b/Super Polarity/bin/WindowsGL/Debug/Tao.Sdl.dll differ -- cgit