Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5763 was 5763, checked in by wtollsch, 13 years ago

#1433 connection with new AdministrationService established

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