CB.TVUCenter.csproj 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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>{BEDDF47C-EB01-4380-AF23-14E60B6F1684}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CB.TVUCenter</RootNamespace>
  12. <AssemblyName>CB.TVUCenter</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Web" />
  37. <Reference Include="System.Xml.Linq" />
  38. <Reference Include="System.Data.DataSetExtensions" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Xml" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="Encrypt\AES.cs" />
  45. <Compile Include="Config\TVConfigInfo.cs" />
  46. <Compile Include="Config\TVConfigs.cs" />
  47. <Compile Include="Data\OnlineUsers.cs" />
  48. <Compile Include="Entity\OnlineUserInfo.cs" />
  49. <Compile Include="OpenAPI.cs" />
  50. <Compile Include="Properties\AssemblyInfo.cs" />
  51. <Compile Include="ViewResult.cs" />
  52. <Compile Include="View\AreaInfo.cs" />
  53. <Compile Include="View\ChartInfo.cs" />
  54. <Compile Include="View\ChartServerInfo.cs" />
  55. <Compile Include="View\ConfigInfo.cs" />
  56. <Compile Include="View\ImgConfig.cs" />
  57. <Compile Include="View\LotteryInfo.cs" />
  58. <Compile Include="View\UserInfo.cs" />
  59. <Compile Include="View\VersionInfo.cs" />
  60. <Compile Include="View\ViewEntity.cs" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <ProjectReference Include="..\CB.Cache\CB.Cache.csproj">
  64. <Project>{DDD12FA8-F412-4DE0-9331-A0BCE38BA8F1}</Project>
  65. <Name>CB.Cache</Name>
  66. </ProjectReference>
  67. <ProjectReference Include="..\CB.Common\CB.Common.csproj">
  68. <Project>{EF59CCC7-D665-4DD1-A5F2-FE8EA107F68F}</Project>
  69. <Name>CB.Common</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\CB.Data\CB.Data.csproj">
  72. <Project>{BFAD8E45-7300-46CB-82D5-5C347DF765AF}</Project>
  73. <Name>CB.Data</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\CB.Entity\CB.Entity.csproj">
  76. <Project>{CBFE123D-0143-43D5-97BF-611DAB2B33F0}</Project>
  77. <Name>CB.Entity</Name>
  78. </ProjectReference>
  79. </ItemGroup>
  80. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  81. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  82. Other similar extension points exist, see Microsoft.Common.targets.
  83. <Target Name="BeforeBuild">
  84. </Target>
  85. <Target Name="AfterBuild">
  86. </Target>
  87. -->
  88. </Project>