Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
57b43f27
Commit
57b43f27
authored
Jul 15, 2008
by
vladlosev
Browse files
Fix incorrect output file name in gtest_main.vcproj
parent
c67d1a2a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
msvc/gtest_main.vcproj
msvc/gtest_main.vcproj
+2
-2
No files found.
msvc/gtest_main.vcproj
View file @
57b43f27
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment