123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{45FCE04F-75CF-4B22-AF0A-BD0EBE109617}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Bowin.Web.Controls.Mvc</RootNamespace>
- <AssemblyName>Bowin.Web.Controls.Mvc</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\..\Lib\bin\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <OutputPath>..\..\Lib\</OutputPath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <OutputPath>bin\Release\</OutputPath>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Accessibility">
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=4.0.8.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\Lib\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\Lib\bin\System.Web.Helpers.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\EMISOnline\Lib\bin\System.Web.Razor.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\EMISOnline\Lib\bin\System.Web.WebPages.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Administration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\EMISOnline\Lib\bin\System.Web.WebPages.Administration.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\EMISOnline\Lib\bin\System.Web.WebPages.Deployment.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\EMISOnline\Lib\bin\System.Web.WebPages.Razor.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Align.cs" />
- <Compile Include="BaseControl.cs" />
- <Compile Include="BaseControlOptions.cs" />
- <Compile Include="BaseFormControl.cs" />
- <Compile Include="BaseFormControlOptions.cs" />
- <Compile Include="ButtonIcon.cs" />
- <Compile Include="Component.AccordionTree\AccordionTree.cs" />
- <Compile Include="Component.AccordionTree\AccordionTreeDataItem.cs" />
- <Compile Include="Component.AccordionTree\AccordionTreeOptions.cs" />
- <Compile Include="Component.AutoComplete\AutoComplete.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.AutoComplete\AutoCompleteOptions.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.ComboGrid\ComboGrid.cs" />
- <Compile Include="Component.ComboGrid\ComboGridOptions.cs" />
- <Compile Include="Component.Combotree\Combotree.cs" />
- <Compile Include="Component.Combotree\CombotreeOptions.cs" />
- <Compile Include="Component.DataGrid\AutoCompleteColumn.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.DataGrid\BoundFieldColumn.cs" />
- <Compile Include="Component.DataGrid\CheckBoxFieldColumn.cs" />
- <Compile Include="Component.DataGrid\CheckButtonColumn.cs" />
- <Compile Include="Component.DataGrid\DataGrid.cs" />
- <Compile Include="Component.DataGrid\DataGridColumn.cs" />
- <Compile Include="Component.DataGrid\DataGridColumnColletion.cs" />
- <Compile Include="Component.DataGrid\DataGridOptions.cs" />
- <Compile Include="Component.DataGrid\DropdownListColumn.cs" />
- <Compile Include="Component.DataGrid\EditableColumn.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.DataGrid\FieldColumn.cs" />
- <Compile Include="Component.DataGrid\ImageButtonColumn.cs" />
- <Compile Include="Component.DataGrid\LinkButtonColumn.cs" />
- <Compile Include="Component.DataGrid\OperateButton.cs" />
- <Compile Include="Component.DataGrid\OperateColumn.cs" />
- <Compile Include="Component.DataGrid\OperateColumnButtonColletion.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.DataGrid\RadioButtonColumn.cs" />
- <Compile Include="Component.DataGrid\SubTableRow\ISubTableRow.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.DataGrid\SubTableRow\SubRowHorizontalList.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.DataGrid\TextBoxColumn.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.DataGrid\TreeColumn.cs" />
- <Compile Include="Component.DataGrid\TriggerBoxColumn.cs" />
- <Compile Include="Component.Draggable\DraggableItem.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.Draggable\DraggableList.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.Draggable\DraggableListOptions.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.Dropdown\DropdownList.cs" />
- <Compile Include="Component.Dropdown\DropdownListOptions.cs" />
- <Compile Include="Component.Button\Button.cs" />
- <Compile Include="Component.Button\ButtonOptions.cs" />
- <Compile Include="Component.Droppable\DroppableContainer.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.Droppable\DroppableContainerOptions.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.LinkButton\LinkButton.cs" />
- <Compile Include="Component.LinkButton\LinkButtonOptions.cs" />
- <Compile Include="Component.ListControl\CheckList.cs" />
- <Compile Include="Component.ListControl\ListControlItem.cs" />
- <Compile Include="Component.ListControl\ListControlOptions.cs" />
- <Compile Include="Component.ListControl\ListTreeItem.cs" />
- <Compile Include="Component.ListControl\ListTreeOptions.cs" />
- <Compile Include="Component.ListControl\QQList.cs" />
- <Compile Include="Component.ListControl\QQListOptions.cs" />
- <Compile Include="Component.PostionBar\PostionBar.cs" />
- <Compile Include="Component.PostionBar\PostionBarButton.cs" />
- <Compile Include="Component.PostionBar\PostionBarOptions.cs" />
- <Compile Include="Component.RichText\RichText.cs" />
- <Compile Include="Component.RichText\RichTextOptions.cs" />
- <Compile Include="Component.SystemClock\SystemClock.cs" />
- <Compile Include="Component.SystemClock\SystemClockOptions.cs" />
- <Compile Include="Component.TextBox\TextBox.cs" />
- <Compile Include="Component.TextBox\TextBoxOptions.cs" />
- <Compile Include="Component.TextBox\TextBoxValueResolver.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.ToolbarButton\ToolbarButton.cs" />
- <Compile Include="Component.ToolbarButton\ToolbarButtonOption.cs" />
- <Compile Include="Component.Toolbar\Toolbar.cs" />
- <Compile Include="Component.Toolbar\ToolbarButton.cs" />
- <Compile Include="Component.Toolbar\ToolbarOptions.cs" />
- <Compile Include="Component.Tree\Tree.cs" />
- <Compile Include="Component.Tree\TreeOptions.cs" />
- <Compile Include="Component.Uploader\uploader.cs" />
- <Compile Include="Component.Uploader\uploaderFileType.cs" />
- <Compile Include="Component.Uploader\uploaderOption.cs" />
- <Compile Include="Component.ValidatorBox\DropdownListRequiredValidator.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Component.ValidatorBox\ValidatorBox.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Formatter.cs" />
- <Compile Include="HtmlHelperExtensions\AccordionTreeExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\AutoCompleteExtensions.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HtmlHelperExtensions\CheckListExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\CheckListTreeExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\ComboGridExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\CombotreeExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\DateDropDownListExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\DraggableListExtensions.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HtmlHelperExtensions\DroppableContainerExtensions.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HtmlHelperExtensions\FormExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\ButtonExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\DropdownListExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\LinkButtonExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\QQListExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\RichTextExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\SystemClockExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\TableExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\DateTimeBoxExtensions.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="HtmlHelperExtensions\TextBoxExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\ToolbarExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\PostionBarExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\UploaderExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\UserSelectorExtensions.cs" />
- <Compile Include="HtmlHelperExtensions\VerfyCodeExtensions.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Utility\ControlCss.cs" />
- <Compile Include="Utility\ControlHelper.cs" />
- <Compile Include="Utility\EnumHelper.cs" />
- <Compile Include="Utility\HttpContextRegister.cs" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Component.CheckBox\" />
- <Folder Include="Component.RadioButton\" />
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Service References\" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Bowin.Common\Bowin.Common.csproj">
- <Project>{8A4C1C47-63BA-481B-B1FF-8175A91B2D32}</Project>
- <Name>Bowin.Common</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- 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>
|