From 299769ecba0a96ca8dc9551a639b9e5e6d23b3d2 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 26 May 2012 22:13:26 +0000 Subject: Copmpleted reorganisation of input into a single assembly. --- .../Noddybox.Emulation.Xna.Input.csproj | 89 ++++++++++++++++++++++ .../Properties/AssemblyInfo.cs | 36 +++++++++ 2 files changed, 125 insertions(+) create mode 100644 WindowsPhone/Noddybox.Emulation.Xna.Input/Noddybox.Emulation.Xna.Input.csproj create mode 100644 WindowsPhone/Noddybox.Emulation.Xna.Input/Properties/AssemblyInfo.cs (limited to 'WindowsPhone/Noddybox.Emulation.Xna.Input') diff --git a/WindowsPhone/Noddybox.Emulation.Xna.Input/Noddybox.Emulation.Xna.Input.csproj b/WindowsPhone/Noddybox.Emulation.Xna.Input/Noddybox.Emulation.Xna.Input.csproj new file mode 100644 index 0000000..42babf6 --- /dev/null +++ b/WindowsPhone/Noddybox.Emulation.Xna.Input/Noddybox.Emulation.Xna.Input.csproj @@ -0,0 +1,89 @@ + + + + {0F95CAB2-B79A-45B5-B5F2-14F4CED2EF20} + {6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Debug + Windows Phone + Library + Properties + Noddybox.Emulation.Xna.Input + Noddybox.Emulation.Xna.Input + v4.0 + Client + v4.0 + Windows Phone + Reach + 4245144f-bb62-48bc-ae08-29f23ebf94d4 + Library + 1 + + + true + full + false + bin\Windows Phone\Debug + DEBUG;TRACE;WINDOWS_PHONE + prompt + 4 + true + false + false + + + pdbonly + true + bin\Windows Phone\Release + TRACE;WINDOWS_PHONE + prompt + 4 + true + false + false + + + + + + + + + + + + 4.0 + + + 4.0 + + + + + + Joystick\JoystickDriver.cs + + + Joystick\JoystickState.cs + + + Keyboard\KeyboardDriver.cs + + + + + + {0F5AA96A-9253-4E06-A3F9-5517A2A9C558} + Noddybox.Emulation.Keyboard.Schema + + + + + + \ No newline at end of file diff --git a/WindowsPhone/Noddybox.Emulation.Xna.Input/Properties/AssemblyInfo.cs b/WindowsPhone/Noddybox.Emulation.Xna.Input/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..48f0c22 --- /dev/null +++ b/WindowsPhone/Noddybox.Emulation.Xna.Input/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Resources; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Noddybox.Emulation.Xna.Input")] +[assembly: AssemblyProduct("Noddybox.Emulation.Xna.Input")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyCopyright("Copyright © 2012")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. Only Windows +// assemblies support COM. +[assembly: ComVisible(false)] + +// On Windows, the following GUID is for the ID of the typelib if this +// project is exposed to COM. On other platforms, it unique identifies the +// title storage container when deploying this assembly to the device. +[assembly: Guid("323f6d4a-e65b-41c3-82a1-091c5b45270c")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: NeutralResourcesLanguageAttribute("en-US")] \ No newline at end of file -- cgit v1.2.3