Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj @ 4939

Last change on this file since 4939 was 4939, checked in by wtollsch, 14 years ago

#1198 Added AlgorithmClassController, AlgorithmClassModel, AlgorithmClass/Index.aspx with ListBox

File size: 10.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{1B682B1C-5EF5-4797-B4D0-99D930D64403}</ProjectGuid>
10    <ProjectTypeGuids>{F85E285D-A4E0-4152-9332-AB1D724D3325};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11    <OutputType>Library</OutputType>
12    <AppDesignerFolder>Properties</AppDesignerFolder>
13    <RootNamespace>HLWebPluginHost</RootNamespace>
14    <AssemblyName>HLWebPluginHost</AssemblyName>
15    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16    <MvcBuildViews>false</MvcBuildViews>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="Microsoft.CSharp" />
37    <Reference Include="System" />
38    <Reference Include="System.Data" />
39    <Reference Include="System.Drawing" />
40    <Reference Include="System.Runtime.Serialization" />
41    <Reference Include="System.ServiceModel" />
42    <Reference Include="System.Web.DynamicData" />
43    <Reference Include="System.Web.Entity" />
44    <Reference Include="System.Web.ApplicationServices" />
45    <Reference Include="System.ComponentModel.DataAnnotations">
46      <RequiredTargetFramework>3.5</RequiredTargetFramework>
47    </Reference>
48    <Reference Include="System.Core">
49      <RequiredTargetFramework>3.5</RequiredTargetFramework>
50    </Reference>
51    <Reference Include="System.Data.DataSetExtensions">
52      <RequiredTargetFramework>3.5</RequiredTargetFramework>
53    </Reference>
54    <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
55    <Reference Include="System.Xml.Linq">
56      <RequiredTargetFramework>3.5</RequiredTargetFramework>
57    </Reference>
58    <Reference Include="System.Web" />
59    <Reference Include="System.Web.Extensions">
60      <RequiredTargetFramework>3.5</RequiredTargetFramework>
61    </Reference>
62    <Reference Include="System.Web.Abstractions" />
63    <Reference Include="System.Web.Routing" />
64    <Reference Include="System.Xml" />
65    <Reference Include="System.Configuration" />
66    <Reference Include="System.Web.Services" />
67    <Reference Include="System.EnterpriseServices" />
68  </ItemGroup>
69  <ItemGroup>
70    <Compile Include="Controllers\AccountController.cs" />
71    <Compile Include="Controllers\AlgorithmClassController.cs" />
72    <Compile Include="Controllers\HomeController.cs" />
73    <Compile Include="Controllers\ServicePrototypeController.cs" />
74    <Compile Include="Global.asax.cs">
75      <DependentUpon>Global.asax</DependentUpon>
76    </Compile>
77    <Compile Include="Models\AccountModels.cs" />
78    <Compile Include="Models\AlgorithmClassModel.cs" />
79    <Compile Include="PluginLib\AssemblyResourceProvider.cs" />
80    <Compile Include="PluginLib\AssemblyResourceVirtualFile.cs" />
81    <Compile Include="PluginLib\PluginAttribute.cs" />
82    <Compile Include="PluginLib\PluginHelper.cs" />
83    <Compile Include="PluginLib\PluginViewEngine.cs" />
84    <Compile Include="Properties\AssemblyInfo.cs" />
85    <Compile Include="Service References\OKBService\Reference.cs">
86      <AutoGen>True</AutoGen>
87      <DesignTime>True</DesignTime>
88      <DependentUpon>Reference.svcmap</DependentUpon>
89    </Compile>
90  </ItemGroup>
91  <ItemGroup>
92    <Content Include="Global.asax" />
93    <None Include="Service References\OKBService\configuration91.svcinfo" />
94    <None Include="Service References\OKBService\configuration.svcinfo" />
95    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Algorithm.datasource">
96      <DependentUpon>Reference.svcmap</DependentUpon>
97    </None>
98    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmClass.datasource">
99      <DependentUpon>Reference.svcmap</DependentUpon>
100    </None>
101    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmData.datasource">
102      <DependentUpon>Reference.svcmap</DependentUpon>
103    </None>
104    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmParameter.datasource">
105      <DependentUpon>Reference.svcmap</DependentUpon>
106    </None>
107    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.DataType.datasource">
108      <DependentUpon>Reference.svcmap</DependentUpon>
109    </None>
110    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Experiment.datasource">
111      <DependentUpon>Reference.svcmap</DependentUpon>
112    </None>
113    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Platform.datasource">
114      <DependentUpon>Reference.svcmap</DependentUpon>
115    </None>
116    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Problem.datasource">
117      <DependentUpon>Reference.svcmap</DependentUpon>
118    </None>
119    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemClass.datasource">
120      <DependentUpon>Reference.svcmap</DependentUpon>
121    </None>
122    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemData.datasource">
123      <DependentUpon>Reference.svcmap</DependentUpon>
124    </None>
125    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemParameter.datasource">
126      <DependentUpon>Reference.svcmap</DependentUpon>
127    </None>
128    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Result.datasource">
129      <DependentUpon>Reference.svcmap</DependentUpon>
130    </None>
131    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Run.datasource">
132      <DependentUpon>Reference.svcmap</DependentUpon>
133    </None>
134    <None Include="Service References\OKBService\Reference.svcmap">
135      <Generator>WCF Proxy Generator</Generator>
136      <LastGenOutput>Reference.cs</LastGenOutput>
137    </None>
138    <None Include="Resources\Plus.bmp" />
139    <None Include="Resources\Delete.bmp" />
140    <Content Include="Views\AlgorithmClass\Index.aspx" />
141    <Content Include="Views\ServicePrototype\Index.aspx" />
142    <Content Include="Web.config">
143      <SubType>Designer</SubType>
144    </Content>
145    <Content Include="Web.Debug.config">
146      <DependentUpon>Web.config</DependentUpon>
147    </Content>
148    <Content Include="Web.Release.config">
149      <DependentUpon>Web.config</DependentUpon>
150    </Content>
151    <Content Include="Content\Site.css" />
152    <Content Include="Scripts\jquery-1.4.1.js" />
153    <Content Include="Scripts\jquery-1.4.1.min.js" />
154    <Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
155    <Content Include="Scripts\jquery.validate.js" />
156    <Content Include="Scripts\jquery.validate.min.js" />
157    <Content Include="Scripts\jquery.validate-vsdoc.js" />
158    <Content Include="Scripts\MicrosoftAjax.js" />
159    <Content Include="Scripts\MicrosoftAjax.debug.js" />
160    <Content Include="Scripts\MicrosoftMvcAjax.js" />
161    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
162    <Content Include="Scripts\MicrosoftMvcValidation.js" />
163    <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
164    <Content Include="Views\Account\ChangePassword.aspx" />
165    <Content Include="Views\Account\ChangePasswordSuccess.aspx" />
166    <Content Include="Views\Account\LogOn.aspx" />
167    <Content Include="Views\Account\Register.aspx" />
168    <Content Include="Views\Home\About.aspx" />
169    <Content Include="Views\Home\Index.aspx" />
170    <Content Include="Views\Shared\Error.aspx" />
171    <Content Include="Views\Shared\LogOnUserControl.ascx" />
172    <Content Include="Views\Shared\Site.Master" />
173    <Content Include="Views\Web.config" />
174  </ItemGroup>
175  <ItemGroup>
176    <Folder Include="App_Data\" />
177  </ItemGroup>
178  <ItemGroup>
179    <WCFMetadata Include="Service References\" />
180  </ItemGroup>
181  <ItemGroup>
182    <WCFMetadataStorage Include="Service References\OKBService\" />
183  </ItemGroup>
184  <ItemGroup>
185    <None Include="Service References\OKBService\Arrays.xsd">
186      <SubType>Designer</SubType>
187    </None>
188    <None Include="Service References\OKBService\HeuristicLab.Services.OKB.DataTransfer.xsd">
189      <SubType>Designer</SubType>
190    </None>
191    <None Include="Service References\OKBService\service.wsdl" />
192    <None Include="Service References\OKBService\service.xsd">
193      <SubType>Designer</SubType>
194    </None>
195    <None Include="Service References\OKBService\service1.xsd">
196      <SubType>Designer</SubType>
197    </None>
198  </ItemGroup>
199  <ItemGroup>
200    <Content Include="App_LocalResources\Images.resx" />
201  </ItemGroup>
202  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
203  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
204  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
205       Other similar extension points exist, see Microsoft.Common.targets.
206  <Target Name="BeforeBuild">
207  </Target> -->
208  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
209    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
210  </Target>
211  <ProjectExtensions>
212    <VisualStudio>
213      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
214        <WebProjectProperties>
215          <UseIIS>False</UseIIS>
216          <AutoAssignPort>True</AutoAssignPort>
217          <DevelopmentServerPort>1209</DevelopmentServerPort>
218          <DevelopmentServerVPath>/</DevelopmentServerVPath>
219          <IISUrl>
220          </IISUrl>
221          <NTLMAuthentication>False</NTLMAuthentication>
222          <UseCustomServer>False</UseCustomServer>
223          <CustomServerUrl>
224          </CustomServerUrl>
225          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
226        </WebProjectProperties>
227      </FlavorProperties>
228    </VisualStudio>
229  </ProjectExtensions>
230</Project>
Note: See TracBrowser for help on using the repository browser.