diff options
| author | Michael <[email protected]> | 2017-03-26 11:09:28 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-26 11:09:28 -0400 |
| commit | 70f527e9676ea0a15c50a8f255894d3085fac272 (patch) | |
| tree | 20340fee2d8be68f84c5165046913c48c34829a8 /Project-Unite/Project-Unite.csproj | |
| parent | 416b9241755b3b1a6f1ba6fe4fb8b5f4b7ae360e (diff) | |
| download | project-unite-70f527e9676ea0a15c50a8f255894d3085fac272.tar.gz project-unite-70f527e9676ea0a15c50a8f255894d3085fac272.tar.bz2 project-unite-70f527e9676ea0a15c50a8f255894d3085fac272.zip | |
Add downloads 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 7c03cf0..3e3bd11 100644 --- a/Project-Unite/Project-Unite.csproj +++ b/Project-Unite/Project-Unite.csproj @@ -238,6 +238,7 @@ <Compile Include="App_Start\Startup.Auth.cs" /> <Compile Include="Controllers\AccountController.cs" /> <Compile Include="Controllers\AdminController.cs" /> + <Compile Include="Controllers\DownloadController.cs" /> <Compile Include="Controllers\ForumController.cs" /> <Compile Include="Controllers\HomeController.cs" /> <Compile Include="Controllers\LegalController.cs" /> @@ -416,6 +417,7 @@ <Compile Include="Models\AccountViewModels.cs" /> <Compile Include="Models\AddUserToRoleViewModel.cs" /> <Compile Include="Models\AdminViewModels.cs" /> + <Compile Include="Models\Download.cs" /> <Compile Include="Models\ForumCategory.cs" /> <Compile Include="Models\ForumViewModels.cs" /> <Compile Include="Models\HomeViewModel.cs" /> @@ -530,6 +532,7 @@ <Content Include="Views\Manage\ListAvatars.cshtml" /> <Content Include="Views\Manage\UploadAvatar.cshtml" /> <Content Include="Views\Admin\Backups.cshtml" /> + <Content Include="Views\Download\Index.cshtml" /> </ItemGroup> <ItemGroup> <Folder Include="App_Data\" /> |
