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 --- .../Noddybox.WindowsPhone.Silverlight.csproj | 64 ++++++++++++++++++++++ .../Properties/AssemblyInfo.cs | 37 +++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj create mode 100644 Noddybox.WindowsPhone.Silverlight/Properties/AssemblyInfo.cs (limited to 'Noddybox.WindowsPhone.Silverlight') diff --git a/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj b/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj new file mode 100644 index 0000000..2ee12dd --- /dev/null +++ b/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj @@ -0,0 +1,64 @@ + + + + Debug + AnyCPU + 10.0.20506 + 2.0 + {0462860F-FEE0-4E35-8CB8-36C2416B2DB3} + {C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + Noddybox.WindowsPhone.Silverlight + Noddybox.WindowsPhone.Silverlight + v4.0 + $(TargetFrameworkVersion) + WindowsPhone71 + Silverlight + false + true + true + + + true + full + false + Bin\Debug + DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE + true + true + prompt + 4 + + + pdbonly + true + Bin\Release + TRACE;SILVERLIGHT;WINDOWS_PHONE + true + true + prompt + 4 + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Noddybox.WindowsPhone.Silverlight/Properties/AssemblyInfo.cs b/Noddybox.WindowsPhone.Silverlight/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..2ce8683 --- /dev/null +++ b/Noddybox.WindowsPhone.Silverlight/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.Silverlight")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Noddybox.WindowsPhone.Silverlight")] +[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("90925574-a790-4817-a4e5-61f8e0d24e0f")] + +// 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")] -- cgit v1.2.3