Changeset 6314
- Timestamp:
- 05/27/11 18:38:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/HLWebOKBAdminPlugin.csproj
r6282 r6314 91 91 <Compile Include="Controllers\AlgorithmController.cs" /> 92 92 <Compile Include="Controllers\HomeController.cs" /> 93 <Compile Include="Controllers\PlatformController.cs" /> 93 94 <Compile Include="Controllers\ProblemClassController.cs" /> 94 95 <Compile Include="Controllers\ProblemController.cs" /> … … 102 103 <Compile Include="Models\AlgorithmClassModel.cs" /> 103 104 <Compile Include="Models\AlgorithmModel.cs" /> 105 <Compile Include="Models\PlatformModel.cs" /> 104 106 <Compile Include="Models\ProblemClassModel.cs" /> 105 107 <Compile Include="Models\ProblemModel.cs" /> … … 143 145 <Content Include="Views\Home\About.aspx" /> 144 146 <Content Include="Views\Home\Index.aspx" /> 147 <Content Include="Views\Platform\Detail.aspx" /> 148 <Content Include="Views\Platform\Index.aspx" /> 145 149 <Content Include="Views\ProblemClass\Detail.aspx" /> 146 150 <Content Include="Views\ProblemClass\Index.aspx" />
Note: See TracChangeset
for help on using the changeset viewer.