1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup Label =" Globals" >
4
+ <ProjectGuid >{f710b9fd-4e6b-42d7-a99a-6d48888d48b0}</ProjectGuid >
5
+ <RootNamespace >SDKTemplate</RootNamespace >
6
+ <DefaultLanguage >en-US</DefaultLanguage >
7
+ <MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
8
+ <AppContainerApplication >true</AppContainerApplication >
9
+ <ApplicationType >Windows Store</ApplicationType >
10
+ <ApplicationTypeRevision >10.0</ApplicationTypeRevision >
11
+ <WindowsTargetPlatformVersion >10.0.10240.0</WindowsTargetPlatformVersion >
12
+ <WindowsTargetPlatformMinVersion >10.0.10240.0</WindowsTargetPlatformMinVersion >
13
+ </PropertyGroup >
14
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
15
+ <ItemGroup Label =" ProjectConfigurations" >
16
+ <ProjectConfiguration Include =" Debug|ARM" >
17
+ <Configuration >Debug</Configuration >
18
+ <Platform >ARM</Platform >
19
+ </ProjectConfiguration >
20
+ <ProjectConfiguration Include =" Debug|Win32" >
21
+ <Configuration >Debug</Configuration >
22
+ <Platform >Win32</Platform >
23
+ </ProjectConfiguration >
24
+ <ProjectConfiguration Include =" Debug|x64" >
25
+ <Configuration >Debug</Configuration >
26
+ <Platform >x64</Platform >
27
+ </ProjectConfiguration >
28
+ <ProjectConfiguration Include =" Release|ARM" >
29
+ <Configuration >Release</Configuration >
30
+ <Platform >ARM</Platform >
31
+ </ProjectConfiguration >
32
+ <ProjectConfiguration Include =" Release|Win32" >
33
+ <Configuration >Release</Configuration >
34
+ <Platform >Win32</Platform >
35
+ </ProjectConfiguration >
36
+ <ProjectConfiguration Include =" Release|x64" >
37
+ <Configuration >Release</Configuration >
38
+ <Platform >x64</Platform >
39
+ </ProjectConfiguration >
40
+ </ItemGroup >
41
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
42
+ <ConfigurationType >Application</ConfigurationType >
43
+ <UseDebugLibraries >true</UseDebugLibraries >
44
+ <PlatformToolset >v140</PlatformToolset >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >true</UseDebugLibraries >
49
+ <PlatformToolset >v140</PlatformToolset >
50
+ </PropertyGroup >
51
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
52
+ <ConfigurationType >Application</ConfigurationType >
53
+ <UseDebugLibraries >true</UseDebugLibraries >
54
+ <PlatformToolset >v140</PlatformToolset >
55
+ </PropertyGroup >
56
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
57
+ <ConfigurationType >Application</ConfigurationType >
58
+ <UseDebugLibraries >false</UseDebugLibraries >
59
+ <WholeProgramOptimization >true</WholeProgramOptimization >
60
+ <PlatformToolset >v140</PlatformToolset >
61
+ </PropertyGroup >
62
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM'" Label =" Configuration" >
63
+ <ConfigurationType >Application</ConfigurationType >
64
+ <UseDebugLibraries >false</UseDebugLibraries >
65
+ <WholeProgramOptimization >true</WholeProgramOptimization >
66
+ <PlatformToolset >v140</PlatformToolset >
67
+ </PropertyGroup >
68
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
69
+ <ConfigurationType >Application</ConfigurationType >
70
+ <UseDebugLibraries >false</UseDebugLibraries >
71
+ <WholeProgramOptimization >true</WholeProgramOptimization >
72
+ <PlatformToolset >v140</PlatformToolset >
73
+ </PropertyGroup >
74
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
75
+ <ImportGroup Label =" ExtensionSettings" >
76
+ </ImportGroup >
77
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
79
+ </ImportGroup >
80
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
81
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
82
+ </ImportGroup >
83
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" >
84
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
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
+ </ImportGroup >
89
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
90
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
91
+ </ImportGroup >
92
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
93
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
94
+ </ImportGroup >
95
+ <PropertyGroup Label =" UserMacros" />
96
+ <PropertyGroup >
97
+ <IncludePath >$(VC_IncludePath);$(UniversalCRT_IncludePath);$(WindowsSDK_IncludePath);..\..\..\SharedContent\cpp</IncludePath >
98
+ </PropertyGroup >
99
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" >
100
+ <ClCompile >
101
+ <AdditionalOptions >/bigobj %(AdditionalOptions)</AdditionalOptions >
102
+ <DisableSpecificWarnings >4453;28204</DisableSpecificWarnings >
103
+ </ClCompile >
104
+ </ItemDefinitionGroup >
105
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM'" >
106
+ <ClCompile >
107
+ <AdditionalOptions >/bigobj %(AdditionalOptions)</AdditionalOptions >
108
+ <DisableSpecificWarnings >4453;28204</DisableSpecificWarnings >
109
+ </ClCompile >
110
+ </ItemDefinitionGroup >
111
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
112
+ <ClCompile >
113
+ <AdditionalOptions >/bigobj %(AdditionalOptions)</AdditionalOptions >
114
+ <DisableSpecificWarnings >4453;28204</DisableSpecificWarnings >
115
+ </ClCompile >
116
+ </ItemDefinitionGroup >
117
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
118
+ <ClCompile >
119
+ <AdditionalOptions >/bigobj %(AdditionalOptions)</AdditionalOptions >
120
+ <DisableSpecificWarnings >4453;28204</DisableSpecificWarnings >
121
+ </ClCompile >
122
+ </ItemDefinitionGroup >
123
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
124
+ <ClCompile >
125
+ <AdditionalOptions >/bigobj %(AdditionalOptions)</AdditionalOptions >
126
+ <DisableSpecificWarnings >4453;28204</DisableSpecificWarnings >
127
+ </ClCompile >
128
+ </ItemDefinitionGroup >
129
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
130
+ <ClCompile >
131
+ <AdditionalOptions >/bigobj %(AdditionalOptions)</AdditionalOptions >
132
+ <DisableSpecificWarnings >4453;28204</DisableSpecificWarnings >
133
+ </ClCompile >
134
+ </ItemDefinitionGroup >
135
+ <ItemGroup >
136
+ <ClInclude Include =" pch.h" />
137
+ <ClInclude Include =" ..\..\..\SharedContent\cpp\App.xaml.h" >
138
+ <DependentUpon >..\..\..\SharedContent\xaml\App.xaml</DependentUpon >
139
+ </ClInclude >
140
+ <ClInclude Include =" ..\..\..\SharedContent\cpp\MainPage.xaml.h" >
141
+ <DependentUpon >..\..\..\SharedContent\cpp\MainPage.xaml</DependentUpon >
142
+ </ClInclude >
143
+ <ClInclude Include =" SampleConfiguration.h" />
144
+ <ClInclude Include =" Scenario1_XamlAdControl.xaml.h" >
145
+ <DependentUpon >..\shared\Scenario1_XamlAdControl.xaml</DependentUpon >
146
+ </ClInclude >
147
+ <ClInclude Include =" Scenario2_ProgramaticAdControl.xaml.h" >
148
+ <DependentUpon >..\shared\Scenario2_ProgramaticAdControl.xaml</DependentUpon >
149
+ </ClInclude >
150
+ <ClInclude Include =" Scenario3_InterstitialAd.xaml.h" >
151
+ <DependentUpon >..\shared\Scenario3_InterstitialAd.xaml</DependentUpon >
152
+ </ClInclude >
153
+ </ItemGroup >
154
+ <ItemGroup >
155
+ <ApplicationDefinition Include =" ..\..\..\SharedContent\xaml\App.xaml" >
156
+ <SubType >Designer</SubType >
157
+ </ApplicationDefinition >
158
+ <Page Include =" ..\..\..\SharedContent\cpp\MainPage.xaml" >
159
+ <SubType >Designer</SubType >
160
+ </Page >
161
+ <Page Include =" ..\shared\Scenario1_XamlAdControl.xaml" />
162
+ <Page Include =" ..\shared\Scenario2_ProgramaticAdControl.xaml" />
163
+ <Page Include =" ..\shared\Scenario3_InterstitialAd.xaml" />
164
+ <Page Include =" ..\..\..\SharedContent\xaml\Styles.xaml" >
165
+ <Link >Styles\Styles.xaml</Link >
166
+ </Page >
167
+ </ItemGroup >
168
+ <ItemGroup >
169
+ <AppxManifest Include =" Package.appxmanifest" >
170
+ <SubType >Designer</SubType >
171
+ </AppxManifest >
172
+ </ItemGroup >
173
+ <ItemGroup >
174
+ <ClCompile Include =" ..\..\..\SharedContent\cpp\App.xaml.cpp" >
175
+ <DependentUpon >..\..\..\SharedContent\xaml\App.xaml</DependentUpon >
176
+ </ClCompile >
177
+ <ClCompile Include =" ..\..\..\SharedContent\cpp\MainPage.xaml.cpp" >
178
+ <DependentUpon >..\..\..\SharedContent\cpp\MainPage.xaml</DependentUpon >
179
+ </ClCompile >
180
+ <ClCompile Include =" pch.cpp" >
181
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
182
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
183
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" >Create</PrecompiledHeader >
184
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|ARM'" >Create</PrecompiledHeader >
185
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
186
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
187
+ </ClCompile >
188
+ <ClCompile Include =" SampleConfiguration.cpp" />
189
+ <ClCompile Include =" Scenario1_XamlAdControl.xaml.cpp" >
190
+ <DependentUpon >..\shared\Scenario1_XamlAdControl.xaml</DependentUpon >
191
+ </ClCompile >
192
+ <ClCompile Include =" Scenario2_ProgramaticAdControl.xaml.cpp" >
193
+ <DependentUpon >..\shared\Scenario2_ProgramaticAdControl.xaml</DependentUpon >
194
+ </ClCompile >
195
+ <ClCompile Include =" Scenario3_InterstitialAd.xaml.cpp" >
196
+ <DependentUpon >..\shared\Scenario3_InterstitialAd.xaml</DependentUpon >
197
+ </ClCompile >
198
+ </ItemGroup >
199
+ <ItemGroup >
200
+ <Image Include =" ..\..\..\SharedContent\media\microsoft-sdk.png" >
201
+ <Link >Assets\microsoft-sdk.png</Link >
202
+ </Image >
203
+ <Image Include =" ..\..\..\SharedContent\media\smalltile-sdk.png" >
204
+ <Link >Assets\smalltile-sdk.png</Link >
205
+ </Image >
206
+ <Image Include =" ..\..\..\SharedContent\media\splash-sdk.png" >
207
+ <Link >Assets\splash-sdk.png</Link >
208
+ </Image >
209
+ <Image Include =" ..\..\..\SharedContent\media\squaretile-sdk.png" >
210
+ <Link >Assets\squaretile-sdk.png</Link >
211
+ </Image >
212
+ <Image Include =" ..\..\..\SharedContent\media\storelogo-sdk.png" >
213
+ <Link >Assets\storelogo-sdk.png</Link >
214
+ </Image >
215
+ <Image Include =" ..\..\..\SharedContent\media\tile-sdk.png" >
216
+ <Link >Assets\tile-sdk.png</Link >
217
+ </Image >
218
+ <Image Include =" ..\..\..\SharedContent\media\windows-sdk.png" >
219
+ <Link >Assets\windows-sdk.png</Link >
220
+ </Image >
221
+ </ItemGroup >
222
+ <ItemGroup >
223
+ <SDKReference Include =" Microsoft.Advertising.Xaml, Version=10.0" />
224
+ </ItemGroup >
225
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
226
+ <ImportGroup Label =" ExtensionTargets" >
227
+ </ImportGroup >
228
+ </Project >
0 commit comments