Skip to content

Commit

Permalink
retiring Win 8 project
Browse files Browse the repository at this point in the history
  • Loading branch information
markheath committed Dec 6, 2017
1 parent 6b6860b commit f8fe61c
Show file tree
Hide file tree
Showing 36 changed files with 1,619 additions and 5,122 deletions.
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

14 changes: 5 additions & 9 deletions NAudio.Universal/NAudio.Universal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\NAudio.Universal.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -35,6 +36,7 @@
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\NAudio.Universal.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<PlatformTarget>ARM</PlatformTarget>
Expand Down Expand Up @@ -114,15 +116,6 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\NAudio.Win8\Wave\WaveInputs\WasapiCaptureRT.cs">
<Link>Wave\WaveInputs\WasapiCaptureRT.cs</Link>
</Compile>
<Compile Include="..\NAudio.Win8\Wave\WaveOutputs\WasapiOutRT.cs">
<Link>Wave\WaveOutputs\WasapiOutRT.cs</Link>
</Compile>
<Compile Include="..\NAudio.Win8\Wave\WaveOutputs\WaveFileWriterRT.cs">
<Link>Wave\WaveOutputs\WaveFileWriterRT.cs</Link>
</Compile>
<Compile Include="..\NAudio\Codecs\ALawDecoder.cs">
<Link>Codecs\ALawDecoder.cs</Link>
</Compile>
Expand Down Expand Up @@ -828,7 +821,10 @@
<Compile Include="CoreAudioApi\PropVariantNative.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Utils\MarshalHelpers.cs" />
<Compile Include="Wave\WaveInputs\WasapiCaptureRT.cs" />
<Compile Include="Wave\WaveOutputs\IWavePlayer.cs" />
<Compile Include="Wave\WaveOutputs\WasapiOutRT.cs" />
<Compile Include="Wave\WaveOutputs\WaveFileWriterRT.cs" />
</ItemGroup>
<ItemGroup />
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
Expand Down
2 changes: 1 addition & 1 deletion NAudio.Universal/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NAudio.Universal")]
[assembly: AssemblyCopyright("Copyright © Mark Heath 2015")]
[assembly: AssemblyCopyright("Copyright © Mark Heath 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
Loading

0 comments on commit f8fe61c

Please sign in to comment.