Skip to content

Commit

Permalink
Update VS path to 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaex committed Apr 12, 2019
1 parent 9082750 commit 26f4564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageVisualizer/ImageVisualizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>set vs_path=%25USERPROFILE%25\Documents\Visual Studio 2017
<PostBuildEvent>set vs_path=%25USERPROFILE%25\Documents\Visual Studio 2019
set visualizers_path=%25vs_path%25\Visualizers
if exist "%25vs_path%25" (
if not exist "%25visualizers_path%25" (
Expand Down

0 comments on commit 26f4564

Please sign in to comment.