Nu går det fint att skapa tournaments med teams och prizes

This commit is contained in:
2020-05-06 22:58:06 +02:00
parent 9596d9aa47
commit dc4162db95
12 changed files with 228 additions and 35 deletions

View File

@ -51,6 +51,9 @@
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="ObjectDumping, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ObjectDumper.NET.2.5.20033.1\lib\net45\ObjectDumping.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
@ -126,10 +129,12 @@
<Compile Include="Controllers\PeopleController.cs" />
<Compile Include="Controllers\PrizesController.cs" />
<Compile Include="Controllers\TeamsController.cs" />
<Compile Include="Controllers\TournamentsController.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Models\TeamMVCModel.cs" />
<Compile Include="Models\TournamentMVCModel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
@ -273,6 +278,7 @@
<Content Include="Views\Teams\Create.cshtml" />
<Content Include="Views\Prizes\Index.cshtml" />
<Content Include="Views\Prizes\Create.cshtml" />
<Content Include="Views\Tournaments\Create.cshtml" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />