CB.LotteryCatchData.csproj 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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>{4F1EBEC8-BA40-48C9-A39D-ED10A466FC84}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CB.LotteryCatchData</RootNamespace>
  12. <AssemblyName>CB.LotteryCatchData</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.Xml.Linq" />
  37. <Reference Include="System.Data.DataSetExtensions" />
  38. <Reference Include="Microsoft.CSharp" />
  39. <Reference Include="System.Data" />
  40. <Reference Include="System.Xml" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="CatchData.cs" />
  44. <Compile Include="CatchProvider.cs" />
  45. <Compile Include="CatchRepository.cs" />
  46. <Compile Include="Config\CatchDataConfigs.cs" />
  47. <Compile Include="Entity\LotteryParamKeys.cs" />
  48. <Compile Include="Entity\CatchDataConfigInfo.cs" />
  49. <Compile Include="Entity\LotteryConfigInfo.cs" />
  50. <Compile Include="Interface\ICatchDataProvider.cs" />
  51. <Compile Include="Properties\AssemblyInfo.cs" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <ProjectReference Include="..\CB.Common\CB.Common.csproj">
  55. <Project>{EF59CCC7-D665-4DD1-A5F2-FE8EA107F68F}</Project>
  56. <Name>CB.Common</Name>
  57. </ProjectReference>
  58. <ProjectReference Include="..\CB.Config\CB.Config.csproj">
  59. <Project>{04E6ED1F-372C-4E12-AAD0-409218D2DB59}</Project>
  60. <Name>CB.Config</Name>
  61. </ProjectReference>
  62. <ProjectReference Include="..\CB.Entity\CB.Entity.csproj">
  63. <Project>{CBFE123D-0143-43D5-97BF-611DAB2B33F0}</Project>
  64. <Name>CB.Entity</Name>
  65. </ProjectReference>
  66. <ProjectReference Include="..\CB.Interface\CB.Interface.csproj">
  67. <Project>{8E739D61-9C9A-4BDD-A182-7D19781E863E}</Project>
  68. <Name>CB.Interface</Name>
  69. </ProjectReference>
  70. </ItemGroup>
  71. <ItemGroup />
  72. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  73. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  74. Other similar extension points exist, see Microsoft.Common.targets.
  75. <Target Name="BeforeBuild">
  76. </Target>
  77. <Target Name="AfterBuild">
  78. </Target>
  79. -->
  80. </Project>