Skip to content

Commit

Permalink
Fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
gavazquez committed Oct 18, 2019
1 parent 7b7767f commit b9181f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CachedQuickLzTests/CachedQuickLzTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CachedQuickLz\CachedQuickLz.csproj">
<Project>{ca233f8e-ca00-4a28-8559-302c53e566d4}</Project>
<Name>CachedQuickLz</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand All @@ -63,6 +69,7 @@
</Target>
<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')" />
<PropertyGroup>
<PostBuildEvent>copy "$(SolutionDir)packages\TPL4Unity.1.0.0\lib\net35\System.Threading.dll" "$(TargetDir)System.Threading.dll"</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit b9181f0

Please sign in to comment.