Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1198 removed testimplementation for admin plugin

File size: 10.5 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\HomeController.cs" />
72    <Compile Include="Controllers\ServicePrototypeController.cs" />
73    <Compile Include="Global.asax.cs">
74      <DependentUpon>Global.asax</DependentUpon>
75    </Compile>
76    <Compile Include="Models\AccountModels.cs" />
77    <Compile Include="PluginLib\AssemblyResourceProvider.cs" />
78    <Compile Include="PluginLib\AssemblyResourceVirtualFile.cs" />
79    <Compile Include="PluginLib\PluginAttribute.cs" />
80    <Compile Include="PluginLib\PluginHelper.cs" />
81    <Compile Include="PluginLib\PluginViewEngine.cs" />
82    <Compile Include="Properties\AssemblyInfo.cs" />
83    <Compile Include="Service References\OKBService\Reference.cs">
84      <AutoGen>True</AutoGen>
85      <DesignTime>True</DesignTime>
86      <DependentUpon>Reference.svcmap</DependentUpon>
87    </Compile>
88  </ItemGroup>
89  <ItemGroup>
90    <Content Include="Global.asax" />
91    <None Include="Service References\OKBService\configuration91.svcinfo" />
92    <None Include="Service References\OKBService\configuration.svcinfo" />
93    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Algorithm.datasource">
94      <DependentUpon>Reference.svcmap</DependentUpon>
95    </None>
96    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmClass.datasource">
97      <DependentUpon>Reference.svcmap</DependentUpon>
98    </None>
99    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmData.datasource">
100      <DependentUpon>Reference.svcmap</DependentUpon>
101    </None>
102    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmParameter.datasource">
103      <DependentUpon>Reference.svcmap</DependentUpon>
104    </None>
105    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.DataType.datasource">
106      <DependentUpon>Reference.svcmap</DependentUpon>
107    </None>
108    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Experiment.datasource">
109      <DependentUpon>Reference.svcmap</DependentUpon>
110    </None>
111    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Platform.datasource">
112      <DependentUpon>Reference.svcmap</DependentUpon>
113    </None>
114    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Problem.datasource">
115      <DependentUpon>Reference.svcmap</DependentUpon>
116    </None>
117    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemClass.datasource">
118      <DependentUpon>Reference.svcmap</DependentUpon>
119    </None>
120    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemData.datasource">
121      <DependentUpon>Reference.svcmap</DependentUpon>
122    </None>
123    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemParameter.datasource">
124      <DependentUpon>Reference.svcmap</DependentUpon>
125    </None>
126    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Result.datasource">
127      <DependentUpon>Reference.svcmap</DependentUpon>
128    </None>
129    <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Run.datasource">
130      <DependentUpon>Reference.svcmap</DependentUpon>
131    </None>
132    <None Include="Service References\OKBService\Reference.svcmap">
133      <Generator>WCF Proxy Generator</Generator>
134      <LastGenOutput>Reference.cs</LastGenOutput>
135    </None>
136    <Content Include="Scripts\lbAlgorithmClassOnClick.js" />
137    <Content Include="Views\ServicePrototype\Index.aspx" />
138    <Content Include="Web.config">
139      <SubType>Designer</SubType>
140    </Content>
141    <Content Include="Web.Debug.config">
142      <DependentUpon>Web.config</DependentUpon>
143    </Content>
144    <Content Include="Web.Release.config">
145      <DependentUpon>Web.config</DependentUpon>
146      <SubType>Designer</SubType>
147    </Content>
148    <Content Include="Content\Site.css" />
149    <Content Include="Scripts\jquery-1.4.1.js" />
150    <Content Include="Scripts\jquery-1.4.1.min.js" />
151    <Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
152    <Content Include="Scripts\jquery.validate.js" />
153    <Content Include="Scripts\jquery.validate.min.js" />
154    <Content Include="Scripts\jquery.validate-vsdoc.js" />
155    <Content Include="Scripts\MicrosoftAjax.js" />
156    <Content Include="Scripts\MicrosoftAjax.debug.js" />
157    <Content Include="Scripts\MicrosoftMvcAjax.js" />
158    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
159    <Content Include="Scripts\MicrosoftMvcValidation.js" />
160    <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
161    <Content Include="Views\Account\ChangePassword.aspx" />
162    <Content Include="Views\Account\ChangePasswordSuccess.aspx" />
163    <Content Include="Views\Account\LogOn.aspx" />
164    <Content Include="Views\Account\Register.aspx" />
165    <Content Include="Views\Home\About.aspx" />
166    <Content Include="Views\Home\Index.aspx" />
167    <Content Include="Views\Shared\Error.aspx" />
168    <Content Include="Views\Shared\LogOnUserControl.ascx" />
169    <Content Include="Views\Shared\Site.Master" />
170    <Content Include="Views\Web.config" />
171  </ItemGroup>
172  <ItemGroup>
173    <Folder Include="App_Data\" />
174    <Folder Include="App_LocalResources\" />
175  </ItemGroup>
176  <ItemGroup>
177    <WCFMetadata Include="Service References\" />
178  </ItemGroup>
179  <ItemGroup>
180    <WCFMetadataStorage Include="Service References\OKBService\" />
181  </ItemGroup>
182  <ItemGroup>
183    <None Include="Service References\OKBService\Arrays.xsd">
184      <SubType>Designer</SubType>
185    </None>
186    <None Include="Service References\OKBService\HeuristicLab.Services.OKB.DataTransfer.xsd">
187      <SubType>Designer</SubType>
188    </None>
189    <None Include="Service References\OKBService\service.wsdl" />
190    <None Include="Service References\OKBService\service.xsd">
191      <SubType>Designer</SubType>
192    </None>
193    <None Include="Service References\OKBService\service1.xsd">
194      <SubType>Designer</SubType>
195    </None>
196  </ItemGroup>
197  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
198  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
199  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200       Other similar extension points exist, see Microsoft.Common.targets.
201  <Target Name="BeforeBuild">
202  </Target> -->
203  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
204    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
205  </Target>
206  <ProjectExtensions>
207    <VisualStudio>
208      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
209        <WebProjectProperties>
210          <UseIIS>False</UseIIS>
211          <AutoAssignPort>True</AutoAssignPort>
212          <DevelopmentServerPort>1209</DevelopmentServerPort>
213          <DevelopmentServerVPath>/</DevelopmentServerVPath>
214          <IISUrl>
215          </IISUrl>
216          <NTLMAuthentication>False</NTLMAuthentication>
217          <UseCustomServer>False</UseCustomServer>
218          <CustomServerUrl>
219          </CustomServerUrl>
220          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
221        </WebProjectProperties>
222      </FlavorProperties>
223    </VisualStudio>
224  </ProjectExtensions>
225</Project>
Note: See TracBrowser for help on using the repository browser.