2020-03-16 19:30:25 -07:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2020-10-26 15:01:40 +02:00
<Import Project= "$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" />
2020-03-16 19:30:25 -07:00
<PropertyGroup Label= "Globals" >
<CppWinRTOptimized> true</CppWinRTOptimized>
<CppWinRTRootNamespaceAutoMerge> true</CppWinRTRootNamespaceAutoMerge>
<MinimalCoreWin> true</MinimalCoreWin>
<ProjectGuid> {ac6c354f-8c80-47ea-9e40-996abe271843}</ProjectGuid>
<ProjectName> WebViewWindows</ProjectName>
<RootNamespace> WebViewWindows</RootNamespace>
<DefaultLanguage> en-US</DefaultLanguage>
<MinimumVisualStudioVersion> 15.0</MinimumVisualStudioVersion>
<AppContainerApplication> true</AppContainerApplication>
<ApplicationType> Windows Store</ApplicationType>
<ApplicationTypeRevision> 10.0</ApplicationTypeRevision>
<WindowsTargetPlatformVersion Condition= " '$(WindowsTargetPlatformVersion)' == '' " > 10.0.18362.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion> 10.0.15063.0</WindowsTargetPlatformMinVersion>
<PackageCertificateKeyFile> WebViewWindows_TemporaryKey.pfx</PackageCertificateKeyFile>
2021-04-13 16:40:49 -07:00
<PackageCertificateThumbprint> 1DA6E34911B18C433FE3E543D0429FC808468C89</PackageCertificateThumbprint>
<PackageCertificatePassword></PackageCertificatePassword>
<AppxPackageSigningEnabled> True</AppxPackageSigningEnabled>
2020-03-16 19:30:25 -07:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|ARM" >
<Configuration> Debug</Configuration>
<Platform> ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Debug|ARM64" >
<Configuration> Debug</Configuration>
<Platform> ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration> Debug</Configuration>
<Platform> Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Debug|x64" >
<Configuration> Debug</Configuration>
<Platform> x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|ARM" >
<Configuration> Release</Configuration>
<Platform> ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|ARM64" >
<Configuration> Release</Configuration>
<Platform> ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|Win32" >
<Configuration> Release</Configuration>
<Platform> Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration> Release</Configuration>
<Platform> x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Configuration" >
<ConfigurationType> Application</ConfigurationType>
<PlatformToolset> $(DefaultPlatformToolset)</PlatformToolset>
<CharacterSet> Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)'=='Debug'" Label= "Configuration" >
<UseDebugLibraries> true</UseDebugLibraries>
<LinkIncremental> true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)'=='Release'" Label= "Configuration" >
<UseDebugLibraries> false</UseDebugLibraries>
<WholeProgramOptimization> true</WholeProgramOptimization>
<LinkIncremental> false</LinkIncremental>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
<Import Project= "..\..\..\node_modules\react-native-windows\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems" Label= "Shared" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" >
<Import Project= "PropertySheet.props" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<ItemDefinitionGroup>
<ClCompile>
<PrecompiledHeader> Use</PrecompiledHeader>
<PrecompiledHeaderFile> pch.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile> $(IntDir)pch.pch</PrecompiledHeaderOutputFile>
<WarningLevel> Level4</WarningLevel>
<AdditionalOptions> %(AdditionalOptions) /bigobj</AdditionalOptions>
<DisableSpecificWarnings> 4453;28204</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Debug'" >
<ClCompile>
<PreprocessorDefinitions> _DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Release'" >
<ClCompile>
<PreprocessorDefinitions> NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include= "ReactPackageProvider.h" />
<ClInclude Include= "pch.h" />
<ClInclude Include= "App.h" >
<DependentUpon> App.xaml</DependentUpon>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include= "App.xaml" >
<SubType> Designer</SubType>
</ApplicationDefinition>
</ItemGroup>
<ItemGroup>
<AppxManifest Include= "Package.appxmanifest" >
<SubType> Designer</SubType>
</AppxManifest>
</ItemGroup>
<ItemGroup>
<Image Include= "Assets\LockScreenLogo.scale-200.png" />
<Image Include= "Assets\SplashScreen.scale-200.png" />
<Image Include= "Assets\Square150x150Logo.scale-200.png" />
<Image Include= "Assets\Square44x44Logo.scale-200.png" />
<Image Include= "Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Image Include= "Assets\StoreLogo.png" />
<Image Include= "Assets\Wide310x150Logo.scale-200.png" />
</ItemGroup>
<ItemGroup>
<ClCompile Include= "ReactPackageProvider.cpp" />
<ClCompile Include= "pch.cpp" >
<PrecompiledHeader> Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include= "App.cpp" >
<DependentUpon> App.xaml</DependentUpon>
</ClCompile>
<ClCompile Include= "$(GeneratedFilesDir)module.g.cpp" />
</ItemGroup>
<ItemGroup>
<Midl Include= "App.idl" >
<DependentUpon> App.xaml</DependentUpon>
</Midl>
</ItemGroup>
<ItemGroup>
<None Include= "packages.config" />
<None Include= "PropertySheet.props" />
2020-05-08 13:24:37 -07:00
<None Include= "WebViewWindows_TemporaryKey.pfx" />
2020-03-16 19:30:25 -07:00
<Text Include= "readme.txt" >
<DeploymentContent> false</DeploymentContent>
</Text>
</ItemGroup>
<ItemGroup>
<ProjectReference Include= "..\..\..\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj" >
<Project> {f7d32bd0-2749-483e-9a0d-1635ef7e3136}</Project>
</ProjectReference>
<ProjectReference Include= "..\..\..\windows\ReactNativeWebView\ReactNativeWebView.vcxproj" >
<Project> {729d9af8-cd9e-4427-9f6c-fb757e287729}</Project>
</ProjectReference>
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<PropertyGroup>
2020-05-27 06:55:02 +03:00
<BundleEntryFile> example/index.js</BundleEntryFile>
<BundlerExtraArgs> --use-react-native-windows</BundlerExtraArgs>
2020-03-16 19:30:25 -07:00
</PropertyGroup>
<Import Project= "..\..\..\node_modules\react-native-windows\PropertySheets\Bundle.Cpp.targets" />
2020-05-27 06:55:02 +03:00
<Import Project= "..\..\..\node_modules\react-native-windows\PropertySheets\Bundle.props" />
2020-03-16 19:30:25 -07:00
<ImportGroup Label= "ExtensionTargets" >
2020-10-26 15:01:40 +02:00
<Import Project= "$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" />
2020-03-16 19:30:25 -07:00
<Import Project= "$(SolutionDir)packages\Microsoft.UI.Xaml.2.3.191129002\build\native\Microsoft.UI.Xaml.targets" Condition= "Exists('$(SolutionDir)packages\Microsoft.UI.Xaml.2.3.191129002\build\native\Microsoft.UI.Xaml.targets')" />
</ImportGroup>
2021-04-13 16:40:49 -07:00
<Target Name= "Deploy" />
2020-03-16 19:30:25 -07:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup>
<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>
</PropertyGroup>
2020-10-26 15:01:40 +02:00
<Error Condition= "!Exists('$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets'))" />
2020-03-16 19:30:25 -07:00
<Error Condition= "!Exists('$(SolutionDir)packages\Microsoft.UI.Xaml.2.3.191129002\build\native\Microsoft.UI.Xaml.targets')" Text= "$([System.String]::Format('$(ErrorText)', '$(SolutionDir)packages\Microsoft.UI.Xaml.2.3.191129002\build\native\Microsoft.UI.Xaml.targets'))" />
</Target>
</Project>