Aegisub/aegisub/build/tests_vs2008/googletest_lib.vsprops
Thomas Goyne a72fb8f5bf Quote the path to gtestd.lib so that it works with spaces
Originally committed to SVN as r6313.
2012-01-18 23:39:52 +00:00

14 lines
335 B
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="googletest_lib"
>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="&quot;$(LibraryOutDir)gtestd.lib&quot;"
OutputFile=""
AdditionalLibraryDirectories="$(LibraryOutDir)"
/>
</VisualStudioPropertySheet>