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: setup/ProjectSystemSetup/ProjectSystemSetup.csproj
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,16 @@
55
55
</Compile>
56
56
</ItemGroup>
57
57
58
-
<!-- Excludes the localized .xaml files from the VSIX which are added from the GetCopyToOutputDirectoryItems output group. Only the localized .dlls are needed in the VSIX. -->
59
-
<!-- For additional info, see: https://github.com/dotnet/project-system/issues/6612 -->
<!-- Excludes the localized .xaml files from the VSIX which are added from the GetCopyToOutputDirectoryItems output group. Only the localized .dlls are needed in the VSIX. -->
61
+
<!-- For additional info, see: https://github.com/dotnet/project-system/issues/6612 -->
0 commit comments