Author: rgardler
Date: Tue Dec  4 23:20:57 2012
New Revision: 1417237

URL: http://svn.apache.org/viewvc?rev=1417237&view=rev
Log:
minimal Win8 project for working with Wookie Widgets

Added:
    wookie/trunk/connector/CSharp/Win8/
    wookie/trunk/connector/CSharp/Win8/Win8.sln
    wookie/trunk/connector/CSharp/Win8/Win8.v11.suo   (with props)
    wookie/trunk/connector/CSharp/Win8/WookieService/   (with props)
    wookie/trunk/connector/CSharp/Win8/WookieService/Properties/
    wookie/trunk/connector/CSharp/Win8/WookieService/Properties/AssemblyInfo.cs
    wookie/trunk/connector/CSharp/Win8/WookieService/Widget.cs
    wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj
    wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj.user

Added: wookie/trunk/connector/CSharp/Win8/Win8.sln
URL: 
http://svn.apache.org/viewvc/wookie/trunk/connector/CSharp/Win8/Win8.sln?rev=1417237&view=auto
==============================================================================
--- wookie/trunk/connector/CSharp/Win8/Win8.sln (added)
+++ wookie/trunk/connector/CSharp/Win8/Win8.sln Tue Dec  4 23:20:57 2012
@@ -0,0 +1,38 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2012 for Windows 8
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WookieService", 
"WookieService\WookieService.csproj", "{50852744-6C5A-4B66-B3B8-5A02ACBB1272}"
+EndProject
+Global
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution
+               Debug|Any CPU = Debug|Any CPU
+               Debug|ARM = Debug|ARM
+               Debug|x64 = Debug|x64
+               Debug|x86 = Debug|x86
+               Release|Any CPU = Release|Any CPU
+               Release|ARM = Release|ARM
+               Release|x64 = Release|x64
+               Release|x86 = Release|x86
+       EndGlobalSection
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Debug|Any CPU.ActiveCfg 
= Debug|Any CPU
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Debug|Any CPU.Build.0 = 
Debug|Any CPU
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Debug|ARM.ActiveCfg = 
Debug|ARM
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Debug|ARM.Build.0 = 
Debug|ARM
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Debug|x64.ActiveCfg = 
Debug|x64
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Debug|x64.Build.0 = 
Debug|x64
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Debug|x86.ActiveCfg = 
Debug|x86
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Debug|x86.Build.0 = 
Debug|x86
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Release|Any 
CPU.ActiveCfg = Release|Any CPU
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Release|Any CPU.Build.0 
= Release|Any CPU
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Release|ARM.ActiveCfg = 
Release|ARM
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Release|ARM.Build.0 = 
Release|ARM
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Release|x64.ActiveCfg = 
Release|x64
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Release|x64.Build.0 = 
Release|x64
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Release|x86.ActiveCfg = 
Release|x86
+               {50852744-6C5A-4B66-B3B8-5A02ACBB1272}.Release|x86.Build.0 = 
Release|x86
+       EndGlobalSection
+       GlobalSection(SolutionProperties) = preSolution
+               HideSolutionNode = FALSE
+       EndGlobalSection
+EndGlobal

Added: wookie/trunk/connector/CSharp/Win8/Win8.v11.suo
URL: 
http://svn.apache.org/viewvc/wookie/trunk/connector/CSharp/Win8/Win8.v11.suo?rev=1417237&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wookie/trunk/connector/CSharp/Win8/Win8.v11.suo
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Propchange: wookie/trunk/connector/CSharp/Win8/WookieService/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Dec  4 23:20:57 2012
@@ -0,0 +1,2 @@
+obj/
+bin

Added: 
wookie/trunk/connector/CSharp/Win8/WookieService/Properties/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewvc/wookie/trunk/connector/CSharp/Win8/WookieService/Properties/AssemblyInfo.cs?rev=1417237&view=auto
==============================================================================
--- wookie/trunk/connector/CSharp/Win8/WookieService/Properties/AssemblyInfo.cs 
(added)
+++ wookie/trunk/connector/CSharp/Win8/WookieService/Properties/AssemblyInfo.cs 
Tue Dec  4 23:20:57 2012
@@ -0,0 +1,29 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// 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("WookieService")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("WookieService")]
+[assembly: AssemblyCopyright("Copyright ©  2012")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 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 Build and Revision 
Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: ComVisible(false)]
\ No newline at end of file

Added: wookie/trunk/connector/CSharp/Win8/WookieService/Widget.cs
URL: 
http://svn.apache.org/viewvc/wookie/trunk/connector/CSharp/Win8/WookieService/Widget.cs?rev=1417237&view=auto
==============================================================================
--- wookie/trunk/connector/CSharp/Win8/WookieService/Widget.cs (added)
+++ wookie/trunk/connector/CSharp/Win8/WookieService/Widget.cs Tue Dec  4 
23:20:57 2012
@@ -0,0 +1,77 @@
+/*
+*  Licensed under the Apache License, Version 2.0 (the "License");
+*  you may not use this file except in compliance with the License.
+*  You may obtain a copy of the License at
+*
+*      http://www.apache.org/licenses/LICENSE-2.0
+*
+*  Unless required by applicable law or agreed to in writing, software
+*  distributed under the License is distributed on an "AS IS" BASIS,
+*  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+*  See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace WookieService
+{
+    public sealed class Widget
+    {
+        private String title;
+        private String icon;
+        private String desc;
+        private String guid;
+
+        public Widget(String guid, String title, String desc, String icon)
+        {
+            this.setGuid(guid);
+            this.setTitle(title);
+            this.setDescription(desc);
+            this.setIcon(icon);
+        }
+
+        public void setGuid(String guid) 
+        {
+            this.guid = guid;
+        }
+
+        public String getGuid() 
+        {
+            return this.guid;
+        }
+
+        public void setTitle(String title)
+        {
+            this.title = title;
+        }
+
+        public String getTitle()
+        {
+            return this.title;
+        }
+
+        public void setDescription(String desc)
+        {
+            this.desc = desc;
+        }
+
+        public String getDescription()
+        {
+            return this.desc;
+        }
+
+        public void setIcon(String icon)
+        {
+            this.icon = icon;
+        }
+
+        public String getIcon()
+        {
+            return this.icon;
+        }
+
+    }
+}

Added: wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj
URL: 
http://svn.apache.org/viewvc/wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj?rev=1417237&view=auto
==============================================================================
--- wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj 
(added)
+++ wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj Tue 
Dec  4 23:20:57 2012
@@ -0,0 +1,119 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+  <Import 
Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"
 
Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"
 />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>8.0.30703</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{50852744-6C5A-4B66-B3B8-5A02ACBB1272}</ProjectGuid>
+    <OutputType>winmdobj</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>WookieService</RootNamespace>
+    <AssemblyName>WookieService</AssemblyName>
+    <DefaultLanguage>en-US</DefaultLanguage>
+    <FileAlignment>512</FileAlignment>
+    
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' 
">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 
'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
+    <DebugSymbols>true</DebugSymbols>
+    <OutputPath>bin\ARM\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
+    <NoWarn>;2008</NoWarn>
+    <DebugType>full</DebugType>
+    <PlatformTarget>ARM</PlatformTarget>
+    <UseVSHostingProcess>false</UseVSHostingProcess>
+    <ErrorReport>prompt</ErrorReport>
+    <Prefer32Bit>true</Prefer32Bit>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
+    <OutputPath>bin\ARM\Release\</OutputPath>
+    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
+    <Optimize>true</Optimize>
+    <NoWarn>;2008</NoWarn>
+    <DebugType>pdbonly</DebugType>
+    <PlatformTarget>ARM</PlatformTarget>
+    <UseVSHostingProcess>false</UseVSHostingProcess>
+    <ErrorReport>prompt</ErrorReport>
+    <Prefer32Bit>true</Prefer32Bit>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
+    <DebugSymbols>true</DebugSymbols>
+    <OutputPath>bin\x64\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
+    <NoWarn>;2008</NoWarn>
+    <DebugType>full</DebugType>
+    <PlatformTarget>x64</PlatformTarget>
+    <UseVSHostingProcess>false</UseVSHostingProcess>
+    <ErrorReport>prompt</ErrorReport>
+    <Prefer32Bit>true</Prefer32Bit>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
+    <OutputPath>bin\x64\Release\</OutputPath>
+    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
+    <Optimize>true</Optimize>
+    <NoWarn>;2008</NoWarn>
+    <DebugType>pdbonly</DebugType>
+    <PlatformTarget>x64</PlatformTarget>
+    <UseVSHostingProcess>false</UseVSHostingProcess>
+    <ErrorReport>prompt</ErrorReport>
+    <Prefer32Bit>true</Prefer32Bit>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
+    <DebugSymbols>true</DebugSymbols>
+    <OutputPath>bin\x86\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
+    <NoWarn>;2008</NoWarn>
+    <DebugType>full</DebugType>
+    <PlatformTarget>x86</PlatformTarget>
+    <UseVSHostingProcess>false</UseVSHostingProcess>
+    <ErrorReport>prompt</ErrorReport>
+    <Prefer32Bit>true</Prefer32Bit>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
+    <OutputPath>bin\x86\Release\</OutputPath>
+    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
+    <Optimize>true</Optimize>
+    <NoWarn>;2008</NoWarn>
+    <DebugType>pdbonly</DebugType>
+    <PlatformTarget>x86</PlatformTarget>
+    <UseVSHostingProcess>false</UseVSHostingProcess>
+    <ErrorReport>prompt</ErrorReport>
+    <Prefer32Bit>true</Prefer32Bit>
+  </PropertyGroup>
+  <ItemGroup>
+    <!-- A reference to the entire .Net Framework and Windows SDK are 
automatically included -->
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="Widget.cs" />
+  </ItemGroup>
+  <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or 
'$(VisualStudioVersion)' &lt; '11.0' ">
+    <VisualStudioVersion>11.0</VisualStudioVersion>
+  </PropertyGroup>
+  <Import 
Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets"
 />
+  <!-- To modify your build process, add your task inside one of the targets 
below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>
\ No newline at end of file

Added: 
wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj.user
URL: 
http://svn.apache.org/viewvc/wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj.user?rev=1417237&view=auto
==============================================================================
--- wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj.user 
(added)
+++ wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj.user 
Tue Dec  4 23:20:57 2012
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+  <PropertyGroup>
+    <ProjectView>ShowAllFiles</ProjectView>
+  </PropertyGroup>
+</Project>
\ No newline at end of file


Reply via email to