-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
*.md text diff=markdown | ||
*.mjs text | ||
*.ps1 text | ||
*.slnx text | ||
*.sql text | ||
*.svg text | ||
*.ts text | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<Solution> | ||
<Project Path="setup-hashlink.esproj"> | ||
<Build /> | ||
<Deploy /> | ||
</Project> | ||
</Solution> |