[5988] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[4604] | 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>{1B682B1C-5EF5-4797-B4D0-99D930D64403}</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>HLWebPluginHost</RootNamespace>
|
---|
| 14 | <AssemblyName>HLWebPluginHost</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 | <ItemGroup>
|
---|
| 36 | <Reference Include="Microsoft.CSharp" />
|
---|
| 37 | <Reference Include="System" />
|
---|
| 38 | <Reference Include="System.Data" />
|
---|
| 39 | <Reference Include="System.Drawing" />
|
---|
[4736] | 40 | <Reference Include="System.Runtime.Serialization" />
|
---|
| 41 | <Reference Include="System.ServiceModel" />
|
---|
[4604] | 42 | <Reference Include="System.Web.DynamicData" />
|
---|
| 43 | <Reference Include="System.Web.Entity" />
|
---|
| 44 | <Reference Include="System.Web.ApplicationServices" />
|
---|
| 45 | <Reference Include="System.ComponentModel.DataAnnotations">
|
---|
| 46 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 47 | </Reference>
|
---|
| 48 | <Reference Include="System.Core">
|
---|
| 49 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 50 | </Reference>
|
---|
| 51 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 52 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 53 | </Reference>
|
---|
| 54 | <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
---|
| 55 | <Reference Include="System.Xml.Linq">
|
---|
| 56 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 57 | </Reference>
|
---|
| 58 | <Reference Include="System.Web" />
|
---|
| 59 | <Reference Include="System.Web.Extensions">
|
---|
| 60 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 61 | </Reference>
|
---|
| 62 | <Reference Include="System.Web.Abstractions" />
|
---|
| 63 | <Reference Include="System.Web.Routing" />
|
---|
| 64 | <Reference Include="System.Xml" />
|
---|
| 65 | <Reference Include="System.Configuration" />
|
---|
| 66 | <Reference Include="System.Web.Services" />
|
---|
| 67 | <Reference Include="System.EnterpriseServices" />
|
---|
| 68 | </ItemGroup>
|
---|
| 69 | <ItemGroup>
|
---|
| 70 | <Compile Include="Controllers\AccountController.cs" />
|
---|
| 71 | <Compile Include="Controllers\HomeController.cs" />
|
---|
| 72 | <Compile Include="Global.asax.cs">
|
---|
| 73 | <DependentUpon>Global.asax</DependentUpon>
|
---|
| 74 | </Compile>
|
---|
[5973] | 75 | <Compile Include="Lib\HLServiceMembershipProvider.cs" />
|
---|
[4604] | 76 | <Compile Include="Models\AccountModels.cs" />
|
---|
| 77 | <Compile Include="PluginLib\AssemblyResourceProvider.cs" />
|
---|
| 78 | <Compile Include="PluginLib\AssemblyResourceVirtualFile.cs" />
|
---|
| 79 | <Compile Include="PluginLib\PluginAttribute.cs" />
|
---|
| 80 | <Compile Include="PluginLib\PluginHelper.cs" />
|
---|
| 81 | <Compile Include="PluginLib\PluginViewEngine.cs" />
|
---|
| 82 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 83 | </ItemGroup>
|
---|
| 84 | <ItemGroup>
|
---|
[5072] | 85 | <Content Include="Content\themes\hl\images\bg_footer.png" />
|
---|
| 86 | <Content Include="Content\themes\hl\images\bg_header.png" />
|
---|
| 87 | <Content Include="Content\themes\hl\images\bg_main.png" />
|
---|
| 88 | <Content Include="Content\themes\hl\images\bg_mainmenu.png" />
|
---|
| 89 | <Content Include="Content\themes\hl\images\hl-logo.png" />
|
---|
| 90 | <Content Include="Content\themes\hl\Site.css" />
|
---|
[4604] | 91 | <Content Include="Global.asax" />
|
---|
[5763] | 92 | <Content Include="Scripts\lbAlgorithmClassOnClick.js" />
|
---|
[4736] | 93 | <Content Include="Views\ServicePrototype\Index.aspx" />
|
---|
[4604] | 94 | <Content Include="Web.config">
|
---|
| 95 | <SubType>Designer</SubType>
|
---|
| 96 | </Content>
|
---|
| 97 | <Content Include="Web.Debug.config">
|
---|
| 98 | <DependentUpon>Web.config</DependentUpon>
|
---|
| 99 | </Content>
|
---|
| 100 | <Content Include="Web.Release.config">
|
---|
| 101 | <DependentUpon>Web.config</DependentUpon>
|
---|
[4986] | 102 | <SubType>Designer</SubType>
|
---|
[4604] | 103 | </Content>
|
---|
[5072] | 104 | <Content Include="Content\themes\default\Site.css" />
|
---|
[4604] | 105 | <Content Include="Scripts\jquery-1.4.1.js" />
|
---|
| 106 | <Content Include="Scripts\jquery-1.4.1.min.js" />
|
---|
| 107 | <Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
|
---|
| 108 | <Content Include="Scripts\jquery.validate.js" />
|
---|
| 109 | <Content Include="Scripts\jquery.validate.min.js" />
|
---|
| 110 | <Content Include="Scripts\jquery.validate-vsdoc.js" />
|
---|
| 111 | <Content Include="Scripts\MicrosoftAjax.js" />
|
---|
| 112 | <Content Include="Scripts\MicrosoftAjax.debug.js" />
|
---|
| 113 | <Content Include="Scripts\MicrosoftMvcAjax.js" />
|
---|
| 114 | <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
|
---|
| 115 | <Content Include="Scripts\MicrosoftMvcValidation.js" />
|
---|
| 116 | <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
|
---|
| 117 | <Content Include="Views\Account\ChangePassword.aspx" />
|
---|
| 118 | <Content Include="Views\Account\ChangePasswordSuccess.aspx" />
|
---|
| 119 | <Content Include="Views\Account\LogOn.aspx" />
|
---|
| 120 | <Content Include="Views\Account\Register.aspx" />
|
---|
| 121 | <Content Include="Views\Home\About.aspx" />
|
---|
| 122 | <Content Include="Views\Home\Index.aspx" />
|
---|
| 123 | <Content Include="Views\Shared\Error.aspx" />
|
---|
| 124 | <Content Include="Views\Shared\LogOnUserControl.ascx" />
|
---|
| 125 | <Content Include="Views\Shared\Site.Master" />
|
---|
| 126 | <Content Include="Views\Web.config" />
|
---|
| 127 | </ItemGroup>
|
---|
| 128 | <ItemGroup>
|
---|
| 129 | <Folder Include="App_Data\" />
|
---|
[4986] | 130 | <Folder Include="App_LocalResources\" />
|
---|
[4604] | 131 | </ItemGroup>
|
---|
[4736] | 132 | <ItemGroup>
|
---|
| 133 | <WCFMetadata Include="Service References\" />
|
---|
| 134 | </ItemGroup>
|
---|
[4604] | 135 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 136 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
---|
| 137 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 138 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 139 | <Target Name="BeforeBuild">
|
---|
| 140 | </Target> -->
|
---|
| 141 | <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
|
---|
| 142 | <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
|
---|
| 143 | </Target>
|
---|
| 144 | <ProjectExtensions>
|
---|
| 145 | <VisualStudio>
|
---|
| 146 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
---|
| 147 | <WebProjectProperties>
|
---|
| 148 | <UseIIS>False</UseIIS>
|
---|
| 149 | <AutoAssignPort>True</AutoAssignPort>
|
---|
| 150 | <DevelopmentServerPort>1209</DevelopmentServerPort>
|
---|
| 151 | <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
---|
| 152 | <IISUrl>
|
---|
| 153 | </IISUrl>
|
---|
| 154 | <NTLMAuthentication>False</NTLMAuthentication>
|
---|
| 155 | <UseCustomServer>False</UseCustomServer>
|
---|
| 156 | <CustomServerUrl>
|
---|
| 157 | </CustomServerUrl>
|
---|
| 158 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
---|
| 159 | </WebProjectProperties>
|
---|
| 160 | </FlavorProperties>
|
---|
| 161 | </VisualStudio>
|
---|
| 162 | </ProjectExtensions>
|
---|
| 163 | </Project> |
---|