|
10 | 10 | <PropertyGroup>
|
11 | 11 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
12 | 12 | <SchemaVersion>2.0</SchemaVersion>
|
13 |
| - <ProjectGuid>587a3fef-82d4-46c4-8592-a3e4cfbde93e</ProjectGuid> |
| 13 | + <ProjectGuid>{216fef5b-bae6-44db-8ebd-16e6d09842f7}</ProjectGuid> |
14 | 14 | <ProjectHome>.</ProjectHome>
|
15 | 15 | <StartupFile>app.js</StartupFile>
|
16 | 16 | <SearchPath>
|
|
31 | 31 | </PropertyGroup>
|
32 | 32 | <ItemGroup>
|
33 | 33 | <Compile Include="app.js" />
|
| 34 | + <Compile Include="public\js\bootstrap.js" /> |
| 35 | + <Compile Include="public\js\bootstrap.min.js" /> |
| 36 | + <Compile Include="public\js\index.js" /> |
34 | 37 | <Compile Include="routes\index.js" />
|
35 | 38 | <Compile Include="routes\user.js" />
|
36 | 39 | <Content Include="package.json" />
|
37 |
| - <Content Include="public\stylesheets\style.styl" /> |
38 |
| - <Content Include="README.md" /> |
| 40 | + <Content Include="public\css\bootstrap-theme.css" /> |
| 41 | + <Content Include="public\css\bootstrap-theme.css.map" /> |
| 42 | + <Content Include="public\css\bootstrap-theme.min.css" /> |
| 43 | + <Content Include="public\css\bootstrap.css" /> |
| 44 | + <Content Include="public\css\bootstrap.css.map" /> |
| 45 | + <Content Include="public\css\bootstrap.min.css" /> |
| 46 | + <Content Include="public\css\style.css" /> |
| 47 | + <Content Include="public\css\style.styl" /> |
| 48 | + <Content Include="public\fonts\glyphicons-halflings-regular.eot" /> |
| 49 | + <Content Include="public\fonts\glyphicons-halflings-regular.svg" /> |
| 50 | + <Content Include="public\fonts\glyphicons-halflings-regular.ttf" /> |
| 51 | + <Content Include="public\fonts\glyphicons-halflings-regular.woff" /> |
39 | 52 | <Content Include="views\index.jade" />
|
40 | 53 | <Content Include="views\layout.jade" />
|
41 | 54 | </ItemGroup>
|
42 | 55 | <ItemGroup>
|
43 | 56 | <Folder Include="bin\" />
|
44 | 57 | <Folder Include="public\" />
|
45 |
| - <Folder Include="public\images\" /> |
46 |
| - <Folder Include="public\javascripts\" /> |
47 |
| - <Folder Include="public\stylesheets\" /> |
| 58 | + <Folder Include="public\css\" /> |
| 59 | + <Folder Include="public\fonts\" /> |
| 60 | + <Folder Include="public\js\" /> |
48 | 61 | <Folder Include="routes\" />
|
49 | 62 | <Folder Include="views\" />
|
50 | 63 | </ItemGroup>
|
|
0 commit comments