|
|
@ -11,8 +11,8 @@ |
|
|
|
<AssemblyName>NAudioUniversalDemo</AssemblyName> |
|
|
|
<DefaultLanguage>en-US</DefaultLanguage> |
|
|
|
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier> |
|
|
|
<TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion> |
|
|
|
<TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion> |
|
|
|
<TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion> |
|
|
|
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion> |
|
|
|
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion> |
|
|
|
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile> |
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
@ -20,6 +20,7 @@ |
|
|
|
<PackageCertificateKeyFile>NAudioUniversalDemo_TemporaryKey.pfx</PackageCertificateKeyFile> |
|
|
|
<NuGetPackageImportStamp> |
|
|
|
</NuGetPackageImportStamp> |
|
|
|
<RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'"> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
@ -108,7 +109,6 @@ |
|
|
|
<SubType>Designer</SubType> |
|
|
|
</AppxManifest> |
|
|
|
<None Include="NAudioUniversalDemo_TemporaryKey.pfx" /> |
|
|
|
<None Include="project.json" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Content Include="Properties\Default.rd.xml" /> |
|
|
@ -134,6 +134,11 @@ |
|
|
|
<Name>NAudio</Name> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform"> |
|
|
|
<Version>6.2.8</Version> |
|
|
|
</PackageReference> |
|
|
|
</ItemGroup> |
|
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' "> |
|
|
|
<VisualStudioVersion>14.0</VisualStudioVersion> |
|
|
|
</PropertyGroup> |
|
|
|