Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
Reset VS settings and let it open once before exiting
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 6, 2016
1 parent 835c2ca commit da6b73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.proj
Expand Up @@ -178,7 +178,7 @@
Condition=" '$(ResetExperimental)' == 'true' And '$(IsAdministrator)' != 'true' "
ConsoleToMSBuild="true"/>

<Exec Command='"%(InstalledVersion.InstallDir)devenv.exe" /Setup /RootSuffix=Exp | more'
<Exec Command='"%(InstalledVersion.InstallDir)devenv.exe" /ResetSettings General.vssettings /Embedding /RootSuffix Exp /Command File.Exit | more'
Condition=" '$(ResetExperimental)' == 'true' And '$(IsAdministrator)' == 'true' "
ConsoleToMSBuild="true"/>

Expand Down

0 comments on commit da6b73c

Please sign in to comment.