Commit 57b43f27 by vladlosev

Fix incorrect output file name in gtest_main.vcproj

parent c67d1a2a
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="$(OutDir)/gtest.lib"/> OutputFile="$(OutDir)/$(ProjectName).lib"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
<Tool <Tool
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLibrarianTool" Name="VCLibrarianTool"
OutputFile="$(OutDir)/gtest.lib"/> OutputFile="$(OutDir)/$(ProjectName).lib"/>
<Tool <Tool
Name="VCMIDLTool"/> Name="VCMIDLTool"/>
<Tool <Tool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment