78 lines
3.6 KiB
XML
78 lines
3.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '15.0'">
|
|
<VisualStudioVersion>15.0</VisualStudioVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
|
|
<PropertyGroup>
|
|
<ProjectGuid>81daee3a-76ff-4494-9384-d28a651d70bb</ProjectGuid>
|
|
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
|
|
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
|
|
<EntryPointProjectUniqueName>..\mpv.net.csproj</EntryPointProjectUniqueName>
|
|
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
|
|
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
|
|
<GenerateTestArtifacts>True</GenerateTestArtifacts>
|
|
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
|
|
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
|
|
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
<SubType>Designer</SubType>
|
|
</AppxManifest>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="..\bin\MediaInfo.dll">
|
|
<Link>mpv.net\MediaInfo.dll</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="..\bin\Microsoft.Management.Infrastructure.dll">
|
|
<Link>mpv.net\Microsoft.Management.Infrastructure.dll</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="..\bin\libmpv-2.dll">
|
|
<Link>mpv.net\libmpv-2.dll</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="..\bin\mpvnet.com">
|
|
<Link>mpv.net\mpvnet.com</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Images\SplashScreen.scale-200.png" />
|
|
<Content Include="Images\LockScreenLogo.scale-200.png" />
|
|
<Content Include="Images\Square150x150Logo.scale-200.png" />
|
|
<Content Include="Images\Square44x44Logo.scale-200.png" />
|
|
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
|
|
<Content Include="Images\StoreLogo.png" />
|
|
<Content Include="Images\Wide310x150Logo.scale-200.png" />
|
|
<None Include="Package.StoreAssociation.xml" />
|
|
</ItemGroup>
|
|
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.19041.8" PrivateAssets="all" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\mpv.net.csproj" />
|
|
</ItemGroup>
|
|
</Project> |