|
30 | 30 | <DebugType>pdbonly</DebugType> |
31 | 31 | <Optimize>true</Optimize> |
32 | 32 | <OutputPath>bin\Release\</OutputPath> |
33 | | - <DefineConstants>TRACE</DefineConstants> |
| 33 | + <DefineConstants> |
| 34 | + </DefineConstants> |
34 | 35 | <ErrorReport>prompt</ErrorReport> |
35 | 36 | <WarningLevel>4</WarningLevel> |
36 | 37 | <Prefer32Bit>false</Prefer32Bit> |
37 | 38 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
38 | 39 | </PropertyGroup> |
| 40 | + <PropertyGroup> |
| 41 | + <ApplicationIcon>rec_but.ico</ApplicationIcon> |
| 42 | + </PropertyGroup> |
39 | 43 | <ItemGroup> |
40 | 44 | <Reference Include="System" /> |
41 | 45 | <Reference Include="Microsoft.CSharp" /> |
|
102 | 106 | <Compile Include="NAudio\CoreAudioApi\PropVariant.cs" /> |
103 | 107 | <Compile Include="NAudio\CoreAudioApi\Role.cs" /> |
104 | 108 | <Compile Include="NAudio\Dmo\AudioMediaSubtypes.cs" /> |
105 | | - <Compile Include="NAudio\Dmo\DmoDescriptor.cs" /> |
106 | | - <Compile Include="NAudio\Dmo\DmoEnumerator.cs" /> |
107 | 109 | <Compile Include="NAudio\Dmo\DmoEnumFlags.cs" /> |
108 | 110 | <Compile Include="NAudio\Dmo\DmoGuids.cs" /> |
109 | 111 | <Compile Include="NAudio\Dmo\DmoHResults.cs" /> |
|
119 | 121 | <Compile Include="NAudio\Dmo\IEnumDmo.cs" /> |
120 | 122 | <Compile Include="NAudio\Dmo\IMediaBuffer.cs" /> |
121 | 123 | <Compile Include="NAudio\Dmo\IMediaObject.cs" /> |
122 | | - <Compile Include="NAudio\Dmo\IMediaParamInfo.cs" /> |
123 | 124 | <Compile Include="NAudio\Dmo\InputStreamInfoFlags.cs" /> |
124 | 125 | <Compile Include="NAudio\Dmo\IWMResamplerProps.cs" /> |
125 | 126 | <Compile Include="NAudio\Dmo\MediaBuffer.cs" /> |
126 | 127 | <Compile Include="NAudio\Dmo\MediaObject.cs" /> |
127 | 128 | <Compile Include="NAudio\Dmo\MediaObjectSizeInfo.cs" /> |
128 | | - <Compile Include="NAudio\Dmo\MediaParamInfo.cs" /> |
129 | 129 | <Compile Include="NAudio\Dmo\MediaTypes.cs" /> |
130 | 130 | <Compile Include="NAudio\Dmo\OutputStreamInfoFlags.cs" /> |
131 | 131 | <Compile Include="NAudio\Dmo\ResamplerMediaObject.cs" /> |
132 | | - <Compile Include="NAudio\Dmo\WindowsMediaMp3Decoder.cs" /> |
133 | | - <Compile Include="NAudio\Dsp\EnvelopeDetector.cs" /> |
134 | | - <Compile Include="NAudio\Dsp\SimpleCompressor.cs" /> |
135 | | - <Compile Include="NAudio\FileFormats\Mp3\ChannelMode.cs" /> |
136 | | - <Compile Include="NAudio\FileFormats\Mp3\DmoMp3FrameDecompressor.cs" /> |
137 | | - <Compile Include="NAudio\FileFormats\Mp3\Id3v2Tag.cs" /> |
138 | | - <Compile Include="NAudio\FileFormats\Mp3\IMp3FrameDecompressor.cs" /> |
139 | | - <Compile Include="NAudio\FileFormats\Mp3\Mp3Frame.cs" /> |
140 | | - <Compile Include="NAudio\FileFormats\Mp3\Mp3FrameDecompressor.cs" /> |
141 | | - <Compile Include="NAudio\FileFormats\Mp3\MpegLayer.cs" /> |
142 | | - <Compile Include="NAudio\FileFormats\Mp3\MpegVersion.cs" /> |
143 | | - <Compile Include="NAudio\FileFormats\Mp3\XingHeader.cs" /> |
144 | | - <Compile Include="NAudio\FileFormats\Wav\WaveFileChunkReader.cs" /> |
145 | | - <Compile Include="NAudio\Mixer\BooleanMixerControl.cs" /> |
146 | | - <Compile Include="NAudio\Mixer\CustomMixerControl.cs" /> |
147 | | - <Compile Include="NAudio\Mixer\ListTextMixerControl.cs" /> |
148 | | - <Compile Include="NAudio\Mixer\Mixer.cs" /> |
149 | | - <Compile Include="NAudio\Mixer\MixerControl.cs" /> |
150 | | - <Compile Include="NAudio\Mixer\MixerControlType.cs" /> |
151 | | - <Compile Include="NAudio\Mixer\MixerFlags.cs" /> |
152 | | - <Compile Include="NAudio\Mixer\MixerInterop.cs" /> |
153 | | - <Compile Include="NAudio\Mixer\MixerLine.cs" /> |
154 | | - <Compile Include="NAudio\Mixer\MixerLineComponentType.cs" /> |
155 | | - <Compile Include="NAudio\Mixer\SignedMixerControl.cs" /> |
156 | | - <Compile Include="NAudio\Mixer\UnsignedMixerControl.cs" /> |
157 | 132 | <Compile Include="NAudio\Utils\BufferHelpers.cs" /> |
158 | | - <Compile Include="NAudio\Utils\ByteArrayExtensions.cs" /> |
159 | | - <Compile Include="NAudio\Utils\ByteEncoding.cs" /> |
160 | 133 | <Compile Include="NAudio\Utils\ChunkIdentifier.cs" /> |
161 | | - <Compile Include="NAudio\Utils\CircularBuffer.cs" /> |
162 | | - <Compile Include="NAudio\Utils\Decibels.cs" /> |
163 | | - <Compile Include="NAudio\Utils\FieldDescriptionAttribute.cs" /> |
164 | | - <Compile Include="NAudio\Utils\FieldDescriptionHelper.cs" /> |
165 | 134 | <Compile Include="NAudio\Utils\HResult.cs" /> |
166 | | - <Compile Include="NAudio\Utils\IEEE.cs" /> |
167 | | - <Compile Include="NAudio\Utils\IgnoreDisposeStream.cs" /> |
168 | | - <Compile Include="NAudio\Utils\MergeSort.cs" /> |
169 | | - <Compile Include="NAudio\Utils\NativeMethods.cs" /> |
170 | | - <Compile Include="NAudio\Utils\WavePositionExtensions.cs" /> |
171 | 135 | <Compile Include="NAudio\Wave\Compression\AcmDriverAddFlags.cs" /> |
172 | 136 | <Compile Include="NAudio\Wave\Compression\AcmDriverDetails.cs" /> |
173 | 137 | <Compile Include="NAudio\Wave\Compression\AcmDriverDetailsSupportFlags.cs" /> |
|
192 | 156 | <Compile Include="NAudio\Wave\MmeInterop\MmException.cs" /> |
193 | 157 | <Compile Include="NAudio\Wave\MmeInterop\MmResult.cs" /> |
194 | 158 | <Compile Include="NAudio\Wave\MmeInterop\MmTime.cs" /> |
195 | | - <Compile Include="NAudio\Wave\MmeInterop\WaveCallbackInfo.cs" /> |
196 | | - <Compile Include="NAudio\Wave\MmeInterop\WaveCallbackStrategy.cs" /> |
197 | 159 | <Compile Include="NAudio\Wave\MmeInterop\WaveHeader.cs" /> |
198 | 160 | <Compile Include="NAudio\Wave\MmeInterop\WaveHeaderFlags.cs" /> |
199 | 161 | <Compile Include="NAudio\Wave\MmeInterop\WaveInCapabilities.cs" /> |
200 | 162 | <Compile Include="NAudio\Wave\MmeInterop\WaveInEventArgs.cs" /> |
201 | 163 | <Compile Include="NAudio\Wave\MmeInterop\WaveInterop.cs" /> |
202 | 164 | <Compile Include="NAudio\Wave\MmeInterop\WaveOutCapabilities.cs" /> |
203 | 165 | <Compile Include="NAudio\Wave\MmeInterop\WaveOutSupport.cs" /> |
204 | | - <Compile Include="NAudio\Wave\MmeInterop\WaveWindow.cs" /> |
205 | | - <Compile Include="NAudio\Wave\SampleChunkConverters\ISampleChunkConverter.cs" /> |
206 | | - <Compile Include="NAudio\Wave\SampleChunkConverters\Mono16SampleChunkConverter.cs" /> |
207 | | - <Compile Include="NAudio\Wave\SampleChunkConverters\Mono24SampleChunkConverter.cs" /> |
208 | | - <Compile Include="NAudio\Wave\SampleChunkConverters\Mono8SampleChunkConverter.cs" /> |
209 | | - <Compile Include="NAudio\Wave\SampleChunkConverters\MonoFloatSampleChunkConverter.cs" /> |
210 | | - <Compile Include="NAudio\Wave\SampleChunkConverters\Stereo16SampleChunkConverter.cs" /> |
211 | | - <Compile Include="NAudio\Wave\SampleChunkConverters\Stereo24SampleChunkConverter.cs" /> |
212 | | - <Compile Include="NAudio\Wave\SampleChunkConverters\Stereo8SampleChunkConverter.cs" /> |
213 | | - <Compile Include="NAudio\Wave\SampleChunkConverters\StereoFloatSampleChunkConverter.cs" /> |
214 | | - <Compile Include="NAudio\Wave\SampleProviders\FadeInOutSampleProvider.cs" /> |
215 | | - <Compile Include="NAudio\Wave\SampleProviders\MeteringSampleProvider.cs" /> |
216 | | - <Compile Include="NAudio\Wave\SampleProviders\MixingSampleProvider.cs" /> |
217 | | - <Compile Include="NAudio\Wave\SampleProviders\MonoToStereoSampleProvider.cs" /> |
218 | | - <Compile Include="NAudio\Wave\SampleProviders\MultiplexingSampleProvider.cs" /> |
219 | | - <Compile Include="NAudio\Wave\SampleProviders\NotifyingSampleProvider.cs" /> |
220 | | - <Compile Include="NAudio\Wave\SampleProviders\OffsetSampleProvider.cs" /> |
221 | | - <Compile Include="NAudio\Wave\SampleProviders\PanningSampleProvider.cs" /> |
222 | 166 | <Compile Include="NAudio\Wave\SampleProviders\Pcm16BitToSampleProvider.cs" /> |
223 | 167 | <Compile Include="NAudio\Wave\SampleProviders\Pcm24BitToSampleProvider.cs" /> |
224 | 168 | <Compile Include="NAudio\Wave\SampleProviders\Pcm32BitToSampleProvider.cs" /> |
225 | 169 | <Compile Include="NAudio\Wave\SampleProviders\Pcm8BitToSampleProvider.cs" /> |
226 | | - <Compile Include="NAudio\Wave\SampleProviders\SampleChannel.cs" /> |
227 | 170 | <Compile Include="NAudio\Wave\SampleProviders\SampleProviderConverterBase.cs" /> |
228 | 171 | <Compile Include="NAudio\Wave\SampleProviders\SampleProviderConverters.cs" /> |
229 | | - <Compile Include="NAudio\Wave\SampleProviders\SampleToWaveProvider.cs" /> |
230 | | - <Compile Include="NAudio\Wave\SampleProviders\SampleToWaveProvider16.cs" /> |
231 | | - <Compile Include="NAudio\Wave\SampleProviders\SignalGenerator.cs" /> |
232 | | - <Compile Include="NAudio\Wave\SampleProviders\VolumeSampleProvider.cs" /> |
233 | 172 | <Compile Include="NAudio\Wave\SampleProviders\WaveToSampleProvider.cs" /> |
234 | 173 | <Compile Include="NAudio\Wave\SampleProviders\WaveToSampleProvider64.cs" /> |
235 | | - <Compile Include="NAudio\Wave\WaveExtensionMethods.cs" /> |
236 | | - <Compile Include="NAudio\Wave\WaveFormats\AdpcmWaveFormat.cs" /> |
237 | | - <Compile Include="NAudio\Wave\WaveFormats\Gsm610WaveFormat.cs" /> |
238 | | - <Compile Include="NAudio\Wave\WaveFormats\ImaAdpcmWaveFormat.cs" /> |
239 | | - <Compile Include="NAudio\Wave\WaveFormats\Mp3WaveFormat.cs" /> |
240 | | - <Compile Include="NAudio\Wave\WaveFormats\OggWaveFormat.cs" /> |
241 | | - <Compile Include="NAudio\Wave\WaveFormats\TrueSpeechWaveFormat.cs" /> |
242 | 174 | <Compile Include="NAudio\Wave\WaveFormats\WaveFormat.cs" /> |
243 | | - <Compile Include="NAudio\Wave\WaveFormats\WaveFormatCustomMarshaler.cs" /> |
244 | 175 | <Compile Include="NAudio\Wave\WaveFormats\WaveFormatEncoding.cs" /> |
245 | 176 | <Compile Include="NAudio\Wave\WaveFormats\WaveFormatExtensible.cs" /> |
246 | 177 | <Compile Include="NAudio\Wave\WaveFormats\WaveFormatExtraData.cs" /> |
247 | | - <Compile Include="NAudio\Wave\WaveFormats\WmaWaveFormat.cs" /> |
248 | 178 | <Compile Include="NAudio\Wave\WaveInputs\IWaveIn.cs" /> |
249 | 179 | <Compile Include="NAudio\Wave\WaveInputs\WasapiCapture.cs" /> |
250 | 180 | <Compile Include="NAudio\Wave\WaveInputs\WasapiLoopbackCapture.cs" /> |
251 | | - <Compile Include="NAudio\Wave\WaveOutputs\AiffFileWriter.cs" /> |
252 | | - <Compile Include="NAudio\Wave\WaveOutputs\CueWaveFileWriter.cs" /> |
253 | | - <Compile Include="NAudio\Wave\WaveOutputs\DirectSoundOut.cs" /> |
254 | 181 | <Compile Include="NAudio\Wave\WaveOutputs\IWaveBuffer.cs" /> |
255 | 182 | <Compile Include="NAudio\Wave\WaveOutputs\IWavePlayer.cs" /> |
256 | 183 | <Compile Include="NAudio\Wave\WaveOutputs\IWaveProvider.cs" /> |
257 | 184 | <Compile Include="NAudio\Wave\WaveOutputs\IWaveProviderFloat.cs" /> |
258 | 185 | <Compile Include="NAudio\Wave\WaveOutputs\PlaybackState.cs" /> |
259 | 186 | <Compile Include="NAudio\Wave\WaveOutputs\StoppedEventArgs.cs" /> |
260 | | - <Compile Include="NAudio\Wave\WaveOutputs\WasapiOut.cs" /> |
261 | 187 | <Compile Include="NAudio\Wave\WaveOutputs\WaveBuffer.cs" /> |
262 | | - <Compile Include="NAudio\Wave\WaveOutputs\WaveFileWriter.cs" /> |
263 | | - <Compile Include="NAudio\Wave\WaveOutputs\WaveOut.cs" /> |
264 | | - <Compile Include="NAudio\Wave\WaveOutputs\WaveOutEvent.cs" /> |
265 | | - <Compile Include="NAudio\Wave\WaveProviders\BufferedWaveProvider.cs" /> |
266 | | - <Compile Include="NAudio\Wave\WaveProviders\MixingWaveProvider32.cs" /> |
267 | | - <Compile Include="NAudio\Wave\WaveProviders\MonoToStereoProvider16.cs" /> |
268 | | - <Compile Include="NAudio\Wave\WaveProviders\MultiplexingWaveProvider.cs" /> |
269 | | - <Compile Include="NAudio\Wave\WaveProviders\StereoToMonoProvider16.cs" /> |
270 | | - <Compile Include="NAudio\Wave\WaveProviders\VolumeWaveProvider16.cs" /> |
271 | | - <Compile Include="NAudio\Wave\WaveProviders\Wave16toFloatProvider.cs" /> |
272 | | - <Compile Include="NAudio\Wave\WaveProviders\WaveFloatTo16Provider.cs" /> |
273 | | - <Compile Include="NAudio\Wave\WaveProviders\WaveInProvider.cs" /> |
274 | | - <Compile Include="NAudio\Wave\WaveProviders\WaveProvider16.cs" /> |
275 | | - <Compile Include="NAudio\Wave\WaveProviders\WaveProvider32.cs" /> |
276 | | - <Compile Include="NAudio\Wave\WaveProviders\WaveRecorder.cs" /> |
277 | | - <Compile Include="NAudio\Wave\WaveStreams\AiffFileReader.cs" /> |
278 | | - <Compile Include="NAudio\Wave\WaveStreams\AudioFileReader.cs" /> |
279 | | - <Compile Include="NAudio\Wave\WaveStreams\BlockAlignReductionStream.cs" /> |
280 | 188 | <Compile Include="NAudio\Wave\WaveStreams\CueList.cs" /> |
281 | | - <Compile Include="NAudio\Wave\WaveStreams\CueWaveFileReader.cs" /> |
282 | 189 | <Compile Include="NAudio\Wave\WaveStreams\ISampleNotifier.cs" /> |
283 | | - <Compile Include="NAudio\Wave\WaveStreams\Mp3FileReader.cs" /> |
284 | | - <Compile Include="NAudio\Wave\WaveStreams\RawSourceWaveStream.cs" /> |
285 | 190 | <Compile Include="NAudio\Wave\WaveStreams\ResamplerDmoStream.cs" /> |
286 | | - <Compile Include="NAudio\Wave\WaveStreams\RiffChunk.cs" /> |
287 | | - <Compile Include="NAudio\Wave\WaveStreams\SimpleCompressorStream.cs" /> |
288 | | - <Compile Include="NAudio\Wave\WaveStreams\Wave32To16Stream.cs" /> |
289 | | - <Compile Include="NAudio\Wave\WaveStreams\WaveChannel32.cs" /> |
290 | | - <Compile Include="NAudio\Wave\WaveStreams\WaveFileReader.cs" /> |
291 | | - <Compile Include="NAudio\Wave\WaveStreams\WaveFormatConversionStream.cs" /> |
292 | | - <Compile Include="NAudio\Wave\WaveStreams\WaveInBuffer.cs" /> |
293 | | - <Compile Include="NAudio\Wave\WaveStreams\WaveMixerStream32.cs" /> |
294 | | - <Compile Include="NAudio\Wave\WaveStreams\WaveOffsetStream.cs" /> |
295 | 191 | <Compile Include="NAudio\Wave\WaveStreams\WaveOutBuffer.cs" /> |
296 | 192 | <Compile Include="NAudio\Wave\WaveStreams\WaveStream.cs" /> |
297 | 193 | <Compile Include="Program.cs" /> |
|
325 | 221 | <ItemGroup> |
326 | 222 | <EmbeddedResource Include="libmp3lame.dll" /> |
327 | 223 | </ItemGroup> |
| 224 | + <ItemGroup /> |
328 | 225 | <ItemGroup> |
329 | | - <Folder Include="NAudio\Codecs\" /> |
| 226 | + <Content Include="rec_but.ico" /> |
330 | 227 | </ItemGroup> |
331 | 228 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
332 | 229 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments