Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBQueryPlugin/HLWebOKBQueryPlugin.csproj @ 6097

Last change on this file since 6097 was 6097, checked in by mjesner, 14 years ago

#1499 query filter

File size: 12.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>{508F74C2-87B5-4150-B45E-ADFBDBE0168F}</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>HLWebOKBQueryPlugin</RootNamespace>
14    <AssemblyName>HLWebOKBQueryPlugin</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  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Plugin|AnyCPU'">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>bin\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>AnyCPU</PlatformTarget>
41    <CodeAnalysisLogFile>bin\FzySqrPlugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
42    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
43    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
44    <ErrorReport>prompt</ErrorReport>
45    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
46    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
47    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
48    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
49    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
50  </PropertyGroup>
51  <ItemGroup>
52    <Reference Include="HLWebPluginHost, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
53      <SpecificVersion>False</SpecificVersion>
54      <HintPath>..\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.dll</HintPath>
55    </Reference>
56    <Reference Include="Microsoft.CSharp" />
57    <Reference Include="System" />
58    <Reference Include="System.Data" />
59    <Reference Include="System.Drawing" />
60    <Reference Include="System.Runtime.Serialization" />
61    <Reference Include="System.ServiceModel" />
62    <Reference Include="System.Web.DynamicData" />
63    <Reference Include="System.Web.Entity" />
64    <Reference Include="System.Web.ApplicationServices" />
65    <Reference Include="System.ComponentModel.DataAnnotations">
66      <RequiredTargetFramework>3.5</RequiredTargetFramework>
67    </Reference>
68    <Reference Include="System.Core">
69      <RequiredTargetFramework>3.5</RequiredTargetFramework>
70    </Reference>
71    <Reference Include="System.Data.DataSetExtensions">
72      <RequiredTargetFramework>3.5</RequiredTargetFramework>
73    </Reference>
74    <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
75    <Reference Include="System.Xml.Linq">
76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77    </Reference>
78    <Reference Include="System.Web" />
79    <Reference Include="System.Web.Extensions">
80      <RequiredTargetFramework>3.5</RequiredTargetFramework>
81    </Reference>
82    <Reference Include="System.Web.Abstractions" />
83    <Reference Include="System.Web.Routing" />
84    <Reference Include="System.Xml" />
85    <Reference Include="System.Configuration" />
86    <Reference Include="System.Web.Services" />
87    <Reference Include="System.EnterpriseServices" />
88  </ItemGroup>
89  <ItemGroup>
90    <Compile Include="Controllers\FilterController.cs" />
91    <Compile Include="Controllers\HomeController.cs" />
92    <Compile Include="Controllers\QueryController.cs" />
93    <Compile Include="Global.asax.cs">
94      <DependentUpon>Global.asax</DependentUpon>
95    </Compile>
96    <Compile Include="Helpers\HtmlHelpers.cs" />
97    <Compile Include="Helpers\Query.cs" />
98    <Compile Include="Models\AccountModels.cs" />
99    <Compile Include="ViewModels\FilterModel.cs" />
100    <Compile Include="Models\QueryModel.cs" />
101    <Compile Include="Properties\AssemblyInfo.cs" />
102    <Compile Include="Properties\Settings.Designer.cs">
103      <AutoGen>True</AutoGen>
104      <DesignTimeSharedInput>True</DesignTimeSharedInput>
105      <DependentUpon>Settings.settings</DependentUpon>
106    </Compile>
107    <Compile Include="Service References\OKBQueryService\Reference.cs">
108      <AutoGen>True</AutoGen>
109      <DesignTime>True</DesignTime>
110      <DependentUpon>Reference.svcmap</DependentUpon>
111    </Compile>
112  </ItemGroup>
113  <ItemGroup>
114    <Content Include="Global.asax" />
115    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Algorithm.datasource" />
116    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.AlgorithmClass.datasource" />
117    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.AlgorithmData.datasource" />
118    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.AlgorithmParameter.datasource" />
119    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.DataType.datasource" />
120    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Experiment.datasource" />
121    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Platform.datasource" />
122    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Problem.datasource" />
123    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.ProblemClass.datasource" />
124    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.ProblemData.datasource" />
125    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.ProblemParameter.datasource" />
126    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Result.datasource" />
127    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Run.datasource" />
128    <EmbeddedResource Include="Resources\Delete.bmp" />
129    <EmbeddedResource Include="Resources\Plus.bmp" />
130    <EmbeddedResource Include="Resources\Update.bmp" />
131    <None Include="Properties\Settings.settings">
132      <Generator>SettingsSingleFileGenerator</Generator>
133      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
134    </None>
135    <None Include="Service References\OKBQueryService\HLWebOKBQueryPlugin.OKBQueryService.Filter.datasource">
136      <DependentUpon>Reference.svcmap</DependentUpon>
137    </None>
138    <None Include="Service References\OKBQueryService\HLWebOKBQueryPlugin.OKBQueryService.Run.datasource">
139      <DependentUpon>Reference.svcmap</DependentUpon>
140    </None>
141    <None Include="Service References\OKBQueryService\QueryService.disco" />
142    <None Include="Service References\OKBQueryService\configuration91.svcinfo" />
143    <None Include="Service References\OKBQueryService\configuration.svcinfo" />
144    <None Include="Service References\OKBQueryService\Reference.svcmap">
145      <Generator>WCF Proxy Generator</Generator>
146      <LastGenOutput>Reference.cs</LastGenOutput>
147    </None>
148    <Content Include="Views\AlgorithmClass\Index.aspx" />
149    <EmbeddedResource Include="Views\Filter\Filters.ascx" />
150    <Content Include="Views\Filter\Index.aspx" />
151    <Content Include="Views\Home\About.aspx" />
152    <Content Include="Views\Home\Index.aspx" />
153    <EmbeddedResource Include="Views\Shared\FilterControl.ascx" />
154    <Content Include="Views\Query\Index.aspx" />
155    <EmbeddedResource Include="Views\Query\Menu.ascx" />
156    <Content Include="Views\Query\Results.aspx" />
157    <Content Include="Views\ServiceTest\Index.aspx" />
158    <Content Include="Web.config" />
159    <Content Include="Web.Debug.config">
160      <DependentUpon>Web.config</DependentUpon>
161    </Content>
162    <Content Include="Web.Release.config">
163      <DependentUpon>Web.config</DependentUpon>
164    </Content>
165    <Content Include="Content\Site.css" />
166    <Content Include="Scripts\jquery-1.4.1.js" />
167    <Content Include="Scripts\jquery-1.4.1.min.js" />
168    <Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
169    <Content Include="Scripts\jquery.validate.js" />
170    <Content Include="Scripts\jquery.validate.min.js" />
171    <Content Include="Scripts\jquery.validate-vsdoc.js" />
172    <Content Include="Scripts\MicrosoftAjax.js" />
173    <Content Include="Scripts\MicrosoftAjax.debug.js" />
174    <Content Include="Scripts\MicrosoftMvcAjax.js" />
175    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
176    <Content Include="Scripts\MicrosoftMvcValidation.js" />
177    <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
178    <Content Include="Views\Shared\Error.aspx" />
179    <Content Include="Views\Shared\LogOnUserControl.ascx" />
180    <Content Include="Views\Shared\Site.Master" />
181    <Content Include="Views\Web.config" />
182    <None Include="Service References\OKBQueryService\QueryService.wsdl" />
183    <None Include="Service References\OKBQueryService\QueryService.xsd">
184      <SubType>Designer</SubType>
185    </None>
186    <None Include="Service References\OKBQueryService\QueryService1.xsd">
187      <SubType>Designer</SubType>
188    </None>
189    <None Include="Service References\OKBQueryService\QueryService2.xsd">
190      <SubType>Designer</SubType>
191    </None>
192    <None Include="Service References\OKBQueryService\QueryService3.xsd">
193      <SubType>Designer</SubType>
194    </None>
195  </ItemGroup>
196  <ItemGroup>
197    <Folder Include="App_Data\" />
198    <Folder Include="App_LocalResources\" />
199    <Folder Include="Views\Query\Controls\" />
200  </ItemGroup>
201  <ItemGroup>
202    <WCFMetadata Include="Service References\" />
203  </ItemGroup>
204  <ItemGroup>
205    <WCFMetadataStorage Include="Service References\OKBQueryService\" />
206  </ItemGroup>
207  <Choose>
208    <When Condition=" '$(Configuration)'=='Plugin' ">
209      <ItemGroup>
210        <EmbeddedResource Include="Views\*\*.aspx" />
211      </ItemGroup>
212    </When>
213  </Choose>
214  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
215  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
216  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
217       Other similar extension points exist, see Microsoft.Common.targets.
218  <Target Name="BeforeBuild">
219  </Target> -->
220  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
221    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
222  </Target>
223  <ProjectExtensions>
224    <VisualStudio>
225      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
226        <WebProjectProperties>
227          <UseIIS>False</UseIIS>
228          <AutoAssignPort>True</AutoAssignPort>
229          <DevelopmentServerPort>4012</DevelopmentServerPort>
230          <DevelopmentServerVPath>/</DevelopmentServerVPath>
231          <IISUrl>
232          </IISUrl>
233          <NTLMAuthentication>False</NTLMAuthentication>
234          <UseCustomServer>False</UseCustomServer>
235          <CustomServerUrl>
236          </CustomServerUrl>
237          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
238        </WebProjectProperties>
239      </FlavorProperties>
240    </VisualStudio>
241  </ProjectExtensions>
242  <PropertyGroup>
243    <PostBuildEvent>copy HLWebOKBQueryPlugin.dll ..\..\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin</PostBuildEvent>
244  </PropertyGroup>
245</Project>
Note: See TracBrowser for help on using the repository browser.