Skip to content

Commit

Permalink
Add a Visual Studio project
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Feb 14, 2025
1 parent 7c55998 commit 331b6bc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*.md text diff=markdown
*.mjs text
*.ps1 text
*.slnx text
*.sql text
*.svg text
*.ts text
Expand Down
17 changes: 17 additions & 0 deletions setup-hashlink.esproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.2191419">
<PropertyGroup>
<BuildCommand>gulp build</BuildCommand>
<CleanCommand>gulp clean</CleanCommand>
<OutDir>../var</OutDir>
</PropertyGroup>

<ItemGroup>
<None Remove="docs\**" />
<None Remove="lib\**" />
<None Remove="var\**" />
<None Remove="setup-hashlink.slnx" />
<TypeScriptConfiguration Remove="docs\**" />
<TypeScriptConfiguration Remove="lib\**" />
<TypeScriptConfiguration Remove="var\**" />
</ItemGroup>
</Project>
6 changes: 6 additions & 0 deletions setup-hashlink.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Solution>
<Project Path="setup-hashlink.esproj">
<Build />
<Deploy />
</Project>
</Solution>

0 comments on commit 331b6bc

Please sign in to comment.