diff options
| author | Michael <[email protected]> | 2017-05-20 19:23:42 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-20 19:23:42 -0400 |
| commit | 92bda00b054276e09f0f80b01af91bc3fedbd5b6 (patch) | |
| tree | e51d82ad623a745dde4edc80c9936cb0ba82f002 /Project-Unite/Project-Unite.csproj | |
| parent | 9b06522c668ff8d2c27367529553eab6bded2021 (diff) | |
| download | project-unite-92bda00b054276e09f0f80b01af91bc3fedbd5b6.tar.gz project-unite-92bda00b054276e09f0f80b01af91bc3fedbd5b6.tar.bz2 project-unite-92bda00b054276e09f0f80b01af91bc3fedbd5b6.zip | |
Contests index page
Diffstat (limited to 'Project-Unite/Project-Unite.csproj')
| -rw-r--r-- | Project-Unite/Project-Unite.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Project-Unite/Project-Unite.csproj b/Project-Unite/Project-Unite.csproj index 6fcf989..2d40155 100644 --- a/Project-Unite/Project-Unite.csproj +++ b/Project-Unite/Project-Unite.csproj @@ -623,6 +623,7 @@ <Compile Include="Controllers\APIController.cs" /> <Compile Include="Controllers\BlogController.cs" /> <Compile Include="Controllers\BugsController.cs" /> + <Compile Include="Controllers\ContestsController.cs" /> <Compile Include="Controllers\DeveloperController.cs" /> <Compile Include="Controllers\DownloadController.cs" /> <Compile Include="Controllers\ForumController.cs" /> @@ -809,6 +810,7 @@ <Compile Include="Models\AdminViewModels.cs" /> <Compile Include="Models\BlogModels.cs" /> <Compile Include="Models\BugModels.cs" /> + <Compile Include="Models\ContestModels.cs" /> <Compile Include="Models\Download.cs" /> <Compile Include="Models\ForumCategory.cs" /> <Compile Include="Models\ForumViewModels.cs" /> @@ -965,6 +967,7 @@ <Content Include="Views\Groups\CreateGroup.cshtml" /> <Content Include="Views\Home\AccessDenied.cshtml" /> <Content Include="Views\Home\SendFeedback.cshtml" /> + <Content Include="Views\Contests\Index.cshtml" /> </ItemGroup> <ItemGroup> <Folder Include="App_Data\" /> |
