project update to include new files etc.
This commit is contained in:
parent
39d7bc6cc4
commit
93ec0987f4
@ -106,8 +106,9 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="CardData.cs" />
|
||||
<Compile Include="CardsController.cs" />
|
||||
<Compile Include="Controllers\CardsController.cs" />
|
||||
<Compile Include="Configuration.cs" />
|
||||
<Compile Include="Controllers\TimelogController.cs" />
|
||||
<Compile Include="JsonpFormatter.cs" />
|
||||
<Compile Include="NinjectDependencyResolver.cs" />
|
||||
<Compile Include="NinjectDependencyScope.cs" />
|
||||
@ -123,9 +124,9 @@
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="StartOwin.cs" />
|
||||
<Compile Include="SwipeDataController.cs" />
|
||||
<Compile Include="UsersController.cs" />
|
||||
<Compile Include="ValuesController.cs" />
|
||||
<Compile Include="Controllers\SwipeDataController.cs" />
|
||||
<Compile Include="Controllers\UsersController.cs" />
|
||||
<Compile Include="Controllers\ValuesController.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="www\css\bootstrap-grid.css">
|
||||
@ -146,6 +147,9 @@
|
||||
<Content Include="www\css\bootstrap.min.css">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Resource Include="www\favicon.ico">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Resource>
|
||||
<Content Include="www\index.html">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user