|
49 | 49 | <Reference Include="System.Configuration" />
|
50 | 50 | </ItemGroup>
|
51 | 51 | <ItemGroup>
|
| 52 | + <Content Include="Global.asax" /> |
| 53 | + <Content Include="wwwroot\about.html" /> |
| 54 | + <Content Include="wwwroot\admin\index.html" /> |
52 | 55 | <Content Include="wwwroot\assets\css\bootstrap.css" />
|
53 | 56 | <Content Include="wwwroot\assets\css\default.css" />
|
54 | 57 | <Content Include="wwwroot\assets\img\favicon.ico" />
|
55 | 58 | <Content Include="wwwroot\assets\img\logo.png" />
|
56 | 59 | <Content Include="wwwroot\assets\js\bootstrap.min.js" />
|
57 | 60 | <Content Include="wwwroot\assets\js\default.js" />
|
| 61 | + <Content Include="wwwroot\assets\js\dtos.js" /> |
58 | 62 | <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" /> |
61 | 67 | <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" /> |
64 | 72 | <Content Include="wwwroot\_layout.html" />
|
| 73 | + <Content Include="wwwroot\_requires-auth-partial.html" /> |
65 | 74 | </ItemGroup>
|
66 | 75 | <ItemGroup>
|
67 |
| - <Content Include="Global.asax" /> |
| 76 | + <TypeScriptCompile Include="wwwroot\assets\js\dtos.ts" /> |
68 | 77 | </ItemGroup>
|
69 | 78 | <ItemGroup>
|
70 | 79 | <Compile Include="AppHost.cs" />
|
| 80 | + <Compile Include="Configure.Auth.cs" /> |
| 81 | + <Compile Include="Configure.AuthRepository.cs" /> |
| 82 | + <Compile Include="Configure.Ui.cs" /> |
71 | 83 | <Compile Include="Global.asax.cs">
|
72 | 84 | <DependentUpon>Global.asax</DependentUpon>
|
73 | 85 | </Compile>
|
|
0 commit comments