diff options
| author | Michael <[email protected]> | 2017-05-07 09:19:55 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-07 09:19:55 -0400 |
| commit | 0ae47a126b1fb37ecbc80ecddd34a892fb6fd3b2 (patch) | |
| tree | 1daa7ef50bdc8fd340566b8731eb5d9805cc2fa4 /Project-Unite/Project-Unite.csproj | |
| parent | 0cdba811a67c0fa8f9a68c8efa9280ea0cf22801 (diff) | |
| download | project-unite-0ae47a126b1fb37ecbc80ecddd34a892fb6fd3b2.tar.gz project-unite-0ae47a126b1fb37ecbc80ecddd34a892fb6fd3b2.tar.bz2 project-unite-0ae47a126b1fb37ecbc80ecddd34a892fb6fd3b2.zip | |
groups (formerly legions) index
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 02325a5..e70f34c 100644 --- a/Project-Unite/Project-Unite.csproj +++ b/Project-Unite/Project-Unite.csproj @@ -256,6 +256,7 @@ <Compile Include="Controllers\DeveloperController.cs" /> <Compile Include="Controllers\DownloadController.cs" /> <Compile Include="Controllers\ForumController.cs" /> + <Compile Include="Controllers\GroupsController.cs" /> <Compile Include="Controllers\HomeController.cs" /> <Compile Include="Controllers\LegalController.cs" /> <Compile Include="Controllers\ManageController.cs" /> @@ -441,6 +442,7 @@ <Compile Include="Models\Download.cs" /> <Compile Include="Models\ForumCategory.cs" /> <Compile Include="Models\ForumViewModels.cs" /> + <Compile Include="Models\Group.cs" /> <Compile Include="Models\HomeViewModel.cs" /> <Compile Include="Models\IdentityModels.cs" /> <Compile Include="Models\ManageViewModels.cs" /> @@ -587,6 +589,7 @@ <Content Include="Views\Bugs\PostBug.cshtml" /> <Content Include="Views\Stats\Pong.cshtml" /> <Content Include="Views\Stats\Codepoints.cshtml" /> + <Content Include="Views\Groups\Index.cshtml" /> </ItemGroup> <ItemGroup> <Folder Include="App_Data\" /> |
