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