CB.Common.csproj 4.0 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>{EF59CCC7-D665-4DD1-A5F2-FE8EA107F68F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CB.Common</RootNamespace>
  12. <AssemblyName>CB.Common</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  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. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Nancy.ViewEngines.Razor, Version=1.4.2.0, Culture=neutral, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>..\Library\Nancy.ViewEngines.Razor.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.Configuration" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Runtime.Serialization" />
  44. <Reference Include="System.Web" />
  45. <Reference Include="System.Web.Extensions" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="BlackIpModule.cs" />
  54. <Compile Include="ChineseToPinYin.cs" />
  55. <Compile Include="dlt.cs" />
  56. <Compile Include="Extends.cs" />
  57. <Compile Include="GenericUtils.cs" />
  58. <Compile Include="Generic\ListPager.cs" />
  59. <Compile Include="GetDatas.cs" />
  60. <Compile Include="HttpHelper.cs" />
  61. <Compile Include="IPScaner.cs" />
  62. <Compile Include="JSONUtil.cs" />
  63. <Compile Include="FileUtil.cs" />
  64. <Compile Include="LotteryUtils.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. <Compile Include="razor\TemplateEngine.cs" />
  67. <Compile Include="razor\TrendDataHelpers.cs" />
  68. <Compile Include="SerializationHelper.cs" />
  69. <Compile Include="SessionUtil.cs" />
  70. <Compile Include="TermUtil.cs" />
  71. <Compile Include="ToolUtility.cs" />
  72. <Compile Include="TypeConverter.cs" />
  73. <Compile Include="Utils.cs" />
  74. <Compile Include="Validator.cs" />
  75. <Compile Include="WRequest.cs" />
  76. <Compile Include="XXTEA.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\CB.Entity\CB.Entity.csproj">
  80. <Project>{CBFE123D-0143-43D5-97BF-611DAB2B33F0}</Project>
  81. <Name>CB.Entity</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\CB.Interface\CB.Interface.csproj">
  84. <Project>{8E739D61-9C9A-4BDD-A182-7D19781E863E}</Project>
  85. <Name>CB.Interface</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>