Adding a project reference for CoreCLRTestLibrary to the hwintrinsic test dir.props
authorTanner Gooding <tagoo@outlook.com>
Thu, 19 Jul 2018 18:30:24 +0000 (11:30 -0700)
committerTanner Gooding <tagoo@outlook.com>
Thu, 19 Jul 2018 21:36:41 +0000 (14:36 -0700)
tests/src/JIT/HardwareIntrinsics/X86/dir.props

index 91c442a..381ff0e 100644 (file)
@@ -1,3 +1,7 @@
 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <Import Condition="Exists('..\dir.props')" Project="..\dir.props"/>
+
+  <ItemGroup>
+    <ProjectReference Include="../../../../Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
+  </ItemGroup>
 </Project>
\ No newline at end of file