Skip to content

Commit

Permalink
Merge pull request #18 from kazssym/updates
Browse files Browse the repository at this point in the history
Bundle transformers.js
  • Loading branch information
kazssym authored Jan 5, 2025
2 parents 77bc2f9 + 3fd7d12 commit 40f2e9e
Show file tree
Hide file tree
Showing 2 changed files with 43,306 additions and 3 deletions.
8 changes: 5 additions & 3 deletions VSExtension1/VSExtension1.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>$(NoWarn);VSEXTPREVIEW_OUTPUTWINDOW</NoWarn>
Expand All @@ -12,12 +14,12 @@
<NoWarn>$(NoWarn);VSEXTPREVIEW_OUTPUTWINDOW</NoWarn>
</PropertyGroup>
<ItemGroup>
<None Remove="scripts\transformers.js" />
<None Remove="scripts\__init__.js" />
</ItemGroup>
<ItemGroup>
<Content Include="scripts\__init__.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="scripts\transformers.js" />
<Content Include="scripts\__init__.js" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 40f2e9e

Please sign in to comment.