Nu går det fint att skapa tournaments med teams och prizes
This commit is contained in:
@ -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\" />
|
||||
|
||||
Reference in New Issue
Block a user