MVC-kopplingen till tournament tracker är klar
This commit is contained in:
@ -133,8 +133,12 @@
|
||||
<Compile Include="Global.asax.cs">
|
||||
<DependentUpon>Global.asax</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Helpers\Enums.cs" />
|
||||
<Compile Include="Models\MatchupMVCModel.cs" />
|
||||
<Compile Include="Models\RoundMVCModel.cs" />
|
||||
<Compile Include="Models\TeamMVCModel.cs" />
|
||||
<Compile Include="Models\TournamentMVCModel.cs" />
|
||||
<Compile Include="Models\TournamentMVCCreateModel.cs" />
|
||||
<Compile Include="Models\TournamentMVCDetailsModel.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@ -279,6 +283,8 @@
|
||||
<Content Include="Views\Prizes\Index.cshtml" />
|
||||
<Content Include="Views\Prizes\Create.cshtml" />
|
||||
<Content Include="Views\Tournaments\Create.cshtml" />
|
||||
<Content Include="Views\Tournaments\Details.cshtml" />
|
||||
<Content Include="Views\Shared\_EditMatchup.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="App_Data\" />
|
||||
|
||||
Reference in New Issue
Block a user