b17baafedbe57a9c9a0b6c5457b469fe8a283df0.svn-base 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. <Reference Include="Core.Mes.IBaseInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\..\..\产销平台DLL\Server\Core.Mes.IBaseInterface.dll</HintPath>
  40. </Reference>
  41. <Reference Include="DBManager, Version=1.0.6993.19019, Culture=neutral, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. </Reference>
  44. <Reference Include="log4net, Version=1.2.0.30714, Culture=neutral">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\Output\log4net.dll</HintPath>
  47. <Private>False</Private>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.configuration" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Management" />
  53. <Reference Include="System.Windows.Forms" />
  54. <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  55. <Reference Include="System.Windows.Forms.DataVisualization.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="ClsComponentBase.cs" />
  60. <Compile Include="ClsServerConfigure.cs" />
  61. <Compile Include="ClsServerPoolBase.cs" />
  62. <Compile Include="Dispatcher.cs" />
  63. <Compile Include="FtpHelper.cs" />
  64. <Compile Include="IServerBase.cs" />
  65. <Compile Include="LogCommon.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. <Compile Include="ClsRemotingServer.cs" />
  68. <Compile Include="ResDaemon.cs" />
  69. </ItemGroup>
  70. <Import Project="$(MSBuildBinPath)\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>