Skip to content

Commit 245acc1

Browse files
author
Paul van Brenk
committed
Remove profiling from build
1 parent 35f872e commit 245acc1

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

Build/UpdateVsixVersion.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ function Update-Manifest
5050

5151
Update-Manifest 'InteractiveWindow'
5252
Update-Manifest 'NodeJs'
53-
Update-Manifest 'Profiling'

Nodejs/Product/dirs.proj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@
88
<ProjectFile Include="Npm\Npm.csproj"/>
99
<ProjectFile Include="PressAnyKey\PressAnyKey.csproj"/>
1010
<ProjectFile Include="WebRole\WebRole.csproj"/>
11-
12-
<ProjectFile Include="LogConverter\LogConverter.csproj"/>
13-
1411
<ProjectFile Include="Nodejs\Nodejs.csproj"/>
15-
16-
<ProjectFile Include="Profiling\Profiling.csproj"/>
17-
1812
<ProjectFile Include="TestAdapter\TestAdapter.csproj"/>
1913
</ItemGroup>
2014

Nodejs/Setup/setup-swix.proj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<ItemGroup>
55
<ProjectFile Include="swix\Microsoft.VisualStudio.NodejsTools.Targets.swixproj"/>
66
<ProjectFile Include="swix\NodejsTools.vsmanproj"/>
7-
<ProjectFile Include="swix\NodejsTools.Profiling.vsmanproj" />
87
</ItemGroup>
98

109
<Import Project="$(TargetsPath)\Common.Build.Traversal.targets" />

0 commit comments

Comments
 (0)