Нема описа

WebViewBridgeComponent.vcxproj 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" />
  4. <PropertyGroup Label="Globals">
  5. <CppWinRTOptimized>true</CppWinRTOptimized>
  6. <CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
  7. <CppWinRTGenerateWindowsMetadata>true</CppWinRTGenerateWindowsMetadata>
  8. <MinimalCoreWin>true</MinimalCoreWin>
  9. <ProjectGuid>{fcb612ad-facc-410c-828c-24b5940b2762}</ProjectGuid>
  10. <ProjectName>WebViewBridgeComponent</ProjectName>
  11. <RootNamespace>WebViewBridgeComponent</RootNamespace>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
  14. <AppContainerApplication>true</AppContainerApplication>
  15. <ApplicationType>Windows Store</ApplicationType>
  16. <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
  17. <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
  18. <WindowsTargetPlatformMinVersion>10.0.17134.0</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|ARM64">
  27. <Configuration>Debug</Configuration>
  28. <Platform>ARM64</Platform>
  29. </ProjectConfiguration>
  30. <ProjectConfiguration Include="Debug|Win32">
  31. <Configuration>Debug</Configuration>
  32. <Platform>Win32</Platform>
  33. </ProjectConfiguration>
  34. <ProjectConfiguration Include="Debug|x64">
  35. <Configuration>Debug</Configuration>
  36. <Platform>x64</Platform>
  37. </ProjectConfiguration>
  38. <ProjectConfiguration Include="Release|ARM">
  39. <Configuration>Release</Configuration>
  40. <Platform>ARM</Platform>
  41. </ProjectConfiguration>
  42. <ProjectConfiguration Include="Release|ARM64">
  43. <Configuration>Release</Configuration>
  44. <Platform>ARM64</Platform>
  45. </ProjectConfiguration>
  46. <ProjectConfiguration Include="Release|Win32">
  47. <Configuration>Release</Configuration>
  48. <Platform>Win32</Platform>
  49. </ProjectConfiguration>
  50. <ProjectConfiguration Include="Release|x64">
  51. <Configuration>Release</Configuration>
  52. <Platform>x64</Platform>
  53. </ProjectConfiguration>
  54. </ItemGroup>
  55. <PropertyGroup Label="Configuration">
  56. <ConfigurationType>DynamicLibrary</ConfigurationType>
  57. <PlatformToolset>v140</PlatformToolset>
  58. <PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
  59. <PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
  60. <CharacterSet>Unicode</CharacterSet>
  61. <GenerateManifest>false</GenerateManifest>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
  64. <UseDebugLibraries>true</UseDebugLibraries>
  65. <LinkIncremental>true</LinkIncremental>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
  68. <UseDebugLibraries>false</UseDebugLibraries>
  69. <WholeProgramOptimization>true</WholeProgramOptimization>
  70. <LinkIncremental>false</LinkIncremental>
  71. </PropertyGroup>
  72. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  73. <ImportGroup Label="ExtensionSettings">
  74. </ImportGroup>
  75. <ImportGroup Label="Shared">
  76. </ImportGroup>
  77. <ImportGroup Label="PropertySheets">
  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">
  81. <Import Project="PropertySheet.props" />
  82. </ImportGroup>
  83. <PropertyGroup Label="UserMacros" />
  84. <PropertyGroup />
  85. <ItemDefinitionGroup>
  86. <ClCompile>
  87. <PrecompiledHeader>Use</PrecompiledHeader>
  88. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  89. <PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
  90. <WarningLevel>Level4</WarningLevel>
  91. <AdditionalOptions>%(AdditionalOptions) /bigobj</AdditionalOptions>
  92. <!--Temporarily disable cppwinrt heap enforcement to work around xaml compiler generated std::shared_ptr use -->
  93. <AdditionalOptions Condition="'$(CppWinRTHeapEnforcement)'==''">/DWINRT_NO_MAKE_DETECTION %(AdditionalOptions)</AdditionalOptions>
  94. <DisableSpecificWarnings>
  95. </DisableSpecificWarnings>
  96. <PreprocessorDefinitions>_WINRT_DLL;WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  97. <AdditionalUsingDirectories>$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
  98. </ClCompile>
  99. <Link>
  100. <SubSystem>Console</SubSystem>
  101. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  102. <ModuleDefinitionFile>WebViewBridgeComponent.def</ModuleDefinitionFile>
  103. </Link>
  104. </ItemDefinitionGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
  106. <ClCompile>
  107. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  108. </ClCompile>
  109. </ItemDefinitionGroup>
  110. <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
  111. <ClCompile>
  112. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  113. </ClCompile>
  114. <Link>
  115. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  116. <OptimizeReferences>true</OptimizeReferences>
  117. </Link>
  118. </ItemDefinitionGroup>
  119. <ItemGroup>
  120. <ClInclude Include="pch.h" />
  121. <ClInclude Include="WebBridge.h">
  122. <DependentUpon>WebBridge.idl</DependentUpon>
  123. </ClInclude>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <ClCompile Include="pch.cpp">
  127. <PrecompiledHeader>Create</PrecompiledHeader>
  128. </ClCompile>
  129. <ClCompile Include="WebBridge.cpp">
  130. <DependentUpon>WebBridge.idl</DependentUpon>
  131. </ClCompile>
  132. <ClCompile Include="$(GeneratedFilesDir)module.g.cpp" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Midl Include="WebBridge.idl" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="packages.config" />
  139. <None Include="WebViewBridgeComponent.def" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <None Include="PropertySheet.props" />
  143. <Text Include="readme.txt">
  144. <DeploymentContent>false</DeploymentContent>
  145. </Text>
  146. </ItemGroup>
  147. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  148. <ImportGroup Label="ExtensionTargets">
  149. <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" />
  150. </ImportGroup>
  151. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  152. <PropertyGroup>
  153. <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>
  154. </PropertyGroup>
  155. <Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props'))" />
  156. <Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets'))" />
  157. </Target>
  158. </Project>