Added net40 target to ZuneShell

This commit is contained in:
Yoshi Askharoun
2022-06-05 16:55:31 -05:00
parent efadd44133
commit 96cc82afea
+5 -1
View File
@@ -9,7 +9,7 @@
<AssemblyName>ZuneShell</AssemblyName>
<ApplicationVersion>4.7.0.0</ApplicationVersion>
<TargetFrameworks>net35;net6.0</TargetFrameworks>
<TargetFrameworks>net35;net40;net6.0</TargetFrameworks>
<Platforms>x64;x86</Platforms>
<FileAlignment>512</FileAlignment>
@@ -31,6 +31,10 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
<Reference Include="Accessibility" />
</ItemGroup>
<ItemGroup>
<Reference Include="ZuneDBApi">
<HintPath>C:\Program Files\Zune\ZuneDBApi.dll</HintPath>