aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2019-07-31 19:46:51 +0200
committerPaul Rouget <me@paulrouget.com>2019-07-31 19:46:51 +0200
commit224fc8bea534b18562d0c5c957fedb3d0284958f (patch)
tree143c0f7aa970b12ba303d37cd2415570fd7ebebe
parent174bcc443435100da31b20db5ab684f4f3c8255b (diff)
downloadservo-224fc8bea534b18562d0c5c957fedb3d0284958f.tar.gz
servo-224fc8bea534b18562d0c5c957fedb3d0284958f.zip
Missing libraries for HoloLens x64
-rw-r--r--support/hololens/ServoApp/ServoApp.vcxproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/support/hololens/ServoApp/ServoApp.vcxproj b/support/hololens/ServoApp/ServoApp.vcxproj
index 9635d612a8d..096a0a2510e 100644
--- a/support/hololens/ServoApp/ServoApp.vcxproj
+++ b/support/hololens/ServoApp/ServoApp.vcxproj
@@ -211,7 +211,9 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</ExcludedFromBuild>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</DeploymentContent>
</None>
- <None Include="..\..\..\target\debug\msvcp140.dll" />
+ <None Include="..\..\..\target\debug\msvcp140.dll">
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
+ </None>
<None Include="..\..\..\target\debug\simpleservo.dll">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</ExcludedFromBuild>
@@ -226,7 +228,9 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</ExcludedFromBuild>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</DeploymentContent>
</None>
- <None Include="..\..\..\target\debug\vcruntime140.dll" />
+ <None Include="..\..\..\target\debug\vcruntime140.dll">
+ <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
+ </None>
<None Include="..\..\..\target\release\api-ms-win-crt-runtime-l1-1-0.dll">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
</DeploymentContent>