diff --git a/SccAutoSwitcher/Guids.cs b/SccAutoSwitcher/Guids.cs index 97f13dd..6c223c3 100644 --- a/SccAutoSwitcher/Guids.cs +++ b/SccAutoSwitcher/Guids.cs @@ -5,6 +5,10 @@ namespace SccAutoSwitcher { static class GuidList { +#if VS10 + public const string guidPkgString = "e0602ccb-aef8-4c8a-a598-530ff1be851b"; +#else public const string guidPkgString = "99316bc5-70c5-4ef1-9a29-ea7568408ed0"; +#endif }; } \ No newline at end of file diff --git a/SccAutoSwitcher/ManifestVS10/source.extension.vsixmanifest b/SccAutoSwitcher/ManifestVS10/source.extension.vsixmanifest index 86c2db1..b915d38 100644 --- a/SccAutoSwitcher/ManifestVS10/source.extension.vsixmanifest +++ b/SccAutoSwitcher/ManifestVS10/source.extension.vsixmanifest @@ -1,6 +1,6 @@  - + Scc Auto Switcher Francesco Pretto 1.2.0 diff --git a/SccAutoSwitcher/SccAutoSwitcher.VS10.csproj b/SccAutoSwitcher/SccAutoSwitcher.VS10.csproj index 803a82d..d870a34 100644 --- a/SccAutoSwitcher/SccAutoSwitcher.VS10.csproj +++ b/SccAutoSwitcher/SccAutoSwitcher.VS10.csproj @@ -19,7 +19,7 @@ full false ..\targetVS10\Debug\ - DEBUG;TRACE + TRACE;DEBUG;VS10 prompt 4 @@ -27,7 +27,7 @@ pdbonly true ..\targetVS10\Release\ - TRACE + TRACE;CODE_ANALYSIS;VS10 prompt 4 true