Skip to content

Commit bc12e74

Browse files
author
Cédric Belin
committed
Add a Visual Studio project
1 parent 130fc05 commit bc12e74

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
*.json text
1111
*.md text diff=markdown
1212
*.mjs text
13+
*.php text diff=php
1314
*.ps1 text
15+
*.slnx text
1416
*.sql text
1517
*.svg text
1618
*.ts text

php-minifier.esproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.2191419">
2+
<PropertyGroup>
3+
<BuildCommand>gulp build</BuildCommand>
4+
<CleanCommand>gulp clean</CleanCommand>
5+
<OutDir>../var</OutDir>
6+
</PropertyGroup>
7+
8+
<ItemGroup>
9+
<None Remove="docs\**" />
10+
<None Remove="lib\**" />
11+
<None Remove="var\**" />
12+
<None Remove="php-minifier.slnx" />
13+
<TypeScriptConfiguration Remove="docs\**" />
14+
<TypeScriptConfiguration Remove="lib\**" />
15+
<TypeScriptConfiguration Remove="var\**" />
16+
</ItemGroup>
17+
</Project>

php-minifier.slnx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Solution>
2+
<Project Path="php-minifier.esproj">
3+
<Build />
4+
<Deploy />
5+
</Project>
6+
</Solution>

0 commit comments

Comments
 (0)