Skip to content

Commit b9181f0

Browse files
committed
Fix references
1 parent 7b7767f commit b9181f0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CachedQuickLzTests/CachedQuickLzTests.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
<ItemGroup>
5353
<None Include="packages.config" />
5454
</ItemGroup>
55+
<ItemGroup>
56+
<ProjectReference Include="..\CachedQuickLz\CachedQuickLz.csproj">
57+
<Project>{ca233f8e-ca00-4a28-8559-302c53e566d4}</Project>
58+
<Name>CachedQuickLz</Name>
59+
</ProjectReference>
60+
</ItemGroup>
5561
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
5662
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5763
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
@@ -63,6 +69,7 @@
6369
</Target>
6470
<Import Project="..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" />
6571
<PropertyGroup>
66-
<PostBuildEvent>copy "$(SolutionDir)packages\TPL4Unity.1.0.0\lib\net35\System.Threading.dll" "$(TargetDir)System.Threading.dll"</PostBuildEvent>
72+
<PostBuildEvent>
73+
</PostBuildEvent>
6774
</PropertyGroup>
6875
</Project>

0 commit comments

Comments
 (0)