Skip to content

Commit 815fb5d

Browse files
author
Paul van Brenk
committed
Rename targets vsix
1 parent 07b449d commit 815fb5d

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Generated_Code #added for RIA/Silverlight projects
110110
_UpgradeReport_Files/
111111
Backup*/
112112
UpgradeLog*.XML
113+
UpgradeLog*.htm
113114

114115
*.DotSetting.user
115116

Nodejs/NodejsTools.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAdapter", "Product\Test
2222
EndProject
2323
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PressAnyKey", "Product\PressAnyKey\PressAnyKey.csproj", "{CB61D8BD-48DC-40F4-A4BA-5B68A10A7481}"
2424
EndProject
25-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Targets", "Product\Targets\Targets.csproj", "{CBA217C4-4338-4E50-9DEC-9227705F8124}"
26-
EndProject
2725
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAdapterVsix", "Product\TestAdapterVsix\TestAdapterVsix.csproj", "{4EB09870-7422-4368-B8C8-74582764EAB3}"
2826
EndProject
2927
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NodejsToolsVsix", "Product\NodejsToolsVsix\NodejsToolsVsix.csproj", "{F3DB625F-EA2D-420F-BBC7-E4026CC6ECA3}"
3028
EndProject
29+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TargetsVsix", "Product\TargetsVsix\TargetsVsix.csproj", "{CBA217C4-4338-4E50-9DEC-9227705F8124}"
30+
EndProject
3131
Global
3232
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3333
Debug|Any CPU = Debug|Any CPU
@@ -62,10 +62,6 @@ Global
6262
{CB61D8BD-48DC-40F4-A4BA-5B68A10A7481}.Debug|Any CPU.Build.0 = Debug|Any CPU
6363
{CB61D8BD-48DC-40F4-A4BA-5B68A10A7481}.Release|Any CPU.ActiveCfg = Release|Any CPU
6464
{CB61D8BD-48DC-40F4-A4BA-5B68A10A7481}.Release|Any CPU.Build.0 = Release|Any CPU
65-
{CBA217C4-4338-4E50-9DEC-9227705F8124}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
66-
{CBA217C4-4338-4E50-9DEC-9227705F8124}.Debug|Any CPU.Build.0 = Debug|Any CPU
67-
{CBA217C4-4338-4E50-9DEC-9227705F8124}.Release|Any CPU.ActiveCfg = Release|Any CPU
68-
{CBA217C4-4338-4E50-9DEC-9227705F8124}.Release|Any CPU.Build.0 = Release|Any CPU
6965
{4EB09870-7422-4368-B8C8-74582764EAB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
7066
{4EB09870-7422-4368-B8C8-74582764EAB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
7167
{4EB09870-7422-4368-B8C8-74582764EAB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -74,6 +70,10 @@ Global
7470
{F3DB625F-EA2D-420F-BBC7-E4026CC6ECA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
7571
{F3DB625F-EA2D-420F-BBC7-E4026CC6ECA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
7672
{F3DB625F-EA2D-420F-BBC7-E4026CC6ECA3}.Release|Any CPU.Build.0 = Release|Any CPU
73+
{CBA217C4-4338-4E50-9DEC-9227705F8124}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
74+
{CBA217C4-4338-4E50-9DEC-9227705F8124}.Debug|Any CPU.Build.0 = Debug|Any CPU
75+
{CBA217C4-4338-4E50-9DEC-9227705F8124}.Release|Any CPU.ActiveCfg = Release|Any CPU
76+
{CBA217C4-4338-4E50-9DEC-9227705F8124}.Release|Any CPU.Build.0 = Release|Any CPU
7777
EndGlobalSection
7878
GlobalSection(SolutionProperties) = preSolution
7979
HideSolutionNode = FALSE
@@ -86,9 +86,9 @@ Global
8686
{E5EF4B0A-AB41-4B98-8FA8-98D6348003A8} = {F9719B35-F359-47A7-A2F8-34F42E53C809}
8787
{5085DF35-3A32-4894-835E-E5A3956D4F57} = {F9719B35-F359-47A7-A2F8-34F42E53C809}
8888
{CB61D8BD-48DC-40F4-A4BA-5B68A10A7481} = {F9719B35-F359-47A7-A2F8-34F42E53C809}
89-
{CBA217C4-4338-4E50-9DEC-9227705F8124} = {F9719B35-F359-47A7-A2F8-34F42E53C809}
9089
{4EB09870-7422-4368-B8C8-74582764EAB3} = {F9719B35-F359-47A7-A2F8-34F42E53C809}
9190
{F3DB625F-EA2D-420F-BBC7-E4026CC6ECA3} = {F9719B35-F359-47A7-A2F8-34F42E53C809}
91+
{CBA217C4-4338-4E50-9DEC-9227705F8124} = {F9719B35-F359-47A7-A2F8-34F42E53C809}
9292
EndGlobalSection
9393
GlobalSection(ExtensibilityGlobals) = postSolution
9494
SolutionGuid = {B1CAB318-7961-42BF-A7B1-FBDB3EC225E9}

Nodejs/Product/Targets/Microsoft.NodejsTools.targets renamed to Nodejs/Product/TargetsVsix/Microsoft.NodejsTools.targets

File renamed without changes.

Nodejs/Product/Targets/Targets.csproj renamed to Nodejs/Product/TargetsVsix/TargetsVsix.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<ProjectGuid>{CBA217C4-4338-4E50-9DEC-9227705F8124}</ProjectGuid>
1919
<OutputType>Library</OutputType>
2020
<AppDesignerFolder>Properties</AppDesignerFolder>
21-
<RootNamespace>Microsoft.NodejsTools.Targets</RootNamespace>
22-
<AssemblyName>Microsoft.NodejsTools.Targets</AssemblyName>
21+
<RootNamespace>NodejsToolsTargetsVsix</RootNamespace>
22+
<AssemblyName>NodejsToolsTargetsVsix</AssemblyName>
2323
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
2424
<GeneratePkgDefFile>false</GeneratePkgDefFile>
2525
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
@@ -75,7 +75,7 @@
7575
</ProjectReference>
7676
</ItemGroup>
7777
<ItemGroup>
78-
<FilesToSign Include="$(OutDir)\Microsoft.NodejsTools.Targets.vsix">
78+
<FilesToSign Include="$(OutDir)\$(AssemblyName).vsix">
7979
<Authenticode>VsixSHA2</Authenticode>
8080
<InProject>false</InProject>
8181
</FilesToSign>
File renamed without changes.

Nodejs/Product/Targets/source.extension.vsixmanifest renamed to Nodejs/Product/TargetsVsix/source.extension.vsixmanifest

File renamed without changes.

Nodejs/Setup/NodejsTools.vsmanproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<ItemGroup>
2727
<MergeManifest Include="$(BuildOutputRoot)\Setup\NodejsToolsVsix\Microsoft.VisualStudio.NodejsTools.NodejsTools.json" />
28-
<MergeManifest Include="$(BuildOutputRoot)\Setup\Targets\Microsoft.VisualStudio.NodejsTools.Targets.json" />
28+
<MergeManifest Include="$(BuildOutputRoot)\Setup\TargetsVsix\Microsoft.VisualStudio.NodejsTools.Targets.json" />
2929
<MergeManifest Include="$(BuildOutputRoot)\Setup\TestAdapterVsix\Microsoft.VisualStudio.NodejsTools.TestAdapter.json" />
3030
<Node Include="packages.config" />
3131
</ItemGroup>

0 commit comments

Comments
 (0)