aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-07 18:54:16 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-02-07 18:59:06 -0600
commit63cf6f589a35466aa73ff3ec021b5052be733409 (patch)
tree9f64c13ac1504eca6424adfc6f8cb848a340d331 /src/test
parent5fc93f9399795156b4a1fbde5f410ca01d94d609 (diff)
downloadwix-63cf6f589a35466aa73ff3ec021b5052be733409.tar.gz
wix-63cf6f589a35466aa73ff3ec021b5052be733409.tar.bz2
wix-63cf6f589a35466aa73ff3ec021b5052be733409.zip
Add guid to ProjectReferences so .vcx project system understands them.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/BurnUnitTest/BurnUnitTest.vcxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/BurnUnitTest/BurnUnitTest.vcxproj b/src/test/BurnUnitTest/BurnUnitTest.vcxproj
index 6ac21f9c..a843eddd 100644
--- a/src/test/BurnUnitTest/BurnUnitTest.vcxproj
+++ b/src/test/BurnUnitTest/BurnUnitTest.vcxproj
@@ -83,7 +83,9 @@
83 </Reference> 83 </Reference>
84 </ItemGroup> 84 </ItemGroup>
85 <ItemGroup> 85 <ItemGroup>
86 <ProjectReference Include="..\..\engine\engine.vcxproj" /> 86 <ProjectReference Include="..\..\engine\engine.vcxproj">
87 <Project>{8119537D-E1D9-6591-D51A-49768A2F9C37}</Project>
88 </ProjectReference>
87 </ItemGroup> 89 </ItemGroup>
88 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 90 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
89 <Import Project="..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets" Condition="Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets')" /> 91 <Import Project="..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets" Condition="Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets')" />