Bowin.Web.Controls.Mvc.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{45FCE04F-75CF-4B22-AF0A-BD0EBE109617}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Bowin.Web.Controls.Mvc</RootNamespace>
  12. <AssemblyName>Bowin.Web.Controls.Mvc</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccLocalPath>
  20. </SccLocalPath>
  21. <SccAuxPath>
  22. </SccAuxPath>
  23. <SccProvider>
  24. </SccProvider>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  27. <PlatformTarget>x86</PlatformTarget>
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>..\..\..\Lib\bin\</OutputPath>
  32. <DefineConstants>DEBUG;TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  37. <PlatformTarget>x86</PlatformTarget>
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\Release\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <StartupObject />
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. <OutputPath>..\..\Lib\</OutputPath>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  53. <PlatformTarget>AnyCPU</PlatformTarget>
  54. <OutputPath>bin\Release\</OutputPath>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="Accessibility">
  58. <EmbedInteropTypes>True</EmbedInteropTypes>
  59. </Reference>
  60. <Reference Include="Newtonsoft.Json, Version=4.0.8.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\Lib\Newtonsoft.Json.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.configuration" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Web" />
  69. <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\..\Lib\bin\System.Web.Helpers.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\..\EMISOnline\Lib\bin\System.Web.Razor.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\EMISOnline\Lib\bin\System.Web.WebPages.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Web.WebPages.Administration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\..\EMISOnline\Lib\bin\System.Web.WebPages.Administration.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\..\EMISOnline\Lib\bin\System.Web.WebPages.Deployment.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\..\EMISOnline\Lib\bin\System.Web.WebPages.Razor.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Xml.Linq" />
  98. <Reference Include="System.Data.DataSetExtensions" />
  99. <Reference Include="Microsoft.CSharp" />
  100. <Reference Include="System.Data" />
  101. <Reference Include="System.Xml" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="Align.cs" />
  105. <Compile Include="BaseControl.cs" />
  106. <Compile Include="BaseControlOptions.cs" />
  107. <Compile Include="BaseFormControl.cs" />
  108. <Compile Include="BaseFormControlOptions.cs" />
  109. <Compile Include="ButtonIcon.cs" />
  110. <Compile Include="Component.AccordionTree\AccordionTree.cs" />
  111. <Compile Include="Component.AccordionTree\AccordionTreeDataItem.cs" />
  112. <Compile Include="Component.AccordionTree\AccordionTreeOptions.cs" />
  113. <Compile Include="Component.AutoComplete\AutoComplete.cs">
  114. <SubType>Code</SubType>
  115. </Compile>
  116. <Compile Include="Component.AutoComplete\AutoCompleteOptions.cs">
  117. <SubType>Code</SubType>
  118. </Compile>
  119. <Compile Include="Component.ComboGrid\ComboGrid.cs" />
  120. <Compile Include="Component.ComboGrid\ComboGridOptions.cs" />
  121. <Compile Include="Component.Combotree\Combotree.cs" />
  122. <Compile Include="Component.Combotree\CombotreeOptions.cs" />
  123. <Compile Include="Component.DataGrid\AutoCompleteColumn.cs">
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Compile Include="Component.DataGrid\BoundFieldColumn.cs" />
  127. <Compile Include="Component.DataGrid\CheckBoxFieldColumn.cs" />
  128. <Compile Include="Component.DataGrid\CheckButtonColumn.cs" />
  129. <Compile Include="Component.DataGrid\DataGrid.cs" />
  130. <Compile Include="Component.DataGrid\DataGridColumn.cs" />
  131. <Compile Include="Component.DataGrid\DataGridColumnColletion.cs" />
  132. <Compile Include="Component.DataGrid\DataGridOptions.cs" />
  133. <Compile Include="Component.DataGrid\DropdownListColumn.cs" />
  134. <Compile Include="Component.DataGrid\EditableColumn.cs">
  135. <SubType>Code</SubType>
  136. </Compile>
  137. <Compile Include="Component.DataGrid\FieldColumn.cs" />
  138. <Compile Include="Component.DataGrid\ImageButtonColumn.cs" />
  139. <Compile Include="Component.DataGrid\LinkButtonColumn.cs" />
  140. <Compile Include="Component.DataGrid\OperateButton.cs" />
  141. <Compile Include="Component.DataGrid\OperateColumn.cs" />
  142. <Compile Include="Component.DataGrid\OperateColumnButtonColletion.cs">
  143. <SubType>Code</SubType>
  144. </Compile>
  145. <Compile Include="Component.DataGrid\RadioButtonColumn.cs" />
  146. <Compile Include="Component.DataGrid\SubTableRow\ISubTableRow.cs">
  147. <SubType>Code</SubType>
  148. </Compile>
  149. <Compile Include="Component.DataGrid\SubTableRow\SubRowHorizontalList.cs">
  150. <SubType>Code</SubType>
  151. </Compile>
  152. <Compile Include="Component.DataGrid\TextBoxColumn.cs">
  153. <SubType>Code</SubType>
  154. </Compile>
  155. <Compile Include="Component.DataGrid\TreeColumn.cs" />
  156. <Compile Include="Component.DataGrid\TriggerBoxColumn.cs" />
  157. <Compile Include="Component.Draggable\DraggableItem.cs">
  158. <SubType>Code</SubType>
  159. </Compile>
  160. <Compile Include="Component.Draggable\DraggableList.cs">
  161. <SubType>Code</SubType>
  162. </Compile>
  163. <Compile Include="Component.Draggable\DraggableListOptions.cs">
  164. <SubType>Code</SubType>
  165. </Compile>
  166. <Compile Include="Component.Dropdown\DropdownList.cs" />
  167. <Compile Include="Component.Dropdown\DropdownListOptions.cs" />
  168. <Compile Include="Component.Button\Button.cs" />
  169. <Compile Include="Component.Button\ButtonOptions.cs" />
  170. <Compile Include="Component.Droppable\DroppableContainer.cs">
  171. <SubType>Code</SubType>
  172. </Compile>
  173. <Compile Include="Component.Droppable\DroppableContainerOptions.cs">
  174. <SubType>Code</SubType>
  175. </Compile>
  176. <Compile Include="Component.LinkButton\LinkButton.cs" />
  177. <Compile Include="Component.LinkButton\LinkButtonOptions.cs" />
  178. <Compile Include="Component.ListControl\CheckList.cs" />
  179. <Compile Include="Component.ListControl\ListControlItem.cs" />
  180. <Compile Include="Component.ListControl\ListControlOptions.cs" />
  181. <Compile Include="Component.ListControl\ListTreeItem.cs" />
  182. <Compile Include="Component.ListControl\ListTreeOptions.cs" />
  183. <Compile Include="Component.ListControl\QQList.cs" />
  184. <Compile Include="Component.ListControl\QQListOptions.cs" />
  185. <Compile Include="Component.PostionBar\PostionBar.cs" />
  186. <Compile Include="Component.PostionBar\PostionBarButton.cs" />
  187. <Compile Include="Component.PostionBar\PostionBarOptions.cs" />
  188. <Compile Include="Component.RichText\RichText.cs" />
  189. <Compile Include="Component.RichText\RichTextOptions.cs" />
  190. <Compile Include="Component.SystemClock\SystemClock.cs" />
  191. <Compile Include="Component.SystemClock\SystemClockOptions.cs" />
  192. <Compile Include="Component.TextBox\TextBox.cs" />
  193. <Compile Include="Component.TextBox\TextBoxOptions.cs" />
  194. <Compile Include="Component.TextBox\TextBoxValueResolver.cs">
  195. <SubType>Code</SubType>
  196. </Compile>
  197. <Compile Include="Component.ToolbarButton\ToolbarButton.cs" />
  198. <Compile Include="Component.ToolbarButton\ToolbarButtonOption.cs" />
  199. <Compile Include="Component.Toolbar\Toolbar.cs" />
  200. <Compile Include="Component.Toolbar\ToolbarButton.cs" />
  201. <Compile Include="Component.Toolbar\ToolbarOptions.cs" />
  202. <Compile Include="Component.Tree\Tree.cs" />
  203. <Compile Include="Component.Tree\TreeOptions.cs" />
  204. <Compile Include="Component.Uploader\uploader.cs" />
  205. <Compile Include="Component.Uploader\uploaderFileType.cs" />
  206. <Compile Include="Component.Uploader\uploaderOption.cs" />
  207. <Compile Include="Component.ValidatorBox\DropdownListRequiredValidator.cs">
  208. <SubType>Code</SubType>
  209. </Compile>
  210. <Compile Include="Component.ValidatorBox\ValidatorBox.cs">
  211. <SubType>Code</SubType>
  212. </Compile>
  213. <Compile Include="Formatter.cs" />
  214. <Compile Include="HtmlHelperExtensions\AccordionTreeExtensions.cs" />
  215. <Compile Include="HtmlHelperExtensions\AutoCompleteExtensions.cs">
  216. <SubType>Code</SubType>
  217. </Compile>
  218. <Compile Include="HtmlHelperExtensions\CheckListExtensions.cs" />
  219. <Compile Include="HtmlHelperExtensions\CheckListTreeExtensions.cs" />
  220. <Compile Include="HtmlHelperExtensions\ComboGridExtensions.cs" />
  221. <Compile Include="HtmlHelperExtensions\CombotreeExtensions.cs" />
  222. <Compile Include="HtmlHelperExtensions\DateDropDownListExtensions.cs" />
  223. <Compile Include="HtmlHelperExtensions\DraggableListExtensions.cs">
  224. <SubType>Code</SubType>
  225. </Compile>
  226. <Compile Include="HtmlHelperExtensions\DroppableContainerExtensions.cs">
  227. <SubType>Code</SubType>
  228. </Compile>
  229. <Compile Include="HtmlHelperExtensions\FormExtensions.cs" />
  230. <Compile Include="HtmlHelperExtensions\ButtonExtensions.cs" />
  231. <Compile Include="HtmlHelperExtensions\DropdownListExtensions.cs" />
  232. <Compile Include="HtmlHelperExtensions\LinkButtonExtensions.cs" />
  233. <Compile Include="HtmlHelperExtensions\QQListExtensions.cs" />
  234. <Compile Include="HtmlHelperExtensions\RichTextExtensions.cs" />
  235. <Compile Include="HtmlHelperExtensions\SystemClockExtensions.cs" />
  236. <Compile Include="HtmlHelperExtensions\TableExtensions.cs" />
  237. <Compile Include="HtmlHelperExtensions\DateTimeBoxExtensions.cs">
  238. <SubType>Code</SubType>
  239. </Compile>
  240. <Compile Include="HtmlHelperExtensions\TextBoxExtensions.cs" />
  241. <Compile Include="HtmlHelperExtensions\ToolbarExtensions.cs" />
  242. <Compile Include="HtmlHelperExtensions\PostionBarExtensions.cs" />
  243. <Compile Include="HtmlHelperExtensions\UploaderExtensions.cs" />
  244. <Compile Include="HtmlHelperExtensions\UserSelectorExtensions.cs" />
  245. <Compile Include="HtmlHelperExtensions\VerfyCodeExtensions.cs" />
  246. <Compile Include="Properties\AssemblyInfo.cs" />
  247. <Compile Include="Utility\ControlCss.cs" />
  248. <Compile Include="Utility\ControlHelper.cs" />
  249. <Compile Include="Utility\EnumHelper.cs" />
  250. <Compile Include="Utility\HttpContextRegister.cs" />
  251. </ItemGroup>
  252. <ItemGroup>
  253. <Folder Include="Component.CheckBox\" />
  254. <Folder Include="Component.RadioButton\" />
  255. </ItemGroup>
  256. <ItemGroup>
  257. <WCFMetadata Include="Service References\" />
  258. </ItemGroup>
  259. <ItemGroup>
  260. <ProjectReference Include="..\Bowin.Common\Bowin.Common.csproj">
  261. <Project>{8A4C1C47-63BA-481B-B1FF-8175A91B2D32}</Project>
  262. <Name>Bowin.Common</Name>
  263. </ProjectReference>
  264. </ItemGroup>
  265. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  266. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  267. Other similar extension points exist, see Microsoft.Common.targets.
  268. <Target Name="BeforeBuild">
  269. </Target>
  270. <Target Name="AfterBuild">
  271. </Target>
  272. -->
  273. </Project>