Skip to content

Commit f8fe61c

Browse files
committed
retiring Win 8 project
1 parent 6b6860b commit f8fe61c

36 files changed

+1619
-5122
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

NAudio.Universal/NAudio.Universal.csproj

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
29+
<DocumentationFile>bin\Debug\NAudio.Universal.XML</DocumentationFile>
2930
</PropertyGroup>
3031
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3132
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -35,6 +36,7 @@
3536
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
3637
<ErrorReport>prompt</ErrorReport>
3738
<WarningLevel>4</WarningLevel>
39+
<DocumentationFile>bin\Release\NAudio.Universal.XML</DocumentationFile>
3840
</PropertyGroup>
3941
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
4042
<PlatformTarget>ARM</PlatformTarget>
@@ -114,15 +116,6 @@
114116
<None Include="project.json" />
115117
</ItemGroup>
116118
<ItemGroup>
117-
<Compile Include="..\NAudio.Win8\Wave\WaveInputs\WasapiCaptureRT.cs">
118-
<Link>Wave\WaveInputs\WasapiCaptureRT.cs</Link>
119-
</Compile>
120-
<Compile Include="..\NAudio.Win8\Wave\WaveOutputs\WasapiOutRT.cs">
121-
<Link>Wave\WaveOutputs\WasapiOutRT.cs</Link>
122-
</Compile>
123-
<Compile Include="..\NAudio.Win8\Wave\WaveOutputs\WaveFileWriterRT.cs">
124-
<Link>Wave\WaveOutputs\WaveFileWriterRT.cs</Link>
125-
</Compile>
126119
<Compile Include="..\NAudio\Codecs\ALawDecoder.cs">
127120
<Link>Codecs\ALawDecoder.cs</Link>
128121
</Compile>
@@ -828,7 +821,10 @@
828821
<Compile Include="CoreAudioApi\PropVariantNative.cs" />
829822
<Compile Include="Properties\AssemblyInfo.cs" />
830823
<Compile Include="Utils\MarshalHelpers.cs" />
824+
<Compile Include="Wave\WaveInputs\WasapiCaptureRT.cs" />
831825
<Compile Include="Wave\WaveOutputs\IWavePlayer.cs" />
826+
<Compile Include="Wave\WaveOutputs\WasapiOutRT.cs" />
827+
<Compile Include="Wave\WaveOutputs\WaveFileWriterRT.cs" />
832828
</ItemGroup>
833829
<ItemGroup />
834830
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">

NAudio.Universal/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("NAudio.Universal")]
13-
[assembly: AssemblyCopyright("Copyright © Mark Heath 2015")]
13+
[assembly: AssemblyCopyright("Copyright © Mark Heath 2017")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

0 commit comments

Comments
 (0)