diff options
| author | Michael <[email protected]> | 2017-03-27 18:57:07 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-27 18:57:07 -0400 |
| commit | 1dcbadf2eb928c63ce3a968f311f6af6b81d33a4 (patch) | |
| tree | 53491bbdee3e5d77059f810541441ff585c96d0e /Project-Unite/Project-Unite.csproj | |
| parent | 7111f0d5cd4123287d2510d77350d849afe7ea98 (diff) | |
| download | project-unite-1dcbadf2eb928c63ce3a968f311f6af6b81d33a4.tar.gz project-unite-1dcbadf2eb928c63ce3a968f311f6af6b81d33a4.tar.bz2 project-unite-1dcbadf2eb928c63ce3a968f311f6af6b81d33a4.zip | |
Beginning of wiki development
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 74f2ef4..2872ce2 100644 --- a/Project-Unite/Project-Unite.csproj +++ b/Project-Unite/Project-Unite.csproj @@ -246,6 +246,7 @@ <Compile Include="Controllers\ModeratorController.cs" /> <Compile Include="Controllers\ProfilesController.cs" /> <Compile Include="Controllers\SkinsController.cs" /> + <Compile Include="Controllers\WikiControllerController.cs" /> <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> </Compile> @@ -426,6 +427,7 @@ <Compile Include="Models\Notification.cs" /> <Compile Include="Models\Role.cs" /> <Compile Include="Models\Skin.cs" /> + <Compile Include="Models\WikiModels.cs" /> <Compile Include="NotificationDaemon.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Startup.cs" /> @@ -534,10 +536,12 @@ <Content Include="Views\Admin\Backups.cshtml" /> <Content Include="Views\Download\Index.cshtml" /> <Content Include="Views\Forum\ViewUnread.cshtml" /> + <Content Include="Views\Wiki\Index.cshtml" /> </ItemGroup> <ItemGroup> <Folder Include="App_Data\" /> <Folder Include="Properties\PublishProfiles\" /> + <Folder Include="Views\WikiController\" /> </ItemGroup> <ItemGroup> <Content Include="fonts\glyphicons-halflings-regular.woff" /> |
