diff options
| author | Michael <[email protected]> | 2017-03-23 18:08:20 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-23 18:08:20 -0400 |
| commit | 0f2629f0603b3c8f5dddf0747da6916dbf479dc4 (patch) | |
| tree | 277a286b77ccaead5bd8f948f4eca9c0239ecabb /Project-Unite/Project-Unite.csproj | |
| parent | 8330fbc5cb51d359d3716c431d1b4af0d31d4e2c (diff) | |
| download | project-unite-0f2629f0603b3c8f5dddf0747da6916dbf479dc4.tar.gz project-unite-0f2629f0603b3c8f5dddf0747da6916dbf479dc4.tar.bz2 project-unite-0f2629f0603b3c8f5dddf0747da6916dbf479dc4.zip | |
Profile work.
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 100b767..9c09bdb 100644 --- a/Project-Unite/Project-Unite.csproj +++ b/Project-Unite/Project-Unite.csproj @@ -232,6 +232,7 @@ <Compile Include="Controllers\LegalController.cs" /> <Compile Include="Controllers\ManageController.cs" /> <Compile Include="Controllers\ModeratorController.cs" /> + <Compile Include="Controllers\ProfilesController.cs" /> <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> </Compile> @@ -505,6 +506,8 @@ <Content Include="Views\Shared\_PostModerationBar.cshtml" /> <Content Include="Views\Forum\EditPost.cshtml" /> <Content Include="Views\Legal\TOS.cshtml" /> + <Content Include="Views\Profiles\ViewProfile.cshtml" /> + <Content Include="Views\Profile\ViewProfile.cshtml" /> </ItemGroup> <ItemGroup> <Folder Include="App_Data\" /> |
