Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 5986 was 5986, checked in by dkahn, 13 years ago

#1198 fixed web config

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