0541878f56c5821f51c9e27bdbce4528e7116d2f.svn-base 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0</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. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>D:\Code\SERVER\</OutputPath>
  19. <DefineConstants>DEBUG;TRACE</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="Core.Mes.IBaseInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\..\..\产销平台DLL\Server\Core.Mes.IBaseInterface.dll</HintPath>
  36. </Reference>
  37. <Reference Include="DBManager, Version=1.0.3206.14966, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <Private>False</Private>
  40. </Reference>
  41. <Reference Include="log4net, Version=1.2.0.30714, Culture=neutral">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\Output\log4net.dll</HintPath>
  44. <Private>False</Private>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.configuration" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="ClsComponentBase.cs" />
  53. <Compile Include="ClsServerPoolBase.cs" />
  54. <Compile Include="Dispatcher.cs" />
  55. <Compile Include="IServerBase.cs" />
  56. <Compile Include="LogCommon.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. </ItemGroup>
  59. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  60. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  61. Other similar extension points exist, see Microsoft.Common.targets.
  62. <Target Name="BeforeBuild">
  63. </Target>
  64. <Target Name="AfterBuild">
  65. </Target>
  66. -->
  67. </Project>