Tero Paananen vor 4 Jahren
Ursprung
Commit
07888ae442
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 5
    5
      windows/WebViewBridgeComponent/WebViewBridgeComponent.vcxproj

+ 5
- 5
windows/WebViewBridgeComponent/WebViewBridgeComponent.vcxproj Datei anzeigen

1
 <?xml version="1.0" encoding="utf-8"?>
1
 <?xml version="1.0" encoding="utf-8"?>
2
 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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')" />
3
+  <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')" />
4
   <PropertyGroup Label="Globals">
4
   <PropertyGroup Label="Globals">
5
     <CppWinRTOptimized>true</CppWinRTOptimized>
5
     <CppWinRTOptimized>true</CppWinRTOptimized>
6
     <CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
6
     <CppWinRTRootNamespaceAutoMerge>true</CppWinRTRootNamespaceAutoMerge>
7
     <CppWinRTGenerateWindowsMetadata>true</CppWinRTGenerateWindowsMetadata>
7
     <CppWinRTGenerateWindowsMetadata>true</CppWinRTGenerateWindowsMetadata>
8
     <MinimalCoreWin>true</MinimalCoreWin>
8
     <MinimalCoreWin>true</MinimalCoreWin>
9
-    <ProjectGuid>{176323cd-97ce-4b0f-9d11-a2b77bda829b}</ProjectGuid>
9
+    <ProjectGuid>{fcb612ad-facc-410c-828c-24b5940b2762}</ProjectGuid>
10
     <ProjectName>WebViewBridgeComponent</ProjectName>
10
     <ProjectName>WebViewBridgeComponent</ProjectName>
11
     <RootNamespace>WebViewBridgeComponent</RootNamespace>
11
     <RootNamespace>WebViewBridgeComponent</RootNamespace>
12
     <DefaultLanguage>en-US</DefaultLanguage>
12
     <DefaultLanguage>en-US</DefaultLanguage>
146
   </ItemGroup>
146
   </ItemGroup>
147
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
147
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
148
   <ImportGroup Label="ExtensionTargets">
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')" />
149
+    <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')" />
150
   </ImportGroup>
150
   </ImportGroup>
151
   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
151
   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
152
     <PropertyGroup>
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>
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>
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'))" />
155
+    <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'))" />
156
+    <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'))" />
157
   </Target>
157
   </Target>
158
 </Project>
158
 </Project>