12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?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>{DDD12FA8-F412-4DE0-9331-A0BCE38BA8F1}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CB.Cache</RootNamespace>
- <AssemblyName>CB.Cache</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="System" />
- <Reference Include="System.configuration" />
- <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="CacheKeys.cs" />
- <Compile Include="CBCache.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CB.Cache.Redis\CB.Cache.Redis.csproj">
- <Project>{b4f94245-d7c4-4204-824f-3b0f9d9e7bf5}</Project>
- <Name>CB.Cache.Redis</Name>
- </ProjectReference>
- <ProjectReference Include="..\CB.Cache.WebCache\CB.Cache.WebCache.csproj">
- <Project>{64b67f64-2cfd-4035-a318-18d91c0c4d23}</Project>
- <Name>CB.Cache.WebCache</Name>
- </ProjectReference>
- <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.Entity\CB.Entity.csproj">
- <Project>{cbfe123d-0143-43d5-97bf-611dab2b33f0}</Project>
- <Name>CB.Entity</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>
|