CB.TrendTool.csproj 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>{9068152D-31C8-4B19-9AF3-54EBF895A448}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CB.TrendTool</RootNamespace>
  12. <AssemblyName>CB.TrendTool</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.Configuration" />
  36. <Reference Include="System.Core" />
  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="ATrendTool.cs" />
  45. <Compile Include="ITrendTool.cs" />
  46. <Compile Include="LogHelper.cs" />
  47. <Compile Include="Properties\AssemblyInfo.cs" />
  48. <Compile Include="TrendToolSave.cs" />
  49. <Compile Include="ToolFunctionAttr.cs" />
  50. <Compile Include="ToolManager.cs" />
  51. <Compile Include="ToolCommFilter.cs" />
  52. <Compile Include="TrendToolFilter.cs" />
  53. <Compile Include="TrendToolHtml.cs" />
  54. <Compile Include="TrendToolRule.cs" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <ProjectReference Include="..\CB.Common\CB.Common.csproj">
  58. <Project>{EF59CCC7-D665-4DD1-A5F2-FE8EA107F68F}</Project>
  59. <Name>CB.Common</Name>
  60. </ProjectReference>
  61. <ProjectReference Include="..\CB.Data\CB.Data.csproj">
  62. <Project>{BFAD8E45-7300-46CB-82D5-5C347DF765AF}</Project>
  63. <Name>CB.Data</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\CB.Entity\CB.Entity.csproj">
  66. <Project>{CBFE123D-0143-43D5-97BF-611DAB2B33F0}</Project>
  67. <Name>CB.Entity</Name>
  68. </ProjectReference>
  69. </ItemGroup>
  70. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  71. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  72. Other similar extension points exist, see Microsoft.Common.targets.
  73. <Target Name="BeforeBuild">
  74. </Target>
  75. <Target Name="AfterBuild">
  76. </Target>
  77. -->
  78. </Project>