CB.Framework.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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>{F0B2776A-384F-45F3-9B62-F9E9660B4DA6}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CB.Framework</RootNamespace>
  12. <AssemblyName>CB.Framework</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="Core.Net">
  35. <HintPath>..\CB.Web\dll\Core.Net.dll</HintPath>
  36. </Reference>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Web" />
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="AdminPage.cs">
  48. <SubType>ASPXCodeBehind</SubType>
  49. </Compile>
  50. <Compile Include="MobPcConvert.cs" />
  51. <Compile Include="PageBase.cs">
  52. <SubType>ASPXCodeBehind</SubType>
  53. </Compile>
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. <Compile Include="ToolPage.cs">
  56. <SubType>ASPXCodeBehind</SubType>
  57. </Compile>
  58. <Compile Include="WebPage.cs">
  59. <SubType>ASPXCodeBehind</SubType>
  60. </Compile>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <ProjectReference Include="..\CB.Common\CB.Common.csproj">
  64. <Project>{EF59CCC7-D665-4DD1-A5F2-FE8EA107F68F}</Project>
  65. <Name>CB.Common</Name>
  66. </ProjectReference>
  67. <ProjectReference Include="..\CB.Config\CB.Config.csproj">
  68. <Project>{04E6ED1F-372C-4E12-AAD0-409218D2DB59}</Project>
  69. <Name>CB.Config</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\CB.Data\CB.Data.csproj">
  72. <Project>{BFAD8E45-7300-46CB-82D5-5C347DF765AF}</Project>
  73. <Name>CB.Data</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\CB.Entity\CB.Entity.csproj">
  76. <Project>{CBFE123D-0143-43D5-97BF-611DAB2B33F0}</Project>
  77. <Name>CB.Entity</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\CB.TrendChart\CB.TrendChart.csproj">
  80. <Project>{60BC4970-CB01-4FC9-BAFF-19384B523E21}</Project>
  81. <Name>CB.TrendChart</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\CB.TrendMiss\CB.TrendMiss.csproj">
  84. <Project>{6BDCEB70-0938-4FBF-B502-BABE08608492}</Project>
  85. <Name>CB.TrendMiss</Name>
  86. </ProjectReference>
  87. </ItemGroup>
  88. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  89. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  90. Other similar extension points exist, see Microsoft.Common.targets.
  91. <Target Name="BeforeBuild">
  92. </Target>
  93. <Target Name="AfterBuild">
  94. </Target>
  95. -->
  96. </Project>