12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?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>{BEDDF47C-EB01-4380-AF23-14E60B6F1684}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CB.TVUCenter</RootNamespace>
- <AssemblyName>CB.TVUCenter</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.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="Encrypt\AES.cs" />
- <Compile Include="Config\TVConfigInfo.cs" />
- <Compile Include="Config\TVConfigs.cs" />
- <Compile Include="Data\OnlineUsers.cs" />
- <Compile Include="Entity\OnlineUserInfo.cs" />
- <Compile Include="OpenAPI.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="ViewResult.cs" />
- <Compile Include="View\AreaInfo.cs" />
- <Compile Include="View\ChartInfo.cs" />
- <Compile Include="View\ChartServerInfo.cs" />
- <Compile Include="View\ConfigInfo.cs" />
- <Compile Include="View\ImgConfig.cs" />
- <Compile Include="View\LotteryInfo.cs" />
- <Compile Include="View\UserInfo.cs" />
- <Compile Include="View\VersionInfo.cs" />
- <Compile Include="View\ViewEntity.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CB.Cache\CB.Cache.csproj">
- <Project>{DDD12FA8-F412-4DE0-9331-A0BCE38BA8F1}</Project>
- <Name>CB.Cache</Name>
- </ProjectReference>
- <ProjectReference Include="..\CB.Common\CB.Common.csproj">
- <Project>{EF59CCC7-D665-4DD1-A5F2-FE8EA107F68F}</Project>
- <Name>CB.Common</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>
- </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>
|