diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-09-11 16:12:33 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-10-12 10:19:26 -0400 |
commit | 5367da98f86fa0fd033791bc8f48b640e31bba91 (patch) | |
tree | 59484cb450732fbca0d06217ac01acf13fe68423 | |
parent | 723df4abcf90d626cb7232e40c9bcef449ebd334 (diff) | |
download | servo-5367da98f86fa0fd033791bc8f48b640e31bba91.tar.gz servo-5367da98f86fa0fd033791bc8f48b640e31bba91.zip |
Support building UWP with native UWP rustc target.
-rw-r--r-- | .cargo/config | 6 | ||||
-rw-r--r-- | Cargo.lock | 43 | ||||
-rw-r--r-- | Cargo.toml | 1 | ||||
-rw-r--r-- | Xargo.toml | 7 | ||||
-rw-r--r-- | etc/taskcluster/decision_task.py | 14 | ||||
-rw-r--r-- | python/servo/build_commands.py | 21 | ||||
-rw-r--r-- | python/servo/command_base.py | 11 | ||||
-rw-r--r-- | python/servo/packages.py | 1 | ||||
-rw-r--r-- | support/hololens/ServoApp/Package.appxmanifest | 2 | ||||
-rw-r--r-- | support/hololens/ServoApp/ServoApp.vcxproj | 512 | ||||
-rw-r--r-- | support/hololens/ServoApp/ServoApp.vcxproj.filters | 934 |
11 files changed, 791 insertions, 761 deletions
diff --git a/.cargo/config b/.cargo/config index 4498011d9e3..9df45ac6ba9 100644 --- a/.cargo/config +++ b/.cargo/config @@ -25,8 +25,14 @@ ar = "aarch64-linux-gnu-ar" [target.x86_64-pc-windows-msvc] linker = "lld-link.exe" +[target.x86_64-uwp-windows-msvc] +linker = "lld-link.exe" + [target.i686-pc-windows-msvc] linker = "lld-link.exe" [target.aarch64-pc-windows-msvc] linker = "lld-link.exe" + +[target.aarch64-uwp-windows-msvc] +linker = "lld-link.exe"
\ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 03c85bbb277..9bb81555068 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,9 +185,9 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.35" +version = "0.3.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1371048253fa3bac6704bfd6bbfc922ee9bdcee8881330d40f308b81cc5adc55" +checksum = "690a62be8920ccf773ee00ef0968649b0e724cda8bd5b12286302b4ae955fdf5" dependencies = [ "backtrace-sys", "cfg-if", @@ -502,11 +502,12 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.35" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83" +checksum = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be" dependencies = [ - "rayon", + "jobserver", + "num_cpus", ] [[package]] @@ -1468,6 +1469,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05" [[package]] +name = "getrandom" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" +dependencies = [ + "cfg-if", + "libc", + "wasi", +] + +[[package]] name = "gfx" version = "0.0.1" dependencies = [ @@ -2359,6 +2371,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] +name = "jobserver" +version = "0.1.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2b1d42ef453b30b7387e113da1c83ab1605d90c5b4e0eb8e96d016ed3b8c160" +dependencies = [ + "getrandom", + "libc", + "log", +] + +[[package]] name = "jpeg-decoder" version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3075,7 +3098,7 @@ dependencies = [ [[package]] name = "mozjs" version = "0.12.1" -source = "git+https://github.com/servo/rust-mozjs#bc44e221420a42ccb77b54911f60ca102cba143b" +source = "git+https://github.com/servo/rust-mozjs#0832eb778689143cd9f2f3967fac912f7096a466" dependencies = [ "cc", "lazy_static", @@ -3088,7 +3111,7 @@ dependencies = [ [[package]] name = "mozjs_sys" version = "0.67.1" -source = "git+https://github.com/servo/mozjs?rev=dd175ee73a179ce218286c4be4ab80e1a75348be#dd175ee73a179ce218286c4be4ab80e1a75348be" +source = "git+https://github.com/servo/mozjs?rev=59065889ec7726b767d70b8702b43b4e4776cbfe#59065889ec7726b767d70b8702b43b4e4776cbfe" dependencies = [ "bindgen", "cc", @@ -5711,6 +5734,12 @@ dependencies = [ ] [[package]] +name = "wasi" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" + +[[package]] name = "wayland-client" version = "0.21.13" source = "registry+https://github.com/rust-lang/crates.io-index" diff --git a/Cargo.toml b/Cargo.toml index 4d8b77c98ba..fd99b5fc2fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,3 @@ opt-level = 3 mio = { git = "https://github.com/servo/mio.git", branch = "servo" } rand_os = { git = "https://github.com/servo/rand", branch = "servo-rand_os-0.1.3-uwp" } rand_core = { git = "https://github.com/servo/rand", branch = "servo-rand_os-0.1.3-uwp" } - diff --git a/Xargo.toml b/Xargo.toml new file mode 100644 index 00000000000..147805d63d4 --- /dev/null +++ b/Xargo.toml @@ -0,0 +1,7 @@ +[target.x86_64-uwp-windows-msvc.dependencies] +std = { features = ["panic-unwind"] } + +# https://github.com/rust-lang/rust/issues/65313 +[target.aarch64-uwp-windows-msvc.dependencies] +std = {} + diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 55c4002bd7c..a42cd2fac69 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -390,8 +390,8 @@ def windows_arm64(): windows_build_task("UWP dev build", arch="arm64", package=False) .with_treeherder("Windows arm64") .with_script( - "python mach build --dev --uwp --win-arm64", - "python mach package --dev --target aarch64-pc-windows-msvc --uwp=arm64", + "python mach build --dev --target=aarch64-uwp-windows-msvc", + "python mach package --dev --target aarch64-uwp-windows-msvc --uwp=arm64", ) .with_artifacts(appx_artifact(debug=True)) .find_or_create("build.windows_uwp_arm64_dev." + CONFIG.task_id()) @@ -403,8 +403,8 @@ def windows_uwp_x64(): windows_build_task("UWP dev build", package=False) .with_treeherder("Windows x64") .with_script( - "mach build --dev --uwp", - "mach package --dev --uwp=x64", + "python mach build --dev --target=x86_64-uwp-windows-msvc", + "python mach package --dev --target=x86_64-uwp-windows-msvc --uwp=x64", ) .with_artifacts(appx_artifact(debug=True)) .find_or_create("build.windows_uwp_x64_dev." + CONFIG.task_id()) @@ -418,9 +418,9 @@ def uwp_nightly(): .with_features("taskclusterProxy") .with_scopes("secrets:get:project/servo/s3-upload-credentials") .with_script( - "mach build --release --uwp", - "python mach build --release --uwp --win-arm64", - "mach package --release --uwp=x64 --uwp=arm64", + "python mach build --release --target=x86_64-uwp-windows-msvc", + "python mach build --release --target=aarch64-uwp-windows-msvc", + "mach package --release --target=x86_64-uwp-windows-msvc --uwp=x64 --uwp=arm64", "mach upload-nightly uwp --secret-from-taskcluster", ) .with_artifacts(appx_artifact(debug=False)) diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index b4343392479..73698c3f3b5 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -164,17 +164,18 @@ class MachCommands(CommandBase): @CommandArgument('--very-verbose', '-vv', action='store_true', help='Print very verbose output') - @CommandArgument('--win-arm64', action='store_true', help="Use arm64 Windows target") @CommandArgument('params', nargs='...', help="Command-line arguments to be passed through to Cargo") @CommandBase.build_like_command_arguments def build(self, release=False, dev=False, jobs=None, params=None, no_package=False, verbose=False, very_verbose=False, - target=None, android=False, magicleap=False, libsimpleservo=False, uwp=False, - features=None, win_arm64=False, **kwargs): + target=None, android=False, magicleap=False, libsimpleservo=False, + features=None, **kwargs): opts = params or [] features = features or [] + target, android = self.pick_target_triple(target, android, magicleap) + uwp = target and 'uwp' in target target_path = base_path = self.get_target_dir() if android: @@ -220,14 +221,8 @@ class MachCommands(CommandBase): if very_verbose: opts += ["-vv"] - if win_arm64: - if target: - print("Can't specify explicit --target value with --win-arm64.") - sys.exit(1) - target = "aarch64-pc-windows-msvc" - if target: - if self.config["tools"]["use-rustup"]: + if self.config["tools"]["use-rustup"] and not uwp: # 'rustup target add' fails if the toolchain is not installed at all. self.call_rustup_run(["rustc", "--version"]) @@ -265,6 +260,10 @@ class MachCommands(CommandBase): env['PKG_CONFIG_ALLOW_CROSS'] = "1" if uwp: + # Ensure libstd is ready for the new UWP target. + check_call(["rustup", "component", "add", "rust-src"]) + env['RUST_SYSROOT'] = path.expanduser('~\\.xargo') + # Don't try and build a desktop port. libsimpleservo = True @@ -943,7 +942,7 @@ def package_msvc_dlls(servo_exe_dir, target, vcinstalldir, vs_version): "msvcp140.dll", "vcruntime140.dll", ] - if target_arch != "aarch64" and vs_version in ("14.0", "15.0", "16.0"): + if target_arch != "aarch64" and "uwp" not in target and vs_version in ("14.0", "15.0", "16.0"): msvc_deps += ["api-ms-win-crt-runtime-l1-1-0.dll"] # Check if it's Visual C++ Build Tools or Visual Studio 2015 diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 90623613489..7f4e941a4c7 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -634,6 +634,7 @@ install them, let us know by filing a bug!") extra_path += [path.join(self.msvc_package_dir("llvm"), "bin")] extra_path += [path.join(self.msvc_package_dir("ninja"), "bin")] extra_path += [self.msvc_package_dir("nuget")] + extra_path += [path.join(self.msvc_package_dir("xargo"))] arch = (target or host_triple()).split('-')[0] vcpkg_arch = { @@ -821,11 +822,6 @@ install them, let us know by filing a bug!") action='store_true', help='Build with frame pointer enabled, used by the background hang monitor.', ), - CommandArgument( - '--uwp', - default=None, - action='store_true', - help='Build for HoloLens (x64)'), CommandArgument('--with-raqote', default=None, action='store_true'), CommandArgument('--with-layout-2020', default=None, action='store_true'), CommandArgument('--without-wgl', default=None, action='store_true'), @@ -912,7 +908,10 @@ install them, let us know by filing a bug!") assert "--features" not in cargo_args args += ["--features", " ".join(features)] - return self.call_rustup_run(["cargo", command] + args + cargo_args, env=env, verbose=verbose) + if target and 'uwp' in target: + return call(["xargo", command] + args + cargo_args, env=env, verbose=verbose) + else: + return self.call_rustup_run(["cargo", command] + args + cargo_args, env=env, verbose=verbose) def android_support_dir(self): return path.join(self.context.topdir, "support", "android") diff --git a/python/servo/packages.py b/python/servo/packages.py index 0af54b4aad5..bd36d2137f5 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -11,4 +11,5 @@ WINDOWS_MSVC = { "openssl": "111.3.0+1.1.1c-vs2017-2019-09-18", "gstreamer-uwp": "1.16.0.5", "openxr-loader-uwp": "1.0", + "xargo": "v0.3.16", } diff --git a/support/hololens/ServoApp/Package.appxmanifest b/support/hololens/ServoApp/Package.appxmanifest index 5c706ebafaa..af3a17005e6 100644 --- a/support/hololens/ServoApp/Package.appxmanifest +++ b/support/hololens/ServoApp/Package.appxmanifest @@ -40,4 +40,4 @@ <Capability Name="codeGeneration" /> <Capability Name="privateNetworkClientServer" /> </Capabilities> -</Package>
\ No newline at end of file +</Package> diff --git a/support/hololens/ServoApp/ServoApp.vcxproj b/support/hololens/ServoApp/ServoApp.vcxproj index ad16700df6b..791409c44eb 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj +++ b/support/hololens/ServoApp/ServoApp.vcxproj @@ -87,33 +87,37 @@ <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> <ClCompile> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories);$(ProjectDir)\..\..\..\target\aarch64-pc-windows-msvc\debug\</AdditionalIncludeDirectories> - <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories);$(ProjectDir)\..\..\..\target\debug\</AdditionalIncludeDirectories> + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories);$(ProjectDir)\..\..\..\target\aarch64-uwp-windows-msvc\debug\</AdditionalIncludeDirectories> + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories);$(ProjectDir)\..\..\..\target\x86_64-uwp-windows-msvc\debug\</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">WindowsApp.lib;%(AdditionalDependencies);simpleservo.dll.lib</AdditionalDependencies> - <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(ProjectDir)\..\..\..\target\aarch64-pc-windows-msvc\debug\</AdditionalLibraryDirectories> + <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(ProjectDir)\..\..\..\target\aarch64-uwp-windows-msvc\debug\</AdditionalLibraryDirectories> + <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(ProjectDir)\..\..\..\target\aarch64-uwp-windows-msvc\debug\deps</AdditionalLibraryDirectories> </Link> <Link /> <Link> <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WindowsApp.lib;%(AdditionalDependencies);simpleservo.dll.lib</AdditionalDependencies> - <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\..\..\..\target\debug\</AdditionalLibraryDirectories> + <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\..\..\..\target\x86_64-uwp-windows-msvc\debug\</AdditionalLibraryDirectories> + <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\..\..\..\target\x86_64-uwp-windows-msvc\debug\deps</AdditionalLibraryDirectories> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> <ClCompile> <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories);$(ProjectDir)\..\..\..\target\aarch64-pc-windows-msvc\release</AdditionalIncludeDirectories> - <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories);$(ProjectDir)\..\..\..\target\release</AdditionalIncludeDirectories> + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories);$(ProjectDir)\..\..\..\target\aarch64-uwp-windows-msvc\release</AdditionalIncludeDirectories> + <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories);$(ProjectDir)\..\..\..\target\x86_64-uwp-windows-msvc\release</AdditionalIncludeDirectories> </ClCompile> <Link> <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">WindowsApp.lib;%(AdditionalDependencies);simpleservo.dll.lib</AdditionalDependencies> - <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(ProjectDir)\..\..\..\target\aarch64-pc-windows-msvc\release\</AdditionalLibraryDirectories> + <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(ProjectDir)\..\..\..\target\aarch64-uwp-windows-msvc\release\</AdditionalLibraryDirectories> + <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(ProjectDir)\..\..\..\target\aarch64-uwp-windows-msvc\release\deps</AdditionalLibraryDirectories> </Link> <Link /> <Link> <AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WindowsApp.lib;%(AdditionalDependencies);simpleservo.dll.lib</AdditionalDependencies> - <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\..\..\..\target\release\</AdditionalLibraryDirectories> + <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\..\..\..\target\x86_64-uwp-windows-msvc\release\</AdditionalLibraryDirectories> + <AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\..\..\..\target\x86_64-uwp-windows-msvc\release\deps</AdditionalLibraryDirectories> </Link> </ItemDefinitionGroup> <ItemGroup> @@ -145,731 +149,723 @@ <AppxManifest Include="Package.appxmanifest"> <SubType>Designer</SubType> </AppxManifest> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\avcodec-58.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\avcodec-58.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\avfilter-7.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\avfilter-7.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\avformat-58.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\avformat-58.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\avresample-4.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\avresample-4.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\avutil-56.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\avutil-56.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\bz2.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\bz2.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\ffi-7.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\ffi-7.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gio-2.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gio-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\glib-2.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\glib-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gmodule-2.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gmodule-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gobject-2.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gobject-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstapp-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstapp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstapp.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstapp.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstaudio-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstaudio-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstaudioconvert.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstaudioconvert.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstaudiofx.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstaudiofx.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstaudioparsers.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstaudioparsers.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstaudioresample.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstaudioresample.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstautodetect.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstautodetect.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstbase-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstbase-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstcodecparsers-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstcodecparsers-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstcontroller-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstcontroller-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstcoreelements.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstcoreelements.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstdeinterlace.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstdeinterlace.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstfft-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstfft-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstgl-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstgl-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstinterleave.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstinterleave.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstisomp4.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstisomp4.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstlibav.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstlibav.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstpbutils-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstpbutils-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstplayback.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstplayback.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstplayer-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstplayer-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstproxy.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstproxy.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstreamer-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstreamer-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstriff-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstriff-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstrtp-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstrtp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstrtsp-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-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"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstsdp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gsttag-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gsttag-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gsttypefindfunctions.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gsttypefindfunctions.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstvideo-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstvideo-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstvideoconvert.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstvideoconvert.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstvideofilter.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstvideofilter.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstvideoparsersbad.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstvideoparsersbad.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstvideoscale.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstvideoscale.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstvolume.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstvolume.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstwasapi.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstwasapi.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstwebrtc-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstwebrtc-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\intl-8.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\intl-8.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\libcrypto.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\libcrypto.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\libssl.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\libssl.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\msvcp140.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\msvcp140.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\orc-0.4-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\orc-0.4-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\postproc-55.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\postproc-55.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\simpleservo.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\simpleservo.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\swresample-3.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\swresample-3.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\swscale-5.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\swscale-5.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\vcruntime140.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\vcruntime140.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\x264-157.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\x264-157.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\z-1.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\z-1.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\avcodec-58.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\avcodec-58.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\avfilter-7.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\avfilter-7.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\avformat-58.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\avformat-58.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\avresample-4.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\avresample-4.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\avutil-56.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\avutil-56.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\bz2.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\bz2.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\ffi-7.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\ffi-7.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gio-2.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gio-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\glib-2.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\glib-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gmodule-2.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gmodule-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gobject-2.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gobject-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstapp-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstapp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstapp.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstapp.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstaudio-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstaudio-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstaudioconvert.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstaudioconvert.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstaudiofx.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstaudiofx.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstaudioparsers.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstaudioparsers.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstaudioresample.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstaudioresample.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstautodetect.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstautodetect.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstbase-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstbase-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstcodecparsers-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstcodecparsers-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstcontroller-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstcontroller-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstcoreelements.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstcoreelements.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstdeinterlace.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstdeinterlace.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstfft-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstfft-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstgl-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstgl-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstinterleave.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstinterleave.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstisomp4.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstisomp4.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstlibav.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstlibav.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstpbutils-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstpbutils-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstplayback.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstplayback.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstplayer-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstplayer-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstproxy.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstproxy.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstreamer-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstreamer-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstriff-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstriff-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstrtp-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstrtp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstrtsp-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-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"> + <None Include="..\..\..\target\aarch64-uwp-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"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gsttag-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gsttypefindfunctions.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gsttypefindfunctions.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstvideo-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstvideo-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstvideoconvert.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstvideoconvert.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstvideofilter.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstvideofilter.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstvideoparsersbad.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstvideoparsersbad.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstvideoscale.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstvideoscale.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstvolume.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstvolume.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstwasapi.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstwasapi.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstwebrtc-1.0-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstwebrtc-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\intl-8.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\intl-8.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\libcrypto.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\libcrypto.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\libssl.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\libssl.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\msvcp140.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\msvcp140.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\orc-0.4-0.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\orc-0.4-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\postproc-55.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\postproc-55.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\simpleservo.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\simpleservo.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\swresample-3.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\swresample-3.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\swscale-5.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\swscale-5.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\vcruntime140.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\vcruntime140.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\x264-157.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\x264-157.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\z-1.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\z-1.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\api-ms-win-crt-runtime-l1-1-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\avcodec-58.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\avcodec-58.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\avfilter-7.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\avfilter-7.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\avformat-58.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\avformat-58.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\avresample-4.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\avresample-4.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\avutil-56.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\avutil-56.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\bz2.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\bz2.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\ffi-7.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\ffi-7.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gio-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gio-2.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\glib-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\glib-2.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gmodule-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gmodule-2.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gobject-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gobject-2.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstapp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstapp-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstapp.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstapp.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstaudio-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstaudio-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstaudioconvert.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstaudioconvert.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstaudiofx.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstaudiofx.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstaudioparsers.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstaudioparsers.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstaudioresample.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstaudioresample.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstautodetect.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstautodetect.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstbase-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstbase-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstcodecparsers-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstcodecparsers-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstcontroller-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstcontroller-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstcoreelements.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstcoreelements.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstdeinterlace.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstdeinterlace.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstfft-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstfft-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstgl-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstgl-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstinterleave.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstinterleave.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstisomp4.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstisomp4.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstlibav.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstlibav.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstpbutils-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstpbutils-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstplayback.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstplayback.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstplayer-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstplayer-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstproxy.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstproxy.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstreamer-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstreamer-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstriff-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstriff-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstrtp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstrtp-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstrtsp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstrtsp-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstsdp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstsdp-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gsttag-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gsttag-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gsttypefindfunctions.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gsttypefindfunctions.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstvideo-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstvideo-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstvideoconvert.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstvideoconvert.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstvideofilter.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstvideofilter.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstvideoparsersbad.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstvideoparsersbad.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstvideoscale.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstvideoscale.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstvolume.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstvolume.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstwasapi.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstwasapi.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstwebrtc-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\gstwebrtc-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\intl-8.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\intl-8.dll"> - <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> - </None> - <None Include="..\..\..\target\debug\libssl.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\libssl.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</ExcludedFromBuild> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</DeploymentContent> <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\x86_64-uwp-windows-msvc\debug\msvcp140.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\orc-0.4-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\orc-0.4-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\postproc-55.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\postproc-55.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\simpleservo.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\simpleservo.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</ExcludedFromBuild> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</DeploymentContent> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</ExcludedFromBuild> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</DeploymentContent> </None> - <None Include="..\..\..\target\debug\libcrypto.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\libcrypto.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</ExcludedFromBuild> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</DeploymentContent> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</ExcludedFromBuild> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</DeploymentContent> </None> - <None Include="..\..\..\target\debug\swresample-3.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\swresample-3.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\swscale-5.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\swscale-5.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\vcruntime140.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\vcruntime140.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\x264-157.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\x264-157.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\debug\z-1.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\z-1.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> - <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> - </None> - <None Include="..\..\..\target\release\avcodec-58.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\avcodec-58.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\avfilter-7.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\avfilter-7.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\avformat-58.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\avformat-58.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\avresample-4.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\avresample-4.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\avutil-56.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\avutil-56.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\bz2.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\bz2.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\ffi-7.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\ffi-7.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gio-2.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gio-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\glib-2.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\glib-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gmodule-2.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gmodule-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gobject-2.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gobject-2.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstapp-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstapp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstapp.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstapp.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstaudio-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstaudio-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstaudioconvert.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstaudioconvert.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstaudiofx.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstaudiofx.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstaudioparsers.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstaudioparsers.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstaudioresample.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstaudioresample.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstautodetect.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstautodetect.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstbase-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstbase-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstcodecparsers-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstcodecparsers-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstcontroller-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstcontroller-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstcoreelements.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstcoreelements.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstdeinterlace.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstdeinterlace.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstfft-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstfft-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstgl-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstgl-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstinterleave.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstinterleave.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstisomp4.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstisomp4.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstlibav.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstlibav.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstpbutils-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstpbutils-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstplayback.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstplayback.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstplayer-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstplayer-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstproxy.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstproxy.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstreamer-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstreamer-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstriff-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstriff-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstrtp-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstrtp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstrtsp-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstrtsp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstsdp-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstsdp-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gsttag-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gsttag-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gsttypefindfunctions.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gsttypefindfunctions.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstvideo-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstvideo-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstvideoconvert.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstvideoconvert.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstvideofilter.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstvideofilter.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstvideoparsersbad.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstvideoparsersbad.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstvideoscale.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstvideoscale.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstvolume.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstvolume.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstwasapi.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstwasapi.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\gstwebrtc-1.0-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstwebrtc-1.0-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\intl-8.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\intl-8.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\libcrypto.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\libcrypto.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\libssl.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\libssl.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\msvcp140.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\msvcp140.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> </DeploymentContent> - <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DeploymentContent> </None> - <None Include="..\..\..\target\release\orc-0.4-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\orc-0.4-0.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\postproc-55.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\postproc-55.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\simpleservo.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\simpleservo.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</ExcludedFromBuild> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</DeploymentContent> @@ -877,21 +873,21 @@ </ExcludedFromBuild> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</DeploymentContent> </None> - <None Include="..\..\..\target\release\swresample-3.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\swresample-3.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\swscale-5.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\swscale-5.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\vcruntime140.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\vcruntime140.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> </DeploymentContent> - <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> + <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DeploymentContent> </None> - <None Include="..\..\..\target\release\x264-157.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\x264-157.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="..\..\..\target\release\z-1.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\z-1.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> <None Include="ServoApp_TemporaryKey.pfx" /> diff --git a/support/hololens/ServoApp/ServoApp.vcxproj.filters b/support/hololens/ServoApp/ServoApp.vcxproj.filters index 73859388feb..1254ed98b3c 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj.filters +++ b/support/hololens/ServoApp/ServoApp.vcxproj.filters @@ -158,731 +158,725 @@ <ItemGroup> <None Include="ServoApp_TemporaryKey.pfx" /> <None Include="packages.config" /> - <None Include="..\..\..\target\debug\libcrypto.dll"> - <Filter>DebugServoDLLs</Filter> - </None> - <None Include="..\..\..\target\debug\libssl.dll"> - <Filter>DebugServoDLLs</Filter> - </None> - <None Include="..\..\..\target\release\simpleservo.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\simpleservo.dll"> <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\simpleservo.dll"> - <Filter>DebugServoDLLs</Filter> - </None> - <None Include="..\..\..\target\release\libcrypto.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\libcrypto.dll"> <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\libssl.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\libssl.dll"> <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\libcrypto.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\libcrypto.dll"> <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\libssl.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\libssl.dll"> <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\simpleservo.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\simpleservo.dll"> <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\libcrypto.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\libcrypto.dll"> <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\libssl.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\libssl.dll"> <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\simpleservo.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\simpleservo.dll"> <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\api-ms-win-crt-runtime-l1-1-0.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\vcruntime140.dll"> <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\api-ms-win-crt-runtime-l1-1-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\msvcp140.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\msvcp140.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\msvcp140.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\vcruntime140.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\vcruntime140.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\vcruntime140.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\msvcp140.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\msvcp140.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\vcruntime140.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\msvcp140.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\avcodec-58.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\vcruntime140.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\avfilter-7.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\msvcp140.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\avformat-58.dll"> <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\vcruntime140.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\avresample-4.dll"> <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\avcodec-58.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\avutil-56.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\avfilter-7.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\bz2.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\avformat-58.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\ffi-7.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\avresample-4.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gio-2.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\avutil-56.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\glib-2.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\bz2.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gmodule-2.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\ffi-7.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gobject-2.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gio-2.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstapp.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\glib-2.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstapp-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gmodule-2.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstaudio-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gobject-2.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstaudioconvert.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstapp.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstaudiofx.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstapp-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstaudioparsers.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstaudio-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstaudioresample.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstaudioconvert.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstautodetect.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstaudiofx.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstbase-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstaudioparsers.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstcodecparsers-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstaudioresample.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstcontroller-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstautodetect.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstcoreelements.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstbase-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstdeinterlace.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstcodecparsers-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstfft-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstcontroller-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstgl-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstcoreelements.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstinterleave.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstdeinterlace.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstisomp4.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstfft-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstlibav.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstgl-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstpbutils-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstinterleave.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstplayback.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstisomp4.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstplayer-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstlibav.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstproxy.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstpbutils-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstreamer-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstplayback.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstriff-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstplayer-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstrtp-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstproxy.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstrtsp-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstreamer-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstsdp-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstriff-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gsttag-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstrtp-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gsttypefindfunctions.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstrtsp-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstvideo-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstsdp-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstvideoconvert.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gsttag-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstvideofilter.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gsttypefindfunctions.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstvideoparsersbad.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstvideo-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstvideoscale.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstvideoconvert.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstvolume.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstvideofilter.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstwasapi.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstvideoparsersbad.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\gstwebrtc-1.0-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstvideoscale.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\intl-8.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstvolume.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\orc-0.4-0.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstwasapi.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\postproc-55.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\gstwebrtc-1.0-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\swresample-3.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\intl-8.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\swscale-5.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\orc-0.4-0.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\x264-157.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\postproc-55.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\debug\z-1.dll"> + <Filter>DebugARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\swresample-3.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\avcodec-58.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\swscale-5.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\avfilter-7.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\x264-157.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\avformat-58.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\release\z-1.dll"> - <Filter>ReleaseServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\avresample-4.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\avcodec-58.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\avutil-56.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\avfilter-7.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\bz2.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\avformat-58.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\ffi-7.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\avresample-4.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gio-2.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\avutil-56.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\glib-2.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\bz2.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gmodule-2.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\ffi-7.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gobject-2.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gio-2.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstapp.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\glib-2.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstapp-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gmodule-2.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstaudio-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gobject-2.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstaudioconvert.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstapp.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstaudiofx.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstapp-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstaudioparsers.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstaudio-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstaudioresample.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstaudioconvert.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstautodetect.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstaudiofx.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstbase-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstaudioparsers.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstcodecparsers-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstaudioresample.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstcontroller-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstautodetect.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstcoreelements.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstbase-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstdeinterlace.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstcodecparsers-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstfft-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstcontroller-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstgl-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstcoreelements.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstinterleave.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstdeinterlace.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstisomp4.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstfft-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstlibav.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstgl-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstpbutils-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstinterleave.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstplayback.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstisomp4.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstplayer-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstlibav.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstproxy.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstpbutils-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstreamer-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstplayback.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstriff-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstplayer-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstrtp-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstproxy.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstrtsp-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstreamer-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstsdp-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstriff-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gsttag-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstrtp-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gsttypefindfunctions.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstrtsp-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstvideo-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstsdp-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstvideoconvert.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gsttag-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstvideofilter.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gsttypefindfunctions.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstvideoparsersbad.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstvideo-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstvideoscale.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstvideoconvert.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstvolume.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstvideofilter.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstwasapi.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstvideoparsersbad.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\gstwebrtc-1.0-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstvideoscale.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\intl-8.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstvolume.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\orc-0.4-0.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstwasapi.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\postproc-55.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\gstwebrtc-1.0-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\swresample-3.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\intl-8.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\swscale-5.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\orc-0.4-0.dll"> - <Filter>DebugServoDLLs</Filter> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\x264-157.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\postproc-55.dll"> + <None Include="..\..\..\target\aarch64-uwp-windows-msvc\release\z-1.dll"> + <Filter>ReleaseARM64ServoDLLs</Filter> + </None> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\avcodec-58.dll"> <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\swresample-3.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\avformat-58.dll"> <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\swscale-5.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\avutil-56.dll"> <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\x264-157.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\bz2.dll"> <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\debug\z-1.dll"> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\ffi-7.dll"> <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\avcodec-58.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gio-2.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\avfilter-7.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gmodule-2.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\avformat-58.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gobject-2.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\avresample-4.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstapp.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\avutil-56.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstaudioconvert.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\bz2.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstaudiofx.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\ffi-7.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstautodetect.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gio-2.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstcontroller-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\glib-2.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstfft-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gmodule-2.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstinterleave.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gobject-2.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstlibav.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstapp.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstpbutils-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstapp-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstproxy.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstaudio-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstreamer-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstaudioconvert.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstriff-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstaudiofx.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstrtsp-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstaudioparsers.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstsdp-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstaudioresample.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gsttag-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstautodetect.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstvideofilter.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstbase-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstvideoparsersbad.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstcodecparsers-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstvolume.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstcontroller-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\swresample-3.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstcoreelements.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\swscale-5.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstdeinterlace.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\x264-157.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstfft-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\libcrypto.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstgl-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\libssl.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstinterleave.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\vcruntime140.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstisomp4.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\msvcp140.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstlibav.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\bz2.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstpbutils-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\ffi-7.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstplayback.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gio-2.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstplayer-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gmodule-2.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstproxy.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gobject-2.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstreamer-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstapp.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstriff-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstaudioconvert.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstrtp-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstaudiofx.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstrtsp-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstautodetect.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstsdp-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstcontroller-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gsttag-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstfft-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gsttypefindfunctions.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstinterleave.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstvideo-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstlibav.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstvideoconvert.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstpbutils-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstvideofilter.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstproxy.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstvideoparsersbad.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstreamer-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstvideoscale.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstriff-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstvolume.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstrtsp-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstwasapi.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstsdp-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\gstwebrtc-1.0-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gsttag-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\intl-8.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstvideofilter.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\orc-0.4-0.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstvideoparsersbad.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\postproc-55.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstvolume.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\swresample-3.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\avutil-56.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\swscale-5.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\avformat-58.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\x264-157.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\avcodec-58.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\debug\z-1.dll"> - <Filter>DebugARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\swscale-5.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\avcodec-58.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\x264-157.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\avfilter-7.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\simpleservo.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\avformat-58.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\orc-0.4-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\avresample-4.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\z-1.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\avutil-56.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\orc-0.4-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\bz2.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\z-1.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\ffi-7.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\avfilter-7.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gio-2.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\avresample-4.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\glib-2.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\intl-8.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gmodule-2.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\intl-8.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gobject-2.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\avfilter-7.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstapp.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\avresample-4.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstapp-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\postproc-55.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstaudio-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstwasapi.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstaudioconvert.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstvideoscale.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstaudiofx.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstvideoconvert.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstaudioparsers.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstvideo-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstaudioresample.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gsttypefindfunctions.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstautodetect.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstrtp-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstbase-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstplayer-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstcodecparsers-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstplayback.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstcontroller-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstisomp4.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstcoreelements.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstgl-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstdeinterlace.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstdeinterlace.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstfft-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstcoreelements.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstgl-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstcodecparsers-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstinterleave.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstbase-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstisomp4.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstaudioresample.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstlibav.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstaudioparsers.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstpbutils-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstaudio-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstplayback.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstapp-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstplayer-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\glib-2.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstproxy.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\glib-2.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstreamer-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstapp-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstriff-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstaudio-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstrtp-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstaudioparsers.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstrtsp-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstaudioresample.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstsdp-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstbase-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gsttag-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstcodecparsers-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gsttypefindfunctions.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstcoreelements.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstvideo-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstdeinterlace.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstvideoconvert.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstgl-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstvideofilter.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstisomp4.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstvideoparsersbad.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstplayback.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstvideoscale.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstplayer-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstvolume.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstrtp-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstwasapi.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gsttypefindfunctions.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\gstwebrtc-1.0-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstvideo-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\intl-8.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstvideoconvert.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\orc-0.4-0.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstvideoscale.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\postproc-55.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstwasapi.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\swresample-3.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\postproc-55.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\swscale-5.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\debug\gstwebrtc-1.0-0.dll"> + <Filter>DebugServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\x264-157.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\gstwebrtc-1.0-0.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> - <None Include="..\..\..\target\aarch64-pc-windows-msvc\release\z-1.dll"> - <Filter>ReleaseARM64ServoDLLs</Filter> + <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\swresample-3.dll"> + <Filter>ReleaseServoDLLs</Filter> </None> </ItemGroup> <ItemGroup> |