diff options
| author | Michael <[email protected]> | 2017-04-07 10:47:11 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-07 10:47:11 -0400 |
| commit | 5eea4787f1bdc384451c18d5a693e65a4ed38601 (patch) | |
| tree | 2f4eead1093da297807494c1d489831b8e0e5122 /Project-Unite/Project-Unite.csproj | |
| parent | 5860170c1fed2342232d7e35015b669e8b8ec471 (diff) | |
| download | project-unite-5eea4787f1bdc384451c18d5a693e65a4ed38601.tar.gz project-unite-5eea4787f1bdc384451c18d5a693e65a4ed38601.tar.bz2 project-unite-5eea4787f1bdc384451c18d5a693e65a4ed38601.zip | |
add search system (downloads and topics)
Diffstat (limited to 'Project-Unite/Project-Unite.csproj')
| -rw-r--r-- | Project-Unite/Project-Unite.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project-Unite/Project-Unite.csproj b/Project-Unite/Project-Unite.csproj index b5724bd..3050e2a 100644 --- a/Project-Unite/Project-Unite.csproj +++ b/Project-Unite/Project-Unite.csproj @@ -427,6 +427,7 @@ <Compile Include="Models\ManageViewModels.cs" /> <Compile Include="Models\Notification.cs" /> <Compile Include="Models\Role.cs" /> + <Compile Include="Models\SearchModels.cs" /> <Compile Include="Models\Skin.cs" /> <Compile Include="Models\WikiModels.cs" /> <Compile Include="NotificationDaemon.cs" /> @@ -547,6 +548,7 @@ <Content Include="Views\Developer\AddWikiCategory.cshtml" /> <Content Include="Views\Wiki\AddPage.cshtml" /> <Content Include="Views\Wiki\EditPage.cshtml" /> + <Content Include="Views\Home\Search.cshtml" /> </ItemGroup> <ItemGroup> <Folder Include="App_Data\" /> |
