diff options
-rw-r--r-- | support/hololens/ServoApp/ServoApp.vcxproj | 8 | ||||
-rw-r--r-- | support/hololens/ServoApp/ServoApp.vcxproj.filters | 6 |
2 files changed, 13 insertions, 1 deletions
diff --git a/support/hololens/ServoApp/ServoApp.vcxproj b/support/hololens/ServoApp/ServoApp.vcxproj index 4e983900576..94c956d6c2d 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj +++ b/support/hololens/ServoApp/ServoApp.vcxproj @@ -82,7 +82,7 @@ <GenerateAppInstallerFile>False</GenerateAppInstallerFile> <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> <AppxBundle>Always</AppxBundle> - <AppxBundlePlatforms>x64</AppxBundlePlatforms> + <AppxBundlePlatforms>arm64</AppxBundlePlatforms> <AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency> <AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency> </PropertyGroup> @@ -284,6 +284,9 @@ <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstrtsp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> + <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstsdp-1.0-0.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> + </None> <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gsttag-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> @@ -455,6 +458,9 @@ <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstrtsp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> + <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstsdp-1.0-0.dll"> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> + </None> <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gsttag-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> diff --git a/support/hololens/ServoApp/ServoApp.vcxproj.filters b/support/hololens/ServoApp/ServoApp.vcxproj.filters index d097f65444e..fcefc8c06db 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj.filters +++ b/support/hololens/ServoApp/ServoApp.vcxproj.filters @@ -774,6 +774,12 @@ <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\z-1.dll"> <Filter>ReleaseARM64ServoDLLs</Filter> </None> + <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstsdp-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> + </None> + <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstsdp-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> + </None> </ItemGroup> <ItemGroup> <Filter Include="Assets"> |