diff options
| author | Michael <[email protected]> | 2017-03-25 12:06:19 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-25 12:06:19 -0400 |
| commit | aaebed46d56f3beeb4552d8f18e9b2653959bcce (patch) | |
| tree | 885b3d995b8f6c6137f8465a07a1747590f3a363 /Project-Unite/Project-Unite.csproj | |
| parent | 6e4b5e6de7cc84b6d263f83e6b8327535d5288fc (diff) | |
| download | project-unite-aaebed46d56f3beeb4552d8f18e9b2653959bcce.tar.gz project-unite-aaebed46d56f3beeb4552d8f18e9b2653959bcce.tar.bz2 project-unite-aaebed46d56f3beeb4552d8f18e9b2653959bcce.zip | |
Skin repo index and viewskin pages
Diffstat (limited to 'Project-Unite/Project-Unite.csproj')
| -rw-r--r-- | Project-Unite/Project-Unite.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Project-Unite/Project-Unite.csproj b/Project-Unite/Project-Unite.csproj index 9b0f4d9..a891dc7 100644 --- a/Project-Unite/Project-Unite.csproj +++ b/Project-Unite/Project-Unite.csproj @@ -242,6 +242,7 @@ <Compile Include="Controllers\ManageController.cs" /> <Compile Include="Controllers\ModeratorController.cs" /> <Compile Include="Controllers\ProfilesController.cs" /> + <Compile Include="Controllers\SkinsController.cs" /> <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> </Compile> @@ -420,6 +421,7 @@ <Compile Include="Models\ManageViewModels.cs" /> <Compile Include="Models\Notification.cs" /> <Compile Include="Models\Role.cs" /> + <Compile Include="Models\Skin.cs" /> <Compile Include="NotificationDaemon.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Startup.cs" /> @@ -520,6 +522,8 @@ <Content Include="Views\Profiles\ViewProfile.cshtml" /> <Content Include="Views\Profiles\_NewPost.cshtml" /> <Content Include="Views\Admin\CreateUser.cshtml" /> + <Content Include="Views\Skins\ViewSkin.cshtml" /> + <Content Include="Views\Skins\Index.cshtml" /> </ItemGroup> <ItemGroup> <Folder Include="App_Data\" /> |
