summaryrefslogtreecommitdiff
path: root/Project-Unite/Project-Unite.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Project-Unite.csproj')
-rw-r--r--Project-Unite/Project-Unite.csproj4
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\" />