Skip to content

Commit 3e20e2f

Browse files
committed
Update Host.csproj
1 parent 4316fcc commit 3e20e2f

File tree

1 file changed

+17
-5
lines changed
  • src/ServiceStackVS/ProjectTemplates/AspNetSharp/Host

1 file changed

+17
-5
lines changed

src/ServiceStackVS/ProjectTemplates/AspNetSharp/Host/Host.csproj

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,37 @@
4949
<Reference Include="System.Configuration" />
5050
</ItemGroup>
5151
<ItemGroup>
52+
<Content Include="Global.asax" />
53+
<Content Include="wwwroot\about.html" />
54+
<Content Include="wwwroot\admin\index.html" />
5255
<Content Include="wwwroot\assets\css\bootstrap.css" />
5356
<Content Include="wwwroot\assets\css\default.css" />
5457
<Content Include="wwwroot\assets\img\favicon.ico" />
5558
<Content Include="wwwroot\assets\img\logo.png" />
5659
<Content Include="wwwroot\assets\js\bootstrap.min.js" />
5760
<Content Include="wwwroot\assets\js\default.js" />
61+
<Content Include="wwwroot\assets\js\dtos.js" />
5862
<Content Include="wwwroot\assets\js\jquery.min.js" />
59-
<Content Include="wwwroot\about\contact.html" />
60-
<Content Include="wwwroot\about\index.html" />
63+
<Content Include="wwwroot\assets\js\servicestack-client.min.js" />
64+
<Content Include="wwwroot\assets\svg\app\logo.svg" />
65+
<Content Include="wwwroot\assets\svg\svg-icons\home.svg" />
66+
<Content Include="wwwroot\forbidden.html" />
6167
<Content Include="wwwroot\index.html" />
62-
<Content Include="wwwroot\services.html" />
63-
<Content Include="wwwroot\_menu-partial.html" />
68+
<Content Include="wwwroot\login.html" />
69+
<Content Include="wwwroot\notfound.html" />
70+
<Content Include="wwwroot\profile.html" />
71+
<Content Include="wwwroot\signup.html" />
6472
<Content Include="wwwroot\_layout.html" />
73+
<Content Include="wwwroot\_requires-auth-partial.html" />
6574
</ItemGroup>
6675
<ItemGroup>
67-
<Content Include="Global.asax" />
76+
<TypeScriptCompile Include="wwwroot\assets\js\dtos.ts" />
6877
</ItemGroup>
6978
<ItemGroup>
7079
<Compile Include="AppHost.cs" />
80+
<Compile Include="Configure.Auth.cs" />
81+
<Compile Include="Configure.AuthRepository.cs" />
82+
<Compile Include="Configure.Ui.cs" />
7183
<Compile Include="Global.asax.cs">
7284
<DependentUpon>Global.asax</DependentUpon>
7385
</Compile>

0 commit comments

Comments
 (0)