File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ static public Project GetActiveProject()
317
317
}
318
318
static public Solution GetActiveSolution ( )
319
319
{
320
+ ThreadHelper . ThrowIfNotOnUIThread ( ) ;
320
321
DTE2 applicationObject = ServiceProvider . GetService ( typeof ( SDTE ) ) as DTE2 ;
321
322
Assumes . Present ( applicationObject ) ;
322
323
return applicationObject . Solution ;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
3
3
<Metadata >
4
- <Identity Id =" CompileScore.19699ea5-2ee6-44b6-9964-a19882b92403" Version =" 1.9.1.1 " Language =" en-US" Publisher =" Ramon Viladomat" />
4
+ <Identity Id =" CompileScore.19699ea5-2ee6-44b6-9964-a19882b92403" Version =" 1.9.2 " Language =" en-US" Publisher =" Ramon Viladomat" />
5
5
<DisplayName >Compile Score</DisplayName >
6
6
<Description xml : space =" preserve" >C/C++ compile times data viewer and text highlight for Clang and MSVC.</Description >
7
7
<MoreInfo >https://github.com/Viladoman/CompileScore</MoreInfo >
Original file line number Diff line number Diff line change 70
70
</ItemGroup >
71
71
<ItemGroup >
72
72
<PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.0.31902.203" ExcludeAssets =" runtime" />
73
- <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.0.5232 " />
73
+ <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.12.2069 " />
74
74
</ItemGroup >
75
75
<ItemGroup >
76
76
<Content Include =" ..\..\DataExtractor\bin\x64\Release\CppBuildInsights.dll" >
85
85
<Link >External\ScoreExtractor\ScoreDataExtractor.exe</Link >
86
86
<IncludeInVSIX >true</IncludeInVSIX >
87
87
</Content >
88
- <Content Include =" ..\..\Parser\bin\x64\Release\CompileScoreParser.exe" >
88
+ <Content Include =" ..\..\Parser\bin\x64\Release\CompileScoreParser.exe" >
89
89
<Link >External\Parser\CompileScoreParser.exe</Link >
90
90
<IncludeInVSIX >true</IncludeInVSIX >
91
91
</Content >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
3
3
<Metadata >
4
- <Identity Id =" CompileScore.6e13b50f-06b4-40b3-8168-97c8ac3974d0" Version =" 1.9.1.1 " Language =" en-US" Publisher =" Ramon Viladomat" />
4
+ <Identity Id =" CompileScore.6e13b50f-06b4-40b3-8168-97c8ac3974d0" Version =" 1.9.2 " Language =" en-US" Publisher =" Ramon Viladomat" />
5
5
<DisplayName >Compile Score 2022</DisplayName >
6
6
<Description xml : space =" preserve" >C/C++ compile times data viewer and text highlight for Clang and MSVC.</Description >
7
7
<MoreInfo >https://github.com/Viladoman/CompileScore</MoreInfo >
19
19
<InstallationTarget Id =" Microsoft.VisualStudio.Enterprise" Version =" [17.0,18.0)" >
20
20
<ProductArchitecture >amd64</ProductArchitecture >
21
21
</InstallationTarget >
22
+ <InstallationTarget Version =" [17.0,18.0)" Id =" Microsoft.VisualStudio.Community" >
23
+ <ProductArchitecture >arm64</ProductArchitecture >
24
+ </InstallationTarget >
25
+ <InstallationTarget Version =" [17.0,18.0)" Id =" Microsoft.VisualStudio.Pro" >
26
+ <ProductArchitecture >arm64</ProductArchitecture >
27
+ </InstallationTarget >
28
+ <InstallationTarget Version =" [17.0,18.0)" Id =" Microsoft.VisualStudio.Enterprise" >
29
+ <ProductArchitecture >arm64</ProductArchitecture >
30
+ </InstallationTarget >
22
31
</Installation >
23
32
<Dependencies >
24
33
<Dependency Id =" Microsoft.Framework.NDP" DisplayName =" Microsoft .NET Framework" d : Source =" Manual" Version =" [4.5,)" />
You can’t perform that action at this time.
0 commit comments