Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6190 was 6190, checked in by dhohl, 13 years ago

#1499 refactor, first part of the comparison combobox for the different filters, Controls for the Filters

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