1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="12.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>{0fae44e0-6c15-4cca-abda-29556b391390}</ProjectGuid> 31 <RootNamespace>FaceDetection</RootNamespace> 32 <DefaultLanguage>en-US</DefaultLanguage> 33 <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> 34 <AppContainerApplication>true</AppContainerApplication> 35 <ApplicationType>Windows Store</ApplicationType> 36 <ApplicationTypeRevision>8.1</ApplicationTypeRevision> 37 </PropertyGroup> 38 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 40 <ConfigurationType>Application</ConfigurationType> 41 <UseDebugLibraries>true</UseDebugLibraries> 42 <PlatformToolset>v120</PlatformToolset> 43 </PropertyGroup> 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 45 <ConfigurationType>Application</ConfigurationType> 46 <UseDebugLibraries>true</UseDebugLibraries> 47 <PlatformToolset>v120</PlatformToolset> 48 </PropertyGroup> 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 50 <ConfigurationType>Application</ConfigurationType> 51 <UseDebugLibraries>true</UseDebugLibraries> 52 <PlatformToolset>v120</PlatformToolset> 53 </PropertyGroup> 54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 55 <ConfigurationType>Application</ConfigurationType> 56 <UseDebugLibraries>false</UseDebugLibraries> 57 <WholeProgramOptimization>true</WholeProgramOptimization> 58 <PlatformToolset>v120</PlatformToolset> 59 </PropertyGroup> 60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 61 <ConfigurationType>Application</ConfigurationType> 62 <UseDebugLibraries>false</UseDebugLibraries> 63 <WholeProgramOptimization>true</WholeProgramOptimization> 64 <PlatformToolset>v120</PlatformToolset> 65 </PropertyGroup> 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 67 <ConfigurationType>Application</ConfigurationType> 68 <UseDebugLibraries>false</UseDebugLibraries> 69 <WholeProgramOptimization>true</WholeProgramOptimization> 70 <PlatformToolset>v120</PlatformToolset> 71 </PropertyGroup> 72 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 73 <ImportGroup Label="ExtensionSettings"> 74 </ImportGroup> 75 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 76 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 77 <Import Project="opencv.props" /> 78 </ImportGroup> 79 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 80 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 81 <Import Project="opencv.props" /> 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 <Import Project="opencv.props" /> 86 </ImportGroup> 87 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 88 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 89 <Import Project="opencv.props" /> 90 </ImportGroup> 91 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 92 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 93 <Import Project="opencv.props" /> 94 </ImportGroup> 95 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 96 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 97 <Import Project="opencv.props" /> 98 </ImportGroup> 99 <PropertyGroup Label="UserMacros" /> 100 <PropertyGroup> 101 <PackageCertificateKeyFile>FaceDetection_TemporaryKey.pfx</PackageCertificateKeyFile> 102 </PropertyGroup> 103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 104 <ClCompile> 105 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> 106 <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> 107 </ClCompile> 108 </ItemDefinitionGroup> 109 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 110 <ClCompile> 111 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> 112 <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> 113 </ClCompile> 114 </ItemDefinitionGroup> 115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 116 <ClCompile> 117 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> 118 <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> 119 </ClCompile> 120 <Link> 121 <AdditionalDependencies>opencv_objdetect300$(DebugSuffix).lib;%(AdditionalDependencies)</AdditionalDependencies> 122 </Link> 123 </ItemDefinitionGroup> 124 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 125 <ClCompile> 126 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> 127 <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> 128 </ClCompile> 129 <Link> 130 <AdditionalDependencies>opencv_objdetect300$(DebugSuffix).lib;%(AdditionalDependencies)</AdditionalDependencies> 131 </Link> 132 </ItemDefinitionGroup> 133 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 134 <ClCompile> 135 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> 136 <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> 137 </ClCompile> 138 </ItemDefinitionGroup> 139 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 140 <ClCompile> 141 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions> 142 <DisableSpecificWarnings>4453;28204</DisableSpecificWarnings> 143 </ClCompile> 144 </ItemDefinitionGroup> 145 <ItemGroup> 146 <ClInclude Include="pch.h" /> 147 <ClInclude Include="App.xaml.h"> 148 <DependentUpon>App.xaml</DependentUpon> 149 </ClInclude> 150 <ClInclude Include="MainPage.xaml.h"> 151 <DependentUpon>MainPage.xaml</DependentUpon> 152 </ClInclude> 153 </ItemGroup> 154 <ItemGroup> 155 <ApplicationDefinition Include="App.xaml"> 156 <SubType>Designer</SubType> 157 </ApplicationDefinition> 158 <Page Include="MainPage.xaml"> 159 <SubType>Designer</SubType> 160 </Page> 161 </ItemGroup> 162 <ItemGroup> 163 <AppxManifest Include="Package.appxmanifest"> 164 <SubType>Designer</SubType> 165 </AppxManifest> 166 <None Include="FaceDetection_TemporaryKey.pfx" /> 167 </ItemGroup> 168 <ItemGroup> 169 <Image Include="Assets\group1.jpg" /> 170 <Image Include="Assets\group2.JPG" /> 171 <Image Include="Assets\group3.jpg" /> 172 <Image Include="Assets\Logo.scale-100.png" /> 173 <Image Include="Assets\SmallLogo.scale-100.png" /> 174 <Image Include="Assets\StoreLogo.scale-100.png" /> 175 <Image Include="Assets\SplashScreen.scale-100.png" /> 176 </ItemGroup> 177 <ItemGroup> 178 <ClCompile Include="App.xaml.cpp"> 179 <DependentUpon>App.xaml</DependentUpon> 180 </ClCompile> 181 <ClCompile Include="MainPage.xaml.cpp"> 182 <DependentUpon>MainPage.xaml</DependentUpon> 183 </ClCompile> 184 <ClCompile Include="pch.cpp"> 185 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> 186 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> 187 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader> 188 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader> 189 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> 190 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> 191 </ClCompile> 192 </ItemGroup> 193 <ItemGroup> 194 <Xml Include="Assets\haarcascade_frontalface_alt.xml" /> 195 </ItemGroup> 196 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 197 <ImportGroup Label="ExtensionTargets"> 198 </ImportGroup> 199 </Project>