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 996f086 commit c490717Copy full SHA for c490717
Release/nuget/cpprest.natvis renamed to Release/src/build/cpprest.natvis
Release/nuget/init.ps1 renamed to Release/src/build/init.ps1
@@ -17,9 +17,7 @@ function Copy-Natvis($DestFolder)
17
}
18
19
20
-$VS2012Folder = Join-Path -path $env:userprofile -childpath "Documents\Visual Studio 2012\Visualizers";
21
$VS2013Folder = Join-Path -path $env:userprofile -childpath "Documents\Visual Studio 2013\Visualizers";
22
$VS2015Folder = Join-Path -path $env:userprofile -childpath "Documents\Visual Studio 2015\Visualizers";
23
-Copy-Natvis $VS2012Folder;
24
Copy-Natvis $VS2013Folder;
25
Copy-Natvis $VS2015Folder;
0 commit comments