Teams creation and prizes creation are implemented
This commit is contained in:
@ -124,9 +124,12 @@
|
||||
<Compile Include="App_Start\RouteConfig.cs" />
|
||||
<Compile Include="Controllers\HomeController.cs" />
|
||||
<Compile Include="Controllers\PeopleController.cs" />
|
||||
<Compile Include="Controllers\PrizesController.cs" />
|
||||
<Compile Include="Controllers\TeamsController.cs" />
|
||||
<Compile Include="Global.asax.cs">
|
||||
<DependentUpon>Global.asax</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Models\TeamMVCModel.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@ -266,10 +269,13 @@
|
||||
<Content Include="Scripts\popper-utils.js.map" />
|
||||
<Content Include="Views\People\Index.cshtml" />
|
||||
<Content Include="Views\People\Create.cshtml" />
|
||||
<Content Include="Views\Teams\Index.cshtml" />
|
||||
<Content Include="Views\Teams\Create.cshtml" />
|
||||
<Content Include="Views\Prizes\Index.cshtml" />
|
||||
<Content Include="Views\Prizes\Create.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="App_Data\" />
|
||||
<Folder Include="Models\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
|
||||
Reference in New Issue
Block a user