123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <?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>{CB2988D4-4E7F-4F53-9CBA-4508B483F3CA}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>FCS.Models</RootNamespace>
- <AssemblyName>FCS.Models</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <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="DTO\AgainstTypeDTO.cs" />
- <Compile Include="DTO\HtmlParameterDTO.cs" />
- <Compile Include="DTO\ScoreJobDTO.cs" />
- <Compile Include="Entity\FootEntity\BankerCompany.cs" />
- <Compile Include="Entity\FootEntity\BankerCompanyRelation.cs" />
- <Compile Include="Entity\Commons\Base_News.cs" />
- <Compile Include="Entity\BasketEntity\B_Events.cs" />
- <Compile Include="Entity\BasketEntity\B_Games.cs" />
- <Compile Include="Entity\BasketEntity\B_Grouping.cs" />
- <Compile Include="Entity\BasketEntity\B_LeagueRanking.cs" />
- <Compile Include="Entity\BasketEntity\B_MakeBallRanking.cs" />
- <Compile Include="Entity\BasketEntity\B_Players.cs" />
- <Compile Include="Entity\BasketEntity\B_PlayersStatistics.cs" />
- <Compile Include="Entity\BasketEntity\B_SizeBallRanking.cs" />
- <Compile Include="Entity\BasketEntity\B_Team.cs" />
- <Compile Include="Entity\BasketEntity\B_TeamStatistics.cs" />
- <Compile Include="Entity\Commons\DataItemDetail.cs" />
- <Compile Include="Entity\Commons\EmailModel.cs" />
- <Compile Include="Entity\FootEntity\F_AfricaEvents.cs" />
- <Compile Include="Entity\FootEntity\F_AmericaEvents.cs" />
- <Compile Include="Entity\FootEntity\F_Area.cs" />
- <Compile Include="Entity\FootEntity\F_AsiaEvents.cs" />
- <Compile Include="Entity\FootEntity\F_AsianDish.cs" />
- <Compile Include="Entity\FootEntity\F_AsianDishCuring.cs" />
- <Compile Include="Entity\FootEntity\F_Compensate.cs" />
- <Compile Include="Entity\FootEntity\F_CuringAnalysis.cs" />
- <Compile Include="Entity\FootEntity\F_EuropeanEvents.cs" />
- <Compile Include="Entity\FootEntity\F_Events.cs" />
- <Compile Include="Entity\FootEntity\F_Four.cs" />
- <Compile Include="Entity\FootEntity\F_Fourteen.cs" />
- <Compile Include="Entity\FootEntity\F_Games.cs" />
- <Compile Include="Entity\FootEntity\F_GamesDetails.cs" />
- <Compile Include="Entity\FootEntity\F_GamesPlayers.cs" />
- <Compile Include="Entity\FootEntity\F_Grouping.cs" />
- <Compile Include="Entity\FootEntity\F_IntegralRanking.cs" />
- <Compile Include="Entity\FootEntity\F_InternationalEvents.cs" />
- <Compile Include="Entity\FootEntity\F_MakeBallList.cs" />
- <Compile Include="Entity\FootEntity\F_OceaniaEvents.cs" />
- <Compile Include="Entity\FootEntity\F_OddsCuring.cs" />
- <Compile Include="Entity\FootEntity\F_Players.cs" />
- <Compile Include="Entity\FootEntity\F_PlayersGameData.cs" />
- <Compile Include="Entity\FootEntity\F_PlayersTransfer.cs" />
- <Compile Include="Entity\FootEntity\F_Ranking.cs" />
- <Compile Include="Entity\FootEntity\F_Relation.cs" />
- <Compile Include="Entity\FootEntity\F_Score.cs" />
- <Compile Include="Entity\FootEntity\F_SeasonAnalysis.cs" />
- <Compile Include="Entity\FootEntity\F_ShooterList.cs" />
- <Compile Include="Entity\FootEntity\F_SingleDoubleList.cs" />
- <Compile Include="Entity\FootEntity\F_SixHalf.cs" />
- <Compile Include="Entity\FootEntity\F_SizeIndex.cs" />
- <Compile Include="Entity\FootEntity\F_SizeIndexCuring.cs" />
- <Compile Include="Entity\FootEntity\F_Team.cs" />
- <Compile Include="Entity\FootEntity\F_UpperLlowerSingleDoubleList.cs" />
- <Compile Include="Entity\FootEntity\F_UserCollect.cs" />
- <Compile Include="Entity\FootEntity\F_Video.cs" />
- <Compile Include="Entity\FootEntity\F_WorldCupEvents.cs" />
- <Compile Include="Enum\FCSEnum.cs" />
- <Compile Include="Other\FCSConfig.cs" />
- <Compile Include="Other\FCSSysAttribute.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-
- </Project>
|