华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
3.9 KiB

5 months ago
  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>{32CC7745-76E9-4E83-BBBE-3DCE9A3A64DC}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ICSSoft.Frame.DataConnect</RootNamespace>
  12. <AssemblyName>ICSSoft.Frame.DataConnect</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="ICSSoft.Base.Config.AppConfig">
  43. <HintPath>..\Root\ICSSoft.Base.Config.AppConfig.dll</HintPath>
  44. </Reference>
  45. <Reference Include="ICSSoft.Base.Config.DBHelper">
  46. <HintPath>..\Root\ICSSoft.Base.Config.DBHelper.dll</HintPath>
  47. </Reference>
  48. <Reference Include="ICSSoft.Frame.Data.Entity">
  49. <HintPath>..\Root\ICSSoft.Frame.Data.Entity.dll</HintPath>
  50. </Reference>
  51. <Reference Include="ICSSoft.Frame.Helper">
  52. <HintPath>..\Root\ICSSoft.Frame.Helper.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Data.Linq" />
  57. <Reference Include="System.Windows.Forms" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Xml" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="ActionOnLineHelper.cs" />
  66. <Compile Include="ActionType.cs" />
  67. <Compile Include="Action\ActionEventArgs.cs" />
  68. <Compile Include="Action\ActionFactory.cs" />
  69. <Compile Include="Action\ActionGood.cs" />
  70. <Compile Include="Action\ActionGoToMO.cs" />
  71. <Compile Include="Action\ActionItem.cs" />
  72. <Compile Include="Action\ActionTS.cs" />
  73. <Compile Include="Action\ActionUndoNG.cs" />
  74. <Compile Include="Action\IAction.cs" />
  75. <Compile Include="ICSQuery.cs" />
  76. <Compile Include="ICSBaseModel.cs" />
  77. <Compile Include="DataCollectFacade.cs" />
  78. <Compile Include="Message.cs" />
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. <Compile Include="ICSReport.cs" />
  81. <Compile Include="ReportHelper.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\ICSSoft.Frame.Data.BLL\ICSSoft.Frame.Data.BLL.csproj">
  85. <Project>{83112744-7DF7-4BB2-98BB-5E0322058101}</Project>
  86. <Name>ICSSoft.Frame.Data.BLL</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>