diff options
-rw-r--r-- | support/hololens/ServoApp/ServoApp.vcxproj | 8 |
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> |