Skip to content

Commit 91a9c4e

Browse files
Update SER.csproj
1 parent c0fd584 commit 91a9c4e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SER.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,17 @@
8888
<PackageReference Include="Northwood.LabAPI" Version="1.1.4" />
8989
</ItemGroup>
9090

91-
91+
<!-- embedding dependencies into SER.dll -->
9292
<Target Name="EmbedSelectedDependencies" AfterTargets="ResolveReferences">
9393
<ItemGroup>
9494
<EmbeddedResource Include="@(ReferenceCopyLocalPaths)"
9595
Condition="'%(Extension)' == '.dll' and
9696
(
97-
'%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'AudioPlayerApi' or
9897
'%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'NCalc' or
98+
9999
'%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'Newtonsoft.Json' or
100+
101+
'%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'AudioPlayerApi' or
100102
'%(Filename)' == 'NVorbis' or
101103
'%(Filename)' == 'SharpCompress'
102104
)" />

0 commit comments

Comments
 (0)