Content-Length: 279333 | pFad | http://github.com/postgrespro/postgres/commit/512f3b03e3cddf7dc1901c0e062500133e534c1d
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42be7d6 commit 512f3b0Copy full SHA for 512f3b0
src/tools/msvc/Solution.pm
@@ -747,13 +747,13 @@ sub new
747
my $self = $classname->SUPER::_new(@_);
748
bless($self, $classname);
749
750
- $self->{solutionFileVersion} = '12.00';
751
- $self->{vcver} = '12.00';
752
- $self->{visualStudioName} = 'Visual Studio 2013';
753
- $self->{VisualStudioVersion} = '12.0.21005.1',
754
- $self->{MinimumVisualStudioVersion} = '10.0.40219.1',
+ $self->{solutionFileVersion} = '12.00';
+ $self->{vcver} = '12.00';
+ $self->{visualStudioName} = 'Visual Studio 2013';
+ $self->{VisualStudioVersion} = '12.0.21005.1';
+ $self->{MinimumVisualStudioVersion} = '10.0.40219.1';
755
756
- return $self;
+ return $self;
757
}
758
759
sub GetAdditionalHeaders
Fetched URL: http://github.com/postgrespro/postgres/commit/512f3b03e3cddf7dc1901c0e062500133e534c1d
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments