Commit Graph

6 Commits

Author SHA1 Message Date
Wolfgang Stöggl
336f5f816d Update CUETools.Codecs.TTA.vcxproj to .NET v4.7
The .NET version in CUETools.Codecs.TTA.vcxproj was still at v4.0.

- Update the <TargetFrameworkVersion> from v4.0 to v4.7
- Use $(Configuration) in <HintPath> for
  <Reference Include="Newtonsoft.Json"> and update from net40 to net47.
  This fixes the following warning and subsequent errors:
  Warning MSB3274 The primary reference "Newtonsoft.Json" could not
  be resolved
2020-01-23 11:23:44 +01:00
Grigory Chudov
320e75d709 Removed AudioEncoderSettings/AudioDecoderSettings classes, all of their functionality is now in IAudioEncoderSettings/IAudioDecoderSettings interfaces. 2018-03-25 17:24:27 -04:00
Grigory Chudov
a4565dbd30 Build system cleanup. Platform dependent plugins moved to "plugins" subdirectories. 2018-03-11 18:42:41 -04:00
Grigory Chudov
929b7de944 Updated the build system, now using .NET Framework v4.0 for most things 2018-03-11 17:07:48 -04:00
Grigory Chudov
b6fe9968a1 Upgraade solution to Visual Studio 2017 2018-02-19 12:31:02 -05:00
chudov
9560fcb80d Projects for VS2010 2011-10-23 20:34:39 +00:00