Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 8a467f9

Browse files
committed
Need to copy some stuff manually
1 parent f622128 commit 8a467f9

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

src/packaging/CopyLibrariesToPackageProject/CopyLibrariesToPackageProject.csproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@
5959
<Name>GitHub.Unity</Name>
6060
<Private>True</Private>
6161
</ProjectReference>
62-
<Reference Include="AsyncBridge.Net35, Version=0.2.3333.0, Culture=neutral, PublicKeyToken=b3b1c0202c0d6a87, processorArchitecture=MSIL">
63-
<HintPath>$(SolutionDir)\packages\AsyncBridge.Net35.0.2.3333.0\lib\net35-Client\AsyncBridge.Net35.dll</HintPath>
64-
<Private>True</Private>
65-
</Reference>
66-
<Reference Include="ReadOnlyCollectionsInterfaces, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
67-
<HintPath>$(SolutionDir)\packages\ReadOnlyCollectionInterfaces.1.0.0\lib\NET20\ReadOnlyCollectionsInterfaces.dll</HintPath>
68-
<Private>True</Private>
69-
</Reference>
7062
<Reference Include="System" />
7163
<Reference Include="sfw.net">
7264
<HintPath>$(SolutionDir)\lib\sfw\sfw.net.dll</HintPath>
@@ -82,6 +74,18 @@
8274
<Link>ExtensionLoader.cs</Link>
8375
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
8476
</None>
77+
<None Include="$(SolutionDir)\packages\ReadOnlyCollectionInterfaces.1.0.0\lib\NET20\ReadOnlyCollectionsInterfaces.dll">
78+
<Link>ReadOnlyCollectionsInterfaces.dll</Link>
79+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
80+
</None>
81+
<None Include="$(SolutionDir)\packages\AsyncBridge.Net35.0.2.3333.0\lib\net35-Client\AsyncBridge.Net35.dll">
82+
<Link>AsyncBridge.Net35.dll</Link>
83+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
84+
</None>
85+
<None Include="$(SolutionDir)\packages\TaskParallelLibrary.1.0.3333.0\lib\Net35\System.Threading.dll">
86+
<Link>System.Threading.dll</Link>
87+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
88+
</None>
8589
</ItemGroup>
8690
<ItemGroup>
8791
<None Include="packages.config" />

0 commit comments

Comments
 (0)