1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '15.0'" >
4
+ <VisualStudioVersion >15.0</VisualStudioVersion >
5
+ </PropertyGroup >
6
+ <ItemGroup Label =" ProjectConfigurations" >
7
+ <ProjectConfiguration Include =" Debug|x86" >
8
+ <Configuration >Debug</Configuration >
9
+ <Platform >x86</Platform >
10
+ </ProjectConfiguration >
11
+ <ProjectConfiguration Include =" Release|x86" >
12
+ <Configuration >Release</Configuration >
13
+ <Platform >x86</Platform >
14
+ </ProjectConfiguration >
15
+ <ProjectConfiguration Include =" Debug|x64" >
16
+ <Configuration >Debug</Configuration >
17
+ <Platform >x64</Platform >
18
+ </ProjectConfiguration >
19
+ <ProjectConfiguration Include =" Release|x64" >
20
+ <Configuration >Release</Configuration >
21
+ <Platform >x64</Platform >
22
+ </ProjectConfiguration >
23
+ <ProjectConfiguration Include =" Debug|ARM" >
24
+ <Configuration >Debug</Configuration >
25
+ <Platform >ARM</Platform >
26
+ </ProjectConfiguration >
27
+ <ProjectConfiguration Include =" Release|ARM" >
28
+ <Configuration >Release</Configuration >
29
+ <Platform >ARM</Platform >
30
+ </ProjectConfiguration >
31
+ <ProjectConfiguration Include =" Debug|ARM64" >
32
+ <Configuration >Debug</Configuration >
33
+ <Platform >ARM64</Platform >
34
+ </ProjectConfiguration >
35
+ <ProjectConfiguration Include =" Release|ARM64" >
36
+ <Configuration >Release</Configuration >
37
+ <Platform >ARM64</Platform >
38
+ </ProjectConfiguration >
39
+ <ProjectConfiguration Include =" Debug|AnyCPU" >
40
+ <Configuration >Debug</Configuration >
41
+ <Platform >AnyCPU</Platform >
42
+ </ProjectConfiguration >
43
+ <ProjectConfiguration Include =" Release|AnyCPU" >
44
+ <Configuration >Release</Configuration >
45
+ <Platform >AnyCPU</Platform >
46
+ </ProjectConfiguration >
47
+ </ItemGroup >
48
+ <PropertyGroup >
49
+ <WapProjPath Condition =" '$(WapProjPath)'==''" >$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath >
50
+ </PropertyGroup >
51
+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.props" />
52
+ <PropertyGroup >
53
+ <ProjectGuid >80b1e1ca-dda0-4dd3-9901-a86de68e81b6</ProjectGuid >
54
+ <TargetPlatformVersion >10.0.19041.0</TargetPlatformVersion >
55
+ <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
56
+ <DefaultLanguage >en-US</DefaultLanguage >
57
+ <AppxPackageSigningEnabled >false</AppxPackageSigningEnabled >
58
+ <NoWarn >$(NoWarn);NU1702</NoWarn >
59
+ <EntryPointProjectUniqueName >..\lib\ShortDev.DirectShow.VirtualDevices\ShortDev.DirectShow.VirtualDevices.csproj</EntryPointProjectUniqueName >
60
+ </PropertyGroup >
61
+ <ItemGroup >
62
+ <AppxManifest Include =" Package.appxmanifest" >
63
+ <SubType >Designer</SubType >
64
+ </AppxManifest >
65
+ </ItemGroup >
66
+ <ItemGroup >
67
+ <Content Include =" Images\SplashScreen.scale-200.png" />
68
+ <Content Include =" Images\LockScreenLogo.scale-200.png" />
69
+ <Content Include =" Images\Square150x150Logo.scale-200.png" />
70
+ <Content Include =" Images\Square44x44Logo.scale-200.png" />
71
+ <Content Include =" Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
72
+ <Content Include =" Images\StoreLogo.png" />
73
+ <Content Include =" Images\Wide310x150Logo.scale-200.png" />
74
+ </ItemGroup >
75
+ <Import Project =" $(WapProjPath)\Microsoft.DesktopBridge.targets" />
76
+ <ItemGroup >
77
+ <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22621.755" PrivateAssets =" all" />
78
+ </ItemGroup >
79
+ <ItemGroup >
80
+ <ProjectReference Include =" ..\lib\ShortDev.DirectShow.VirtualDevices\ShortDev.DirectShow.VirtualDevices.csproj" />
81
+ </ItemGroup >
82
+ </Project >
0 commit comments