Skip to content

Commit ec7f51b

Browse files
authored
chore(deps): upgrade VsixSdk to 0.4.0 and add VSSDK.BuildTools (#39)
* chore(deps): upgrade VsixSdk to 0.4.0 and add VSSDK.BuildTools - Upgrade CodingWithCalvin.VsixSdk from 0.3.0 to 0.4.0 - Add Microsoft.VSSDK.BuildTools 17.* package reference - Remove redundant DeployExtension property (SDK handles this) * chore: remove launchSettings.json (SDK handles this) * chore: standardize solution configuration (Debug/Release + AnyCPU)
1 parent 894489a commit ec7f51b

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

src/CodingWithCalvin.OpenInNotepadPlusPlus.slnx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<Solution>
2+
<Configurations>
3+
<Configuration Name="Debug" />
4+
<Configuration Name="Release" />
5+
<Platform Name="AnyCPU" />
6+
</Configurations>
27
<Folder Name="/Solution Items/">
38
<File Path="../resources/extension.manifest.json" />
49
<File Path="../.github/workflows/publish.yml" />

src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="CodingWithCalvin.VsixSdk/0.3.0">
1+
<Project Sdk="CodingWithCalvin.VsixSdk/0.4.0">
22

33
<PropertyGroup>
44
<TargetFramework>net48</TargetFramework>
@@ -8,12 +8,9 @@
88
<OutputPath>bin/$(Configuration)/</OutputPath>
99
</PropertyGroup>
1010

11-
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
12-
<DeployExtension>True</DeployExtension>
13-
</PropertyGroup>
14-
1511
<ItemGroup>
1612
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.14.40265" />
13+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.*" PrivateAssets="all" />
1714
<PackageReference Include="CodingWithCalvin.Otel4Vsix" Version="0.2.2" />
1815
</ItemGroup>
1916

src/CodingWithCalvin.OpenInNotepadPlusPlus/Properties/launchSettings.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)