CB.Config.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{04E6ED1F-372C-4E12-AAD0-409218D2DB59}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CB.Config</RootNamespace>
  12. <AssemblyName>CB.Config</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.configuration" />
  36. <Reference Include="System.Core" />
  37. <Reference Include="System.EnterpriseServices" />
  38. <Reference Include="System.Runtime.Serialization" />
  39. <Reference Include="System.ServiceModel" />
  40. <Reference Include="System.Web" />
  41. <Reference Include="System.Web.Services" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="BaseConfigInfo.cs" />
  50. <Compile Include="BaseConfigs.cs" />
  51. <Compile Include="ColumnConfigInfo.cs" />
  52. <Compile Include="ColumnConfigs.cs" />
  53. <Compile Include="DataProviderConfig.cs" />
  54. <Compile Include="DataProviderConfigInfo.cs" />
  55. <Compile Include="GalleryEntity.cs" />
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. <Compile Include="Properties\Settings.Designer.cs">
  58. <AutoGen>True</AutoGen>
  59. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  60. <DependentUpon>Settings.settings</DependentUpon>
  61. </Compile>
  62. <Compile Include="ResourcesConfigInfo.cs" />
  63. <Compile Include="ResourcesConfigs.cs" />
  64. <Compile Include="Web References\TuKuWebService\Reference.cs">
  65. <AutoGen>True</AutoGen>
  66. <DesignTime>True</DesignTime>
  67. <DependentUpon>Reference.map</DependentUpon>
  68. </Compile>
  69. <Compile Include="Web References\WebServiceTuku\Reference.cs">
  70. <AutoGen>True</AutoGen>
  71. <DesignTime>True</DesignTime>
  72. <DependentUpon>Reference.map</DependentUpon>
  73. </Compile>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="..\CB.Common\CB.Common.csproj">
  77. <Project>{EF59CCC7-D665-4DD1-A5F2-FE8EA107F68F}</Project>
  78. <Name>CB.Common</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <WebReferences Include="Web References\" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <WebReferenceUrl Include="http://tk.55128.cn/WebServiceTuku.asmx">
  86. <UrlBehavior>Dynamic</UrlBehavior>
  87. <RelPath>Web References\WebServiceTuku\</RelPath>
  88. <UpdateFromURL>http://tk.55128.cn/WebServiceTuku.asmx</UpdateFromURL>
  89. <ServiceLocationURL>
  90. </ServiceLocationURL>
  91. <CachedDynamicPropName>
  92. </CachedDynamicPropName>
  93. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  94. <CachedSettingsPropName>CB_Config_WebServiceTuku_WebServiceTuku</CachedSettingsPropName>
  95. </WebReferenceUrl>
  96. <WebReferenceUrl Include="http://tuku.55128.cn/tuku.asmx">
  97. <UrlBehavior>Dynamic</UrlBehavior>
  98. <RelPath>Web References\TuKuWebService\</RelPath>
  99. <UpdateFromURL>http://tuku.55128.cn/tuku.asmx</UpdateFromURL>
  100. <ServiceLocationURL>
  101. </ServiceLocationURL>
  102. <CachedDynamicPropName>
  103. </CachedDynamicPropName>
  104. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  105. <CachedSettingsPropName>CB_Config_TuKuWebService_tuku</CachedSettingsPropName>
  106. </WebReferenceUrl>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <None Include="app.config" />
  110. <None Include="Properties\Settings.settings">
  111. <Generator>SettingsSingleFileGenerator</Generator>
  112. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  113. </None>
  114. <None Include="Web References\TuKuWebService\Reference.map">
  115. <Generator>MSDiscoCodeGenerator</Generator>
  116. <LastGenOutput>Reference.cs</LastGenOutput>
  117. </None>
  118. <None Include="Web References\TuKuWebService\tuku.disco" />
  119. <None Include="Web References\TuKuWebService\tuku.wsdl" />
  120. <None Include="Web References\WebServiceTuku\Reference.map">
  121. <Generator>MSDiscoCodeGenerator</Generator>
  122. <LastGenOutput>Reference.cs</LastGenOutput>
  123. </None>
  124. <None Include="Web References\WebServiceTuku\WebServiceTuku.wsdl" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <None Include="Web References\WebServiceTuku\WebServiceTuku.disco" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <WCFMetadata Include="Connected Services\" />
  131. </ItemGroup>
  132. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  133. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  134. Other similar extension points exist, see Microsoft.Common.targets.
  135. <Target Name="BeforeBuild">
  136. </Target>
  137. <Target Name="AfterBuild">
  138. </Target>
  139. -->
  140. </Project>