CB.Config.csproj 5.9 KB

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