1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.props')" />
4
+ <PropertyGroup >
5
+ <SharedContentDir >$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), LICENSE))\SharedContent</SharedContentDir >
6
+ </PropertyGroup >
7
+ <PropertyGroup Label =" Globals" >
8
+ <MinimalCoreWin >true</MinimalCoreWin >
9
+ <ProjectGuid >{03FE0C00-0A0D-58F2-AAB1-AA9014D5DF4D}</ProjectGuid >
10
+ <ProjectName >BasicFaceDetection</ProjectName >
11
+ <RootNamespace >SDKTemplate</RootNamespace >
12
+ <DefaultLanguage >en-US</DefaultLanguage >
13
+ <MinimumVisualStudioVersion >15.0</MinimumVisualStudioVersion >
14
+ <AppContainerApplication >true</AppContainerApplication >
15
+ <ApplicationType >Windows Store</ApplicationType >
16
+ <ApplicationTypeRevision >10.0</ApplicationTypeRevision >
17
+ <WindowsTargetPlatformVersion >10.0.18362.0</WindowsTargetPlatformVersion >
18
+ <WindowsTargetPlatformMinVersion >$(WindowsTargetPlatformVersion)</WindowsTargetPlatformMinVersion >
19
+ </PropertyGroup >
20
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
+ <ItemGroup Label =" ProjectConfigurations" >
22
+ <ProjectConfiguration Include =" Debug|ARM" >
23
+ <Configuration >Debug</Configuration >
24
+ <Platform >ARM</Platform >
25
+ </ProjectConfiguration >
26
+ <ProjectConfiguration Include =" Debug|Win32" >
27
+ <Configuration >Debug</Configuration >
28
+ <Platform >Win32</Platform >
29
+ </ProjectConfiguration >
30
+ <ProjectConfiguration Include =" Debug|x64" >
31
+ <Configuration >Debug</Configuration >
32
+ <Platform >x64</Platform >
33
+ </ProjectConfiguration >
34
+ <ProjectConfiguration Include =" Release|ARM" >
35
+ <Configuration >Release</Configuration >
36
+ <Platform >ARM</Platform >
37
+ </ProjectConfiguration >
38
+ <ProjectConfiguration Include =" Release|Win32" >
39
+ <Configuration >Release</Configuration >
40
+ <Platform >Win32</Platform >
41
+ </ProjectConfiguration >
42
+ <ProjectConfiguration Include =" Release|x64" >
43
+ <Configuration >Release</Configuration >
44
+ <Platform >x64</Platform >
45
+ </ProjectConfiguration >
46
+ </ItemGroup >
47
+ <PropertyGroup Label =" Configuration" >
48
+ <ConfigurationType >Application</ConfigurationType >
49
+ <CharacterSet >Unicode</CharacterSet >
50
+ </PropertyGroup >
51
+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
52
+ <UseDebugLibraries >true</UseDebugLibraries >
53
+ <LinkIncremental >true</LinkIncremental >
54
+ </PropertyGroup >
55
+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
56
+ <UseDebugLibraries >false</UseDebugLibraries >
57
+ <WholeProgramOptimization >true</WholeProgramOptimization >
58
+ <LinkIncremental >false</LinkIncremental >
59
+ </PropertyGroup >
60
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
61
+ <ImportGroup Label =" PropertySheets" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <PropertyGroup Label =" UserMacros" />
65
+ <PropertyGroup >
66
+ <IncludePath >$(VC_IncludePath);$(UniversalCRT_IncludePath);$(WindowsSDK_IncludePath);$(SharedContentDir)\cppwinrt</IncludePath >
67
+ <CppWinRTOptimized >true</CppWinRTOptimized >
68
+ </PropertyGroup >
69
+ <ItemDefinitionGroup >
70
+ <ClCompile >
71
+ <PrecompiledHeader >Use</PrecompiledHeader >
72
+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
73
+ <PrecompiledHeaderOutputFile >$(IntDir)pch.pch</PrecompiledHeaderOutputFile >
74
+ <WarningLevel >Level4</WarningLevel >
75
+ <AdditionalOptions >%(AdditionalOptions) /bigobj</AdditionalOptions >
76
+ <DisableSpecificWarnings >4453;28204</DisableSpecificWarnings >
77
+ </ClCompile >
78
+ </ItemDefinitionGroup >
79
+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
80
+ <ClCompile >
81
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
82
+ </ClCompile >
83
+ </ItemDefinitionGroup >
84
+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
85
+ <ClCompile >
86
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
87
+ </ClCompile >
88
+ </ItemDefinitionGroup >
89
+ <ItemGroup >
90
+ <ClInclude Include =" $(SharedContentDir)\cppwinrt\App.h" >
91
+ <DependentUpon >$(SharedContentDir)\xaml\App.xaml</DependentUpon >
92
+ </ClInclude >
93
+ <ClInclude Include =" $(SharedContentDir)\cppwinrt\MainPage.h" >
94
+ <DependentUpon >$(SharedContentDir)\xaml\MainPage.xaml</DependentUpon >
95
+ </ClInclude >
96
+ <ClInclude Include =" SampleConfiguration.h" />
97
+ <ClInclude Include =" Scenario1_DetectInPhoto.h" >
98
+ <DependentUpon >..\shared\Scenario1_DetectInPhoto.xaml</DependentUpon >
99
+ </ClInclude >
100
+ <ClInclude Include =" Scenario2_DetectInWebcam.h" >
101
+ <DependentUpon >..\shared\Scenario2_DetectInWebcam.xaml</DependentUpon >
102
+ </ClInclude >
103
+ <ClInclude Include =" pch.h" />
104
+ </ItemGroup >
105
+ <ItemGroup >
106
+ <ApplicationDefinition Include =" $(SharedContentDir)\xaml\App.xaml" >
107
+ <SubType >Designer</SubType >
108
+ </ApplicationDefinition >
109
+ <Page Include =" $(SharedContentDir)\xaml\MainPage.xaml" >
110
+ <SubType >Designer</SubType >
111
+ </Page >
112
+ <Page Include =" ..\shared\Scenario1_DetectInPhoto.xaml" />
113
+ <Page Include =" ..\shared\Scenario2_DetectInWebcam.xaml" />
114
+ <Page Include =" $(SharedContentDir)\xaml\Styles.xaml" >
115
+ <Link >Styles\Styles.xaml</Link >
116
+ </Page >
117
+ </ItemGroup >
118
+ <ItemGroup >
119
+ <ClCompile Include =" $(SharedContentDir)\cppwinrt\App.cpp" >
120
+ <DependentUpon >$(SharedContentDir)\xaml\App.xaml</DependentUpon >
121
+ </ClCompile >
122
+ <ClCompile Include =" $(SharedContentDir)\cppwinrt\MainPage.cpp" >
123
+ <DependentUpon >$(SharedContentDir)\xaml\MainPage.xaml</DependentUpon >
124
+ </ClCompile >
125
+ <ClCompile Include =" SampleConfiguration.cpp" >
126
+ <DependentUpon >SampleConfiguration.h</DependentUpon >
127
+ </ClCompile >
128
+ <ClCompile Include =" Scenario1_DetectInPhoto.cpp" >
129
+ <DependentUpon >..\shared\Scenario1_DetectInPhoto.xaml</DependentUpon >
130
+ </ClCompile >
131
+ <ClCompile Include =" Scenario2_DetectInWebcam.cpp" >
132
+ <DependentUpon >..\shared\Scenario2_DetectInWebcam.xaml</DependentUpon >
133
+ </ClCompile >
134
+ <ClCompile Include =" pch.cpp" >
135
+ <PrecompiledHeader >Create</PrecompiledHeader >
136
+ <DependentUpon >pch.h</DependentUpon >
137
+ </ClCompile >
138
+ <ClCompile Include =" $(GeneratedFilesDir)module.g.cpp" >
139
+ <DependentUpon >Project.idl</DependentUpon >
140
+ </ClCompile >
141
+ </ItemGroup >
142
+ <ItemGroup >
143
+ <Midl Include =" $(SharedContentDir)\cppwinrt\MainPage.idl" >
144
+ <DependentUpon >$(SharedContentDir)\xaml\MainPage.xaml</DependentUpon >
145
+ </Midl >
146
+ <Midl Include =" Project.idl" />
147
+ </ItemGroup >
148
+ <ItemGroup >
149
+ <AppxManifest Include =" Package.appxmanifest" >
150
+ <SubType >Designer</SubType >
151
+ </AppxManifest >
152
+ <None Include =" packages.config" />
153
+ </ItemGroup >
154
+ <ItemGroup >
155
+ <Image Include =" $(SharedContentDir)\media\microsoft-sdk.png" >
156
+ <Link >Assets\microsoft-sdk.png</Link >
157
+ </Image >
158
+ <Image Include =" $(SharedContentDir)\media\smalltile-sdk.png" >
159
+ <Link >Assets\smallTile-sdk.png</Link >
160
+ </Image >
161
+ <Image Include =" $(SharedContentDir)\media\splash-sdk.png" >
162
+ <Link >Assets\splash-sdk.png</Link >
163
+ </Image >
164
+ <Image Include =" $(SharedContentDir)\media\squaretile-sdk.png" >
165
+ <Link >Assets\squareTile-sdk.png</Link >
166
+ </Image >
167
+ <Image Include =" $(SharedContentDir)\media\storelogo-sdk.png" >
168
+ <Link >Assets\storeLogo-sdk.png</Link >
169
+ </Image >
170
+ <Image Include =" $(SharedContentDir)\media\tile-sdk.png" >
171
+ <Link >Assets\tile-sdk.png</Link >
172
+ </Image >
173
+ <Image Include =" $(SharedContentDir)\media\windows-sdk.png" >
174
+ <Link >Assets\windows-sdk.png</Link >
175
+ </Image >
176
+ </ItemGroup >
177
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
178
+ <ImportGroup Label =" ExtensionTargets" >
179
+ <Import Project =" packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.targets')" />
180
+ </ImportGroup >
181
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
182
+ <PropertyGroup >
183
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
184
+ </PropertyGroup >
185
+ <Error Condition =" !Exists('packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.props'))" />
186
+ <Error Condition =" !Exists('packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Windows.CppWinRT.2.0.200615.7\build\native\Microsoft.Windows.CppWinRT.targets'))" />
187
+ </Target >
188
+ </Project >
0 commit comments