123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{EF59CCC7-D665-4DD1-A5F2-FE8EA107F68F}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CB.Common</RootNamespace>
- <AssemblyName>CB.Common</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Nancy.ViewEngines.Razor, Version=1.4.2.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\Library\Nancy.ViewEngines.Razor.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BlackIpModule.cs" />
- <Compile Include="ChineseToPinYin.cs" />
- <Compile Include="dlt.cs" />
- <Compile Include="Extends.cs" />
- <Compile Include="GenericUtils.cs" />
- <Compile Include="Generic\ListPager.cs" />
- <Compile Include="GetDatas.cs" />
- <Compile Include="HttpHelper.cs" />
- <Compile Include="IPScaner.cs" />
- <Compile Include="JSONUtil.cs" />
- <Compile Include="FileUtil.cs" />
- <Compile Include="LotteryUtils.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="razor\TemplateEngine.cs" />
- <Compile Include="razor\TrendDataHelpers.cs" />
- <Compile Include="SerializationHelper.cs" />
- <Compile Include="SessionUtil.cs" />
- <Compile Include="TermUtil.cs" />
- <Compile Include="ToolUtility.cs" />
- <Compile Include="TypeConverter.cs" />
- <Compile Include="Utils.cs" />
- <Compile Include="Validator.cs" />
- <Compile Include="WRequest.cs" />
- <Compile Include="XXTEA.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CB.Entity\CB.Entity.csproj">
- <Project>{CBFE123D-0143-43D5-97BF-611DAB2B33F0}</Project>
- <Name>CB.Entity</Name>
- </ProjectReference>
- <ProjectReference Include="..\CB.Interface\CB.Interface.csproj">
- <Project>{8E739D61-9C9A-4BDD-A182-7D19781E863E}</Project>
- <Name>CB.Interface</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|