You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,16 +40,16 @@ gh issue close <number>
40
40
41
41
## Project Overview
42
42
43
-
VsixCommunity.Sdk is an MSBuild SDK that enables SDK-style `.csproj` files for Visual Studio extension (VSIX) development. It wraps `Microsoft.NET.Sdk` and `Microsoft.VSSDK.BuildTools` to provide a modern project format for VS 2022+ extensions.
43
+
CodingWithCalvin.VsixSdk is an MSBuild SDK that enables SDK-style `.csproj` files for Visual Studio extension (VSIX) development. It wraps `Microsoft.NET.Sdk` and `Microsoft.VSSDK.BuildTools` to provide a modern project format for VS 2022+ extensions.
The SDK follows MSBuild SDK conventions with props/targets pairs:
78
78
@@ -87,7 +87,7 @@ The modular design allows `Sdk.Vsix.props`/`Sdk.Vsix.targets` to be imported sta
87
87
88
88
Sample projects use `Sdk="Microsoft.NET.Sdk"` directly, with `samples/Directory.Build.props` and `samples/Directory.Build.targets` importing the VSIX-specific files from source. This allows testing SDK changes without rebuilding the NuGet package.
0 commit comments