mirror of
https://github.com/google/googletest.git
synced 2025-04-06 22:15:01 +00:00
Fix incorrect output file name in gtest_main.vcproj
This commit is contained in:
parent
1d801b8591
commit
8df769ab9e
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/gtest.lib"/>
|
||||
OutputFile="$(OutDir)/$(ProjectName).lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
|
@ -71,7 +71,7 @@
|
|||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/gtest.lib"/>
|
||||
OutputFile="$(OutDir)/$(ProjectName).lib"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
|
|
Loading…
Add table
Reference in a new issue