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 386e3d7 commit 76a1c97Copy full SHA for 76a1c97
src/tools/msvc/Install.pm
@@ -217,7 +217,7 @@ sub CopySolutionOutput
217
my $conf = shift;
218
my $target = shift;
219
my $rem =
220
- qr{Project\("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}"\) = "([^"]+)"};
+ qr{Project\("\{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942\}"\) = "([^"]+)"};
221
222
my $sln = read_file("pgsql.sln") || croak "Could not open pgsql.sln\n";
223
0 commit comments