|
26 | 26 | <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
27 | 27 | <ErrorReport>prompt</ErrorReport> |
28 | 28 | <WarningLevel>4</WarningLevel> |
| 29 | + <DocumentationFile>bin\Debug\NAudio.Universal.XML</DocumentationFile> |
29 | 30 | </PropertyGroup> |
30 | 31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
31 | 32 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
35 | 36 | <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants> |
36 | 37 | <ErrorReport>prompt</ErrorReport> |
37 | 38 | <WarningLevel>4</WarningLevel> |
| 39 | + <DocumentationFile>bin\Release\NAudio.Universal.XML</DocumentationFile> |
38 | 40 | </PropertyGroup> |
39 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'"> |
40 | 42 | <PlatformTarget>ARM</PlatformTarget> |
|
114 | 116 | <None Include="project.json" /> |
115 | 117 | </ItemGroup> |
116 | 118 | <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> |
126 | 119 | <Compile Include="..\NAudio\Codecs\ALawDecoder.cs"> |
127 | 120 | <Link>Codecs\ALawDecoder.cs</Link> |
128 | 121 | </Compile> |
|
828 | 821 | <Compile Include="CoreAudioApi\PropVariantNative.cs" /> |
829 | 822 | <Compile Include="Properties\AssemblyInfo.cs" /> |
830 | 823 | <Compile Include="Utils\MarshalHelpers.cs" /> |
| 824 | + <Compile Include="Wave\WaveInputs\WasapiCaptureRT.cs" /> |
831 | 825 | <Compile Include="Wave\WaveOutputs\IWavePlayer.cs" /> |
| 826 | + <Compile Include="Wave\WaveOutputs\WasapiOutRT.cs" /> |
| 827 | + <Compile Include="Wave\WaveOutputs\WaveFileWriterRT.cs" /> |
832 | 828 | </ItemGroup> |
833 | 829 | <ItemGroup /> |
834 | 830 | <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' "> |
|
0 commit comments