Skip to content

Commit 912b1d2

Browse files
committed
merge with master (add facebook sample)
2 parents 55f9c11 + 040c323 commit 912b1d2

22 files changed

+3055
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# ignore generated files for Windows Store Apps
2+
*.g.h
3+
*.g.hpp
4+
*.g.cpp
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Express 2012 for Windows 8
4+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FacebookDemo", "FacebookDemo110\FacebookDemo.vcxproj", "{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|ARM = Debug|ARM
9+
Debug|Win32 = Debug|Win32
10+
Debug|x64 = Debug|x64
11+
Release|ARM = Release|ARM
12+
Release|Win32 = Release|Win32
13+
Release|x64 = Release|x64
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Debug|ARM.ActiveCfg = Debug|ARM
17+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Debug|ARM.Build.0 = Debug|ARM
18+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Debug|ARM.Deploy.0 = Debug|ARM
19+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Debug|Win32.ActiveCfg = Debug|Win32
20+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Debug|Win32.Build.0 = Debug|Win32
21+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Debug|Win32.Deploy.0 = Debug|Win32
22+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Debug|x64.ActiveCfg = Debug|x64
23+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Debug|x64.Build.0 = Debug|x64
24+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Debug|x64.Deploy.0 = Debug|x64
25+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Release|ARM.ActiveCfg = Release|ARM
26+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Release|ARM.Build.0 = Release|ARM
27+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Release|ARM.Deploy.0 = Release|ARM
28+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Release|Win32.ActiveCfg = Release|Win32
29+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Release|Win32.Build.0 = Release|Win32
30+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Release|Win32.Deploy.0 = Release|Win32
31+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Release|x64.ActiveCfg = Release|x64
32+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Release|x64.Build.0 = Release|x64
33+
{5BA97497-8CFE-4C98-B2FD-7BF262CEE4E0}.Release|x64.Deploy.0 = Release|x64
34+
EndGlobalSection
35+
GlobalSection(SolutionProperties) = preSolution
36+
HideSolutionNode = FALSE
37+
EndGlobalSection
38+
EndGlobal
Lines changed: 194 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|ARM">
5+
<Configuration>Debug</Configuration>
6+
<Platform>ARM</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Debug|Win32">
9+
<Configuration>Debug</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Debug|x64">
13+
<Configuration>Debug</Configuration>
14+
<Platform>x64</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release|ARM">
17+
<Configuration>Release</Configuration>
18+
<Platform>ARM</Platform>
19+
</ProjectConfiguration>
20+
<ProjectConfiguration Include="Release|Win32">
21+
<Configuration>Release</Configuration>
22+
<Platform>Win32</Platform>
23+
</ProjectConfiguration>
24+
<ProjectConfiguration Include="Release|x64">
25+
<Configuration>Release</Configuration>
26+
<Platform>x64</Platform>
27+
</ProjectConfiguration>
28+
</ItemGroup>
29+
<PropertyGroup Label="Globals">
30+
<ProjectGuid>{5ba97497-8cfe-4c98-b2fd-7bf262cee4e0}</ProjectGuid>
31+
<RootNamespace>FacebookDemo</RootNamespace>
32+
<DefaultLanguage>en-US</DefaultLanguage>
33+
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
34+
<AppContainerApplication>true</AppContainerApplication>
35+
<ProjectName>FacebookDemo110</ProjectName>
36+
</PropertyGroup>
37+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
38+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
39+
<ConfigurationType>Application</ConfigurationType>
40+
<UseDebugLibraries>true</UseDebugLibraries>
41+
<PlatformToolset>v110</PlatformToolset>
42+
</PropertyGroup>
43+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
44+
<ConfigurationType>Application</ConfigurationType>
45+
<UseDebugLibraries>true</UseDebugLibraries>
46+
<PlatformToolset>v110</PlatformToolset>
47+
</PropertyGroup>
48+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
49+
<ConfigurationType>Application</ConfigurationType>
50+
<UseDebugLibraries>true</UseDebugLibraries>
51+
<PlatformToolset>v110</PlatformToolset>
52+
</PropertyGroup>
53+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
54+
<ConfigurationType>Application</ConfigurationType>
55+
<UseDebugLibraries>false</UseDebugLibraries>
56+
<WholeProgramOptimization>true</WholeProgramOptimization>
57+
<PlatformToolset>v110</PlatformToolset>
58+
</PropertyGroup>
59+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
60+
<ConfigurationType>Application</ConfigurationType>
61+
<UseDebugLibraries>false</UseDebugLibraries>
62+
<WholeProgramOptimization>true</WholeProgramOptimization>
63+
<PlatformToolset>v110</PlatformToolset>
64+
</PropertyGroup>
65+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
66+
<ConfigurationType>Application</ConfigurationType>
67+
<UseDebugLibraries>false</UseDebugLibraries>
68+
<WholeProgramOptimization>true</WholeProgramOptimization>
69+
<PlatformToolset>v110</PlatformToolset>
70+
</PropertyGroup>
71+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
72+
<ImportGroup Label="ExtensionSettings">
73+
</ImportGroup>
74+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
76+
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\0.6\DesignTime\Debug\x86\CppRESTWindowsSDK.props" />
77+
</ImportGroup>
78+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
80+
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\0.6\DesignTime\Retail\x86\CppRESTWindowsSDK.props" />
81+
</ImportGroup>
82+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
83+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
84+
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\0.6\DesignTime\Debug\ARM\CppRESTWindowsSDK.props" />
85+
</ImportGroup>
86+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
87+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
88+
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\0.6\DesignTime\Retail\ARM\CppRESTWindowsSDK.props" />
89+
</ImportGroup>
90+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
91+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
92+
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\0.6\DesignTime\Debug\x64\CppRESTWindowsSDK.props" />
93+
</ImportGroup>
94+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
95+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
96+
<Import Project="$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\CppRESTWindowsSDK\0.6\DesignTime\Retail\x64\CppRESTWindowsSDK.props" />
97+
</ImportGroup>
98+
<PropertyGroup Label="UserMacros" />
99+
<PropertyGroup>
100+
<PackageCertificateKeyFile>FacebookDemo_TemporaryKey.pfx</PackageCertificateKeyFile>
101+
</PropertyGroup>
102+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
103+
<ClCompile>
104+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
105+
<DisableSpecificWarnings>4453</DisableSpecificWarnings>
106+
</ClCompile>
107+
</ItemDefinitionGroup>
108+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
109+
<ClCompile>
110+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
111+
<DisableSpecificWarnings>4453</DisableSpecificWarnings>
112+
</ClCompile>
113+
</ItemDefinitionGroup>
114+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
115+
<ClCompile>
116+
<AdditionalOptions>/bigobj /Zm137 %(AdditionalOptions)</AdditionalOptions>
117+
<DisableSpecificWarnings>4453</DisableSpecificWarnings>
118+
</ClCompile>
119+
</ItemDefinitionGroup>
120+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
121+
<ClCompile>
122+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
123+
<DisableSpecificWarnings>4453</DisableSpecificWarnings>
124+
</ClCompile>
125+
</ItemDefinitionGroup>
126+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
127+
<ClCompile>
128+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
129+
<DisableSpecificWarnings>4453</DisableSpecificWarnings>
130+
</ClCompile>
131+
</ItemDefinitionGroup>
132+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
133+
<ClCompile>
134+
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
135+
<DisableSpecificWarnings>4453</DisableSpecificWarnings>
136+
</ClCompile>
137+
</ItemDefinitionGroup>
138+
<ItemGroup>
139+
<ClInclude Include="Facebook.h" />
140+
<ClInclude Include="pch.h" />
141+
<ClInclude Include="App.xaml.h">
142+
<DependentUpon>App.xaml</DependentUpon>
143+
</ClInclude>
144+
<ClInclude Include="MainPage.xaml.h">
145+
<DependentUpon>MainPage.xaml</DependentUpon>
146+
</ClInclude>
147+
</ItemGroup>
148+
<ItemGroup>
149+
<ApplicationDefinition Include="App.xaml">
150+
<SubType>Designer</SubType>
151+
</ApplicationDefinition>
152+
<Page Include="Common\StandardStyles.xaml">
153+
<SubType>Designer</SubType>
154+
</Page>
155+
<Page Include="MainPage.xaml">
156+
<SubType>Designer</SubType>
157+
</Page>
158+
</ItemGroup>
159+
<ItemGroup>
160+
<AppxManifest Include="Package.appxmanifest">
161+
<SubType>Designer</SubType>
162+
</AppxManifest>
163+
<None Include="FacebookDemo_TemporaryKey.pfx" />
164+
</ItemGroup>
165+
<ItemGroup>
166+
<Image Include="Assets\Logo.png" />
167+
<Image Include="Assets\SmallLogo.png" />
168+
<Image Include="Assets\StoreLogo.png" />
169+
<Image Include="Assets\SplashScreen.png" />
170+
</ItemGroup>
171+
<ItemGroup>
172+
<ClCompile Include="App.xaml.cpp">
173+
<DependentUpon>App.xaml</DependentUpon>
174+
</ClCompile>
175+
<ClCompile Include="Facebook.cpp" />
176+
<ClCompile Include="MainPage.xaml.cpp">
177+
<DependentUpon>MainPage.xaml</DependentUpon>
178+
</ClCompile>
179+
<ClCompile Include="pch.cpp">
180+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
181+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
182+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
183+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
184+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
185+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
186+
</ClCompile>
187+
</ItemGroup>
188+
<ItemGroup>
189+
<SDKReference Include="CppRESTWindowsSDK, Version=0.6" />
190+
</ItemGroup>
191+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
192+
<ImportGroup Label="ExtensionTargets">
193+
</ImportGroup>
194+
</Project>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!--
2+
Copyright (c) Microsoft Corporation. All rights reserved.
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.
13+
14+
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
15+
App.xaml - Default application xaml file from blank project.
16+
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
17+
-->
18+
19+
<Application
20+
x:Class="FacebookDemo.App"
21+
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
23+
xmlns:local="using:FacebookDemo">
24+
25+
<Application.Resources>
26+
<ResourceDictionary>
27+
<ResourceDictionary.MergedDictionaries>
28+
29+
<!--
30+
Styles that define common aspects of the platform look and feel
31+
Required by Visual Studio project and item templates
32+
-->
33+
<ResourceDictionary Source="Common/StandardStyles.xaml"/>
34+
</ResourceDictionary.MergedDictionaries>
35+
36+
</ResourceDictionary>
37+
</Application.Resources>
38+
</Application>

0 commit comments

Comments
 (0)