<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion> </ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{A1EEF39B-0D73-4624-AC35-3FCBF475D645}</ProjectGuid> <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Quiz.WebsiteAnalysis</RootNamespace> <AssemblyName>Quiz.WebsiteAnalysis</AssemblyName> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <UseIISExpress>true</UseIISExpress> <IISExpressSSLPort /> <IISExpressAnonymousAuthentication /> <IISExpressWindowsAuthentication /> <IISExpressUseClassicPipelineMode /> <UseGlobalApplicationHostFile /> <Use64BitIISExpress /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="Aspose.Cells"> <HintPath>..\..\lib\Aspose.Cells.dll</HintPath> </Reference> <Reference Include="Microsoft.CSharp" /> <Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\..\packages\StackExchange.Redis.1.2.6\lib\net45\StackExchange.Redis.dll</HintPath> </Reference> <Reference Include="System.IO.Compression" /> <Reference Include="System.Web.DynamicData" /> <Reference Include="System.Web.Entity" /> <Reference Include="System.Web.ApplicationServices" /> <Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Core" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Web.Extensions" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Drawing" /> <Reference Include="System.Web" /> <Reference Include="System.Xml" /> <Reference Include="System.Configuration" /> <Reference Include="System.Web.Services" /> <Reference Include="System.EnterpriseServices" /> </ItemGroup> <ItemGroup> <None Include="packages.config" /> <None Include="Properties\PublishProfiles\analysisPublish.pubxml" /> <None Include="Web.Debug.config"> <DependentUpon>Web.config</DependentUpon> </None> <None Include="Web.Release.config"> <DependentUpon>Web.config</DependentUpon> </None> </ItemGroup> <ItemGroup> <Content Include="DataKanban.aspx" /> <Content Include="Global.asax" /> <Content Include="Index.aspx" /> <Content Include="KanBanLogon.aspx" /> <Content Include="Web.config"> <SubType>Designer</SubType> </Content> </ItemGroup> <ItemGroup> <Compile Include="DataKanban.aspx.cs"> <DependentUpon>DataKanban.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> </Compile> <Compile Include="DataKanban.aspx.designer.cs"> <DependentUpon>DataKanban.aspx</DependentUpon> </Compile> <Compile Include="Global.asax.cs"> <DependentUpon>Global.asax</DependentUpon> </Compile> <Compile Include="Index.aspx.cs"> <DependentUpon>Index.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> </Compile> <Compile Include="Index.aspx.designer.cs"> <DependentUpon>Index.aspx</DependentUpon> </Compile> <Compile Include="KanBanLogon.aspx.cs"> <DependentUpon>KanBanLogon.aspx</DependentUpon> <SubType>ASPXCodeBehind</SubType> </Compile> <Compile Include="KanBanLogon.aspx.designer.cs"> <DependentUpon>KanBanLogon.aspx</DependentUpon> </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Tool.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Quiz.BllCenter\Quiz.BllCenter.csproj"> <Project>{9b0c42b3-79c8-497e-9618-b6666dcbf3e1}</Project> <Name>Quiz.BllCenter</Name> </ProjectReference> <ProjectReference Include="..\Quiz.Models\Quiz.Models.csproj"> <Project>{6d86e282-4e21-42e6-a768-ff8f6acaa8ce}</Project> <Name>Quiz.Models</Name> </ProjectReference> <ProjectReference Include="..\Quiz.SiteBase\Quiz.SiteBase.csproj"> <Project>{7591a63a-962e-40a6-b168-caa4a2051da3}</Project> <Name>Quiz.SiteBase</Name> </ProjectReference> <ProjectReference Include="..\Quiz.Utility\Quiz.Utility.csproj"> <Project>{c9336a1c-eaa2-40ca-9462-8aad8e5089ab}</Project> <Name>Quiz.Utility</Name> </ProjectReference> </ItemGroup> <PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> </PropertyGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> <ProjectExtensions> <VisualStudio> <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> <WebProjectProperties> <UseIIS>True</UseIIS> <AutoAssignPort>True</AutoAssignPort> <DevelopmentServerPort>62538</DevelopmentServerPort> <DevelopmentServerVPath>/</DevelopmentServerVPath> <IISUrl>http://localhost:62538/</IISUrl> <NTLMAuthentication>False</NTLMAuthentication> <UseCustomServer>False</UseCustomServer> <CustomServerUrl> </CustomServerUrl> <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> </WebProjectProperties> </FlavorProperties> </VisualStudio> </ProjectExtensions> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>