49f1551f19ba80e37f770e1f8df61aa6ac10607a.svn-base 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{300F90A7-7F06-402E-9104-9E23799E76B1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Core.Mes.ServerFrameWork</RootNamespace>
  11. <AssemblyName>Core.Mes.ServerFrameWork</AssemblyName>
  12. <OldToolsVersion>2.0</OldToolsVersion>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <UpgradeBackupLocation>
  16. </UpgradeBackupLocation>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\..\..\server\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>..\..\..\SERVER\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Core.Mes.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <Private>False</Private>
  39. </Reference>
  40. <Reference Include="Core.Mes.IBaseInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\..\..\产销平台DLL\Server\Core.Mes.IBaseInterface.dll</HintPath>
  43. <Private>False</Private>
  44. </Reference>
  45. <Reference Include="DBManager, Version=1.0.6993.19019, Culture=neutral, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <Private>False</Private>
  48. </Reference>
  49. <Reference Include="log4net, Version=1.2.0.30714, Culture=neutral">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\Output\log4net.dll</HintPath>
  52. <Private>False</Private>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.configuration" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Management" />
  58. <Reference Include="System.Windows.Forms" />
  59. <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  60. <Reference Include="System.Windows.Forms.DataVisualization.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  61. <Reference Include="System.Xml" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="ClsComponentBase.cs" />
  65. <Compile Include="ClsPubObj.cs" />
  66. <Compile Include="ClsServerConfigure.cs" />
  67. <Compile Include="ClsServerPoolBase.cs" />
  68. <Compile Include="Dispatcher.cs" />
  69. <Compile Include="FtpHelper.cs" />
  70. <Compile Include="IServerBase.cs" />
  71. <Compile Include="LogCommon.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <Compile Include="ClsRemotingServer.cs" />
  74. <Compile Include="ResDaemon.cs" />
  75. </ItemGroup>
  76. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  77. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  78. Other similar extension points exist, see Microsoft.Common.targets.
  79. <Target Name="BeforeBuild">
  80. </Target>
  81. <Target Name="AfterBuild">
  82. </Target>
  83. -->
  84. </Project>