- Timestamp:
- 11/29/10 02:08:20 (14 years ago)
- Location:
- branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj
r4952 r4986 69 69 <ItemGroup> 70 70 <Compile Include="Controllers\AccountController.cs" /> 71 <Compile Include="Controllers\AlgorithmClassController.cs" />72 71 <Compile Include="Controllers\HomeController.cs" /> 73 72 <Compile Include="Controllers\ServicePrototypeController.cs" /> … … 76 75 </Compile> 77 76 <Compile Include="Models\AccountModels.cs" /> 78 <Compile Include="Models\AlgorithmClassModel.cs" />79 77 <Compile Include="PluginLib\AssemblyResourceProvider.cs" /> 80 78 <Compile Include="PluginLib\AssemblyResourceVirtualFile.cs" /> … … 136 134 <LastGenOutput>Reference.cs</LastGenOutput> 137 135 </None> 138 <None Include="Resources\Plus.bmp" />139 <None Include="Resources\Delete.bmp" />140 <None Include="Resources\Update.bmp" />141 136 <Content Include="Scripts\lbAlgorithmClassOnClick.js" /> 142 <Content Include="Views\AlgorithmClass\Index.aspx" />143 137 <Content Include="Views\ServicePrototype\Index.aspx" /> 144 138 <Content Include="Web.config"> … … 150 144 <Content Include="Web.Release.config"> 151 145 <DependentUpon>Web.config</DependentUpon> 146 <SubType>Designer</SubType> 152 147 </Content> 153 148 <Content Include="Content\Site.css" /> … … 177 172 <ItemGroup> 178 173 <Folder Include="App_Data\" /> 174 <Folder Include="App_LocalResources\" /> 179 175 </ItemGroup> 180 176 <ItemGroup> … … 198 194 <SubType>Designer</SubType> 199 195 </None> 200 </ItemGroup>201 <ItemGroup>202 <Content Include="App_LocalResources\Images.resx" />203 196 </ItemGroup> 204 197 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.