FCS.Models.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{CB2988D4-4E7F-4F53-9CBA-4508B483F3CA}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>FCS.Models</RootNamespace>
  12. <AssemblyName>FCS.Models</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="DTO\AgainstTypeDTO.cs" />
  47. <Compile Include="DTO\HtmlParameterDTO.cs" />
  48. <Compile Include="DTO\ScoreJobDTO.cs" />
  49. <Compile Include="Entity\FootEntity\BankerCompany.cs" />
  50. <Compile Include="Entity\FootEntity\BankerCompanyRelation.cs" />
  51. <Compile Include="Entity\Commons\Base_News.cs" />
  52. <Compile Include="Entity\BasketEntity\B_Events.cs" />
  53. <Compile Include="Entity\BasketEntity\B_Games.cs" />
  54. <Compile Include="Entity\BasketEntity\B_Grouping.cs" />
  55. <Compile Include="Entity\BasketEntity\B_LeagueRanking.cs" />
  56. <Compile Include="Entity\BasketEntity\B_MakeBallRanking.cs" />
  57. <Compile Include="Entity\BasketEntity\B_Players.cs" />
  58. <Compile Include="Entity\BasketEntity\B_PlayersStatistics.cs" />
  59. <Compile Include="Entity\BasketEntity\B_SizeBallRanking.cs" />
  60. <Compile Include="Entity\BasketEntity\B_Team.cs" />
  61. <Compile Include="Entity\BasketEntity\B_TeamStatistics.cs" />
  62. <Compile Include="Entity\Commons\DataItemDetail.cs" />
  63. <Compile Include="Entity\Commons\EmailModel.cs" />
  64. <Compile Include="Entity\FootEntity\F_AfricaEvents.cs" />
  65. <Compile Include="Entity\FootEntity\F_AmericaEvents.cs" />
  66. <Compile Include="Entity\FootEntity\F_Area.cs" />
  67. <Compile Include="Entity\FootEntity\F_AsiaEvents.cs" />
  68. <Compile Include="Entity\FootEntity\F_AsianDish.cs" />
  69. <Compile Include="Entity\FootEntity\F_AsianDishCuring.cs" />
  70. <Compile Include="Entity\FootEntity\F_Compensate.cs" />
  71. <Compile Include="Entity\FootEntity\F_CuringAnalysis.cs" />
  72. <Compile Include="Entity\FootEntity\F_EuropeanEvents.cs" />
  73. <Compile Include="Entity\FootEntity\F_Events.cs" />
  74. <Compile Include="Entity\FootEntity\F_Four.cs" />
  75. <Compile Include="Entity\FootEntity\F_Fourteen.cs" />
  76. <Compile Include="Entity\FootEntity\F_Games.cs" />
  77. <Compile Include="Entity\FootEntity\F_GamesDetails.cs" />
  78. <Compile Include="Entity\FootEntity\F_GamesPlayers.cs" />
  79. <Compile Include="Entity\FootEntity\F_Grouping.cs" />
  80. <Compile Include="Entity\FootEntity\F_IntegralRanking.cs" />
  81. <Compile Include="Entity\FootEntity\F_InternationalEvents.cs" />
  82. <Compile Include="Entity\FootEntity\F_MakeBallList.cs" />
  83. <Compile Include="Entity\FootEntity\F_OceaniaEvents.cs" />
  84. <Compile Include="Entity\FootEntity\F_OddsCuring.cs" />
  85. <Compile Include="Entity\FootEntity\F_Players.cs" />
  86. <Compile Include="Entity\FootEntity\F_PlayersGameData.cs" />
  87. <Compile Include="Entity\FootEntity\F_PlayersTransfer.cs" />
  88. <Compile Include="Entity\FootEntity\F_Ranking.cs" />
  89. <Compile Include="Entity\FootEntity\F_Relation.cs" />
  90. <Compile Include="Entity\FootEntity\F_Score.cs" />
  91. <Compile Include="Entity\FootEntity\F_SeasonAnalysis.cs" />
  92. <Compile Include="Entity\FootEntity\F_ShooterList.cs" />
  93. <Compile Include="Entity\FootEntity\F_SingleDoubleList.cs" />
  94. <Compile Include="Entity\FootEntity\F_SixHalf.cs" />
  95. <Compile Include="Entity\FootEntity\F_SizeIndex.cs" />
  96. <Compile Include="Entity\FootEntity\F_SizeIndexCuring.cs" />
  97. <Compile Include="Entity\FootEntity\F_Team.cs" />
  98. <Compile Include="Entity\FootEntity\F_UpperLlowerSingleDoubleList.cs" />
  99. <Compile Include="Entity\FootEntity\F_UserCollect.cs" />
  100. <Compile Include="Entity\FootEntity\F_Video.cs" />
  101. <Compile Include="Entity\FootEntity\F_WorldCupEvents.cs" />
  102. <Compile Include="Enum\FCSEnum.cs" />
  103. <Compile Include="Other\FCSConfig.cs" />
  104. <Compile Include="Other\FCSSysAttribute.cs" />
  105. <Compile Include="Properties\AssemblyInfo.cs" />
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. </Project>