Skip to content

Commit

Permalink
Missing libraries for HoloLens x64
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Jul 31, 2019
1 parent 174bcc4 commit 224fc8b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions support/hololens/ServoApp/ServoApp.vcxproj
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 224fc8b

Please sign in to comment.