CB.TVUCenter.Web.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{7D9C0A96-BD00-486F-B4B4-996D203FB69C}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>CB.TVUCenter.Web</RootNamespace>
  15. <AssemblyName>CB.TVUCenter.Web</AssemblyName>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <UseIISExpress>false</UseIISExpress>
  18. <FileUpgradeFlags>
  19. </FileUpgradeFlags>
  20. <UpgradeBackupLocation>
  21. </UpgradeBackupLocation>
  22. <OldToolsVersion>4.0</OldToolsVersion>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Web.DynamicData" />
  44. <Reference Include="System.Web.Entity" />
  45. <Reference Include="System.Web.ApplicationServices" />
  46. <Reference Include="System" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="System.Web.Extensions" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.Web" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="System.Configuration" />
  56. <Reference Include="System.Web.Services" />
  57. <Reference Include="System.EnterpriseServices" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Content Include="configure.aspx" />
  61. <Content Include="Controls\Footer.ascx" />
  62. <Content Include="Controls\Header.ascx" />
  63. <Content Include="css\style.css" />
  64. <Content Include="exhibition.aspx" />
  65. <Content Include="images\banner.jpg" />
  66. <Content Include="images\banner.png" />
  67. <Content Include="images\bg-banner.png" />
  68. <Content Include="images\downapp.jpg" />
  69. <Content Include="images\dszst.jpg" />
  70. <Content Include="images\free_02.jpg" />
  71. <Content Include="images\guarantee.jpg" />
  72. <Content Include="images\index-bg.jpg" />
  73. <Content Include="images\kancaila.jpg" />
  74. <Content Include="images\line-dashed.png" />
  75. <Content Include="images\line_03.png" />
  76. <Content Include="images\list_photo.png" />
  77. <Content Include="images\logo.gif" />
  78. <Content Include="images\more.gif" />
  79. <Content Include="images\news_bg.jpg" />
  80. <Content Include="images\operation.jpg" />
  81. <Content Include="images\photo_04.jpg" />
  82. <Content Include="images\photo_05.jpg" />
  83. <Content Include="images\photo_06.jpg" />
  84. <Content Include="images\pro_bg.jpg" />
  85. <Content Include="images\qua.gif" />
  86. <Content Include="images\scrollImg-01.png" />
  87. <Content Include="images\setphoto_01.jpg" />
  88. <Content Include="images\setphoto_02.jpg" />
  89. <Content Include="images\setphoto_03.jpg" />
  90. <Content Include="images\setphoto_04.jpg" />
  91. <Content Include="images\setphoto_05.jpg" />
  92. <Content Include="images\setphoto_06.jpg" />
  93. <Content Include="images\setphoto_07.jpg" />
  94. <Content Include="images\show.jpg" />
  95. <Content Include="images\text_bg_03.png" />
  96. <Content Include="images\tv-icon.png" />
  97. <Content Include="images\up.gif" />
  98. <Content Include="index.aspx" />
  99. <Content Include="info.aspx" />
  100. <Content Include="install.aspx" />
  101. <Content Include="js\blocksit.min.js" />
  102. <Content Include="js\function.js" />
  103. <Content Include="js\jquery.js" />
  104. <Content Include="js\tvkcl.js" />
  105. <Content Include="product.aspx" />
  106. <Content Include="Web.config">
  107. <SubType>Designer</SubType>
  108. </Content>
  109. <Content Include="Web.Debug.config">
  110. <DependentUpon>Web.config</DependentUpon>
  111. </Content>
  112. <Content Include="Web.Release.config">
  113. <DependentUpon>Web.config</DependentUpon>
  114. </Content>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Compile Include="configure.aspx.cs">
  118. <DependentUpon>configure.aspx</DependentUpon>
  119. <SubType>ASPXCodeBehind</SubType>
  120. </Compile>
  121. <Compile Include="configure.aspx.designer.cs">
  122. <DependentUpon>configure.aspx</DependentUpon>
  123. </Compile>
  124. <Compile Include="Controls\Footer.ascx.cs">
  125. <DependentUpon>Footer.ascx</DependentUpon>
  126. <SubType>ASPXCodeBehind</SubType>
  127. </Compile>
  128. <Compile Include="Controls\Footer.ascx.designer.cs">
  129. <DependentUpon>Footer.ascx</DependentUpon>
  130. </Compile>
  131. <Compile Include="Controls\Header.ascx.cs">
  132. <DependentUpon>Header.ascx</DependentUpon>
  133. <SubType>ASPXCodeBehind</SubType>
  134. </Compile>
  135. <Compile Include="Controls\Header.ascx.designer.cs">
  136. <DependentUpon>Header.ascx</DependentUpon>
  137. </Compile>
  138. <Compile Include="exhibition.aspx.cs">
  139. <DependentUpon>exhibition.aspx</DependentUpon>
  140. <SubType>ASPXCodeBehind</SubType>
  141. </Compile>
  142. <Compile Include="exhibition.aspx.designer.cs">
  143. <DependentUpon>exhibition.aspx</DependentUpon>
  144. </Compile>
  145. <Compile Include="index.aspx.cs">
  146. <DependentUpon>index.aspx</DependentUpon>
  147. <SubType>ASPXCodeBehind</SubType>
  148. </Compile>
  149. <Compile Include="index.aspx.designer.cs">
  150. <DependentUpon>index.aspx</DependentUpon>
  151. </Compile>
  152. <Compile Include="info.aspx.cs">
  153. <DependentUpon>info.aspx</DependentUpon>
  154. <SubType>ASPXCodeBehind</SubType>
  155. </Compile>
  156. <Compile Include="info.aspx.designer.cs">
  157. <DependentUpon>info.aspx</DependentUpon>
  158. </Compile>
  159. <Compile Include="install.aspx.cs">
  160. <DependentUpon>install.aspx</DependentUpon>
  161. <SubType>ASPXCodeBehind</SubType>
  162. </Compile>
  163. <Compile Include="install.aspx.designer.cs">
  164. <DependentUpon>install.aspx</DependentUpon>
  165. </Compile>
  166. <Compile Include="product.aspx.cs">
  167. <DependentUpon>product.aspx</DependentUpon>
  168. <SubType>ASPXCodeBehind</SubType>
  169. </Compile>
  170. <Compile Include="product.aspx.designer.cs">
  171. <DependentUpon>product.aspx</DependentUpon>
  172. </Compile>
  173. <Compile Include="Properties\AssemblyInfo.cs" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <ProjectReference Include="..\CB.Common\CB.Common.csproj">
  177. <Project>{EF59CCC7-D665-4DD1-A5F2-FE8EA107F68F}</Project>
  178. <Name>CB.Common</Name>
  179. </ProjectReference>
  180. <ProjectReference Include="..\CB.Data\CB.Data.csproj">
  181. <Project>{BFAD8E45-7300-46CB-82D5-5C347DF765AF}</Project>
  182. <Name>CB.Data</Name>
  183. </ProjectReference>
  184. <ProjectReference Include="..\CB.Entity\CB.Entity.csproj">
  185. <Project>{CBFE123D-0143-43D5-97BF-611DAB2B33F0}</Project>
  186. <Name>CB.Entity</Name>
  187. </ProjectReference>
  188. </ItemGroup>
  189. <ItemGroup>
  190. <Content Include="config\DataPrivoder.config">
  191. <SubType>Designer</SubType>
  192. </Content>
  193. </ItemGroup>
  194. <PropertyGroup>
  195. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  196. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  197. </PropertyGroup>
  198. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  199. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  200. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  201. <ProjectExtensions>
  202. <VisualStudio>
  203. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  204. <WebProjectProperties>
  205. <UseIIS>False</UseIIS>
  206. <AutoAssignPort>True</AutoAssignPort>
  207. <DevelopmentServerPort>1780</DevelopmentServerPort>
  208. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  209. <IISUrl>
  210. </IISUrl>
  211. <NTLMAuthentication>False</NTLMAuthentication>
  212. <UseCustomServer>False</UseCustomServer>
  213. <CustomServerUrl>
  214. </CustomServerUrl>
  215. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  216. </WebProjectProperties>
  217. </FlavorProperties>
  218. </VisualStudio>
  219. </ProjectExtensions>
  220. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  221. Other similar extension points exist, see Microsoft.Common.targets.
  222. <Target Name="BeforeBuild">
  223. </Target>
  224. <Target Name="AfterBuild">
  225. </Target>
  226. -->
  227. </Project>