Skip to content

Commit 2c6bd7e

Browse files
committed
Update project files for Visual Studio 17 compatibility
- Updated `MB_SubSonic.sln` to Visual Studio version 17. - Changed MusicBee executable path and starting directory. - Added `IORedirection` property with value `Auto`. - Modified `SubSonic.csproj` target framework from `v4.8.1` to `v4.8`. - Updated package versions for `Fody`, `System.Text.Json`, and `System.ValueTuple`. - Changed post-build event path to `V:\MusicBee\Plugins\`.
1 parent 8d5515b commit 2c6bd7e

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

MB_SubSonic.sln

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27130.2036
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.14.36408.4 d17.14
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Subsonic", "MB_SubSonic\Subsonic.csproj", "{43FE56C9-52A8-4E86-BBEB-93A1782F01A0}"
77
EndProject
88
Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "MusicBee", "..\..\MusicBee\MusicBee.exe", "{23420CC8-90B1-4C83-8560-1D01249C5D88}"
99
ProjectSection(DebuggerProjectSystem) = preProject
1010
PortSupplier = 00000000-0000-0000-0000-000000000000
11-
Executable = D:\MusicBee\MusicBee.exe
11+
Executable = V:\MusicBee\MusicBee.exe
1212
RemoteMachine = BEAST
13-
StartingDirectory = D:\MusicBee
13+
StartingDirectory = V:\MusicBee
1414
Environment = Default
1515
LaunchingEngine = 00000000-0000-0000-0000-000000000000
1616
UseLegacyDebugEngines = No
1717
LaunchSQLEngine = No
1818
AttachLaunchAction = No
19+
IORedirection = Auto
1920
EndProjectSection
2021
EndProject
2122
Global

MB_SubSonic/SubSonic.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>MusicBeePlugin</RootNamespace>
1111
<AssemblyName>mb_Subsonic</AssemblyName>
12-
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<NuGetPackageImportStamp>
1515
</NuGetPackageImportStamp>
@@ -106,7 +106,7 @@
106106
<PrivateAssets>all</PrivateAssets>
107107
</PackageReference>
108108
<PackageReference Include="Fody">
109-
<Version>6.9.1</Version>
109+
<Version>6.9.2</Version>
110110
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
111111
<PrivateAssets>all</PrivateAssets>
112112
</PackageReference>
@@ -117,18 +117,18 @@
117117
<Version>4.3.4</Version>
118118
</PackageReference>
119119
<PackageReference Include="System.Text.Json">
120-
<Version>9.0.2</Version>
120+
<Version>9.0.8</Version>
121121
</PackageReference>
122122
<PackageReference Include="System.Text.RegularExpressions">
123123
<Version>4.3.1</Version>
124124
</PackageReference>
125125
<PackageReference Include="System.ValueTuple">
126-
<Version>4.5.0</Version>
126+
<Version>4.6.1</Version>
127127
</PackageReference>
128128
</ItemGroup>
129129
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
130130
<PropertyGroup>
131-
<PostBuildEvent>copy /Y "$(TargetDir)*.*" "D:\MusicBee\Plugins\"</PostBuildEvent>
131+
<PostBuildEvent>copy /Y "$(TargetDir)*.*" "V:\MusicBee\Plugins\"</PostBuildEvent>
132132
</PropertyGroup>
133133
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
134134
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)