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 >
0 commit comments