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