Skip to content

Commit

Permalink
Adding 'lib' prefix to v140 static lib to prevent collision with impo…
Browse files Browse the repository at this point in the history
…rt lib name
  • Loading branch information
ras0219-msft committed Mar 31, 2016
1 parent a13c132 commit 356639d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release/src/build/vs14.static/casablanca140.static.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<DebugFileSuffix>d</DebugFileSuffix>
</PropertyGroup>
<PropertyGroup>
<TargetName>$(CppRestBaseFileName)140$(DebugFileSuffix)_$(CppRestSDKVersionFileSuffix)</TargetName>
<TargetName>lib$(CppRestBaseFileName)140$(DebugFileSuffix)_$(CppRestSDKVersionFileSuffix)</TargetName>
</PropertyGroup>
<ItemGroup>
<None Include="packages.config">
Expand Down

0 comments on commit 356639d

Please sign in to comment.