From 0526498057c198ac8d54836a3ac8fea20157b35b Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 24 Jun 2012 21:51:21 +0000 Subject: Added initial projects and solution --- .../Properties/AppManifest.xml | 6 ++++ .../Properties/AssemblyInfo.cs | 37 ++++++++++++++++++++++ .../Properties/WMAppManifest.xml | 35 ++++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 Noddybox.WindowsPhone.Test/Properties/AppManifest.xml create mode 100644 Noddybox.WindowsPhone.Test/Properties/AssemblyInfo.cs create mode 100644 Noddybox.WindowsPhone.Test/Properties/WMAppManifest.xml (limited to 'Noddybox.WindowsPhone.Test/Properties') diff --git a/Noddybox.WindowsPhone.Test/Properties/AppManifest.xml b/Noddybox.WindowsPhone.Test/Properties/AppManifest.xml new file mode 100644 index 0000000..a955232 --- /dev/null +++ b/Noddybox.WindowsPhone.Test/Properties/AppManifest.xml @@ -0,0 +1,6 @@ + + + + diff --git a/Noddybox.WindowsPhone.Test/Properties/AssemblyInfo.cs b/Noddybox.WindowsPhone.Test/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..93b7c15 --- /dev/null +++ b/Noddybox.WindowsPhone.Test/Properties/AssemblyInfo.cs @@ -0,0 +1,37 @@ +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.WindowsPhone.Test")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Noddybox.WindowsPhone.Test")] +[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. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("335cf0bc-1e3b-4ba7-91c6-cbaf4825128b")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: NeutralResourcesLanguageAttribute("en-US")] diff --git a/Noddybox.WindowsPhone.Test/Properties/WMAppManifest.xml b/Noddybox.WindowsPhone.Test/Properties/WMAppManifest.xml new file mode 100644 index 0000000..56cca06 --- /dev/null +++ b/Noddybox.WindowsPhone.Test/Properties/WMAppManifest.xml @@ -0,0 +1,35 @@ + + + + + ApplicationIcon.png + + + + + + + + + + + + + + + + + + + + + + + Background.png + 0 + Noddybox.WindowsPhone.Test + + + + + -- cgit v1.3