Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6141 was 6141, checked in by mjesner, 13 years ago

#1499 new (non-recursive) view/architecture

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