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>{F0B2776A-384F-45F3-9B62-F9E9660B4DA6}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CB.Framework</RootNamespace>
- <AssemblyName>CB.Framework</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </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="Core.Net">
- <HintPath>..\CB.Web\dll\Core.Net.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Web" />
- <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="AdminPage.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="MobPcConvert.cs" />
- <Compile Include="PageBase.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="ToolPage.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- <Compile Include="WebPage.cs">
- <SubType>ASPXCodeBehind</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CB.Common\CB.Common.csproj">
- <Project>{EF59CCC7-D665-4DD1-A5F2-FE8EA107F68F}</Project>
- <Name>CB.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\CB.Config\CB.Config.csproj">
- <Project>{04E6ED1F-372C-4E12-AAD0-409218D2DB59}</Project>
- <Name>CB.Config</Name>
- </ProjectReference>
- <ProjectReference Include="..\CB.Data\CB.Data.csproj">
- <Project>{BFAD8E45-7300-46CB-82D5-5C347DF765AF}</Project>
- <Name>CB.Data</Name>
- </ProjectReference>
- <ProjectReference Include="..\CB.Entity\CB.Entity.csproj">
- <Project>{CBFE123D-0143-43D5-97BF-611DAB2B33F0}</Project>
- <Name>CB.Entity</Name>
- </ProjectReference>
- <ProjectReference Include="..\CB.TrendChart\CB.TrendChart.csproj">
- <Project>{60BC4970-CB01-4FC9-BAFF-19384B523E21}</Project>
- <Name>CB.TrendChart</Name>
- </ProjectReference>
- <ProjectReference Include="..\CB.TrendMiss\CB.TrendMiss.csproj">
- <Project>{6BDCEB70-0938-4FBF-B502-BABE08608492}</Project>
- <Name>CB.TrendMiss</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>
|