73d09e5a6969f75ce7a2d7b14160f00a04de5d9f.svn-base 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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>{6A96B64B-879F-463B-9360-ED5B7AFAAAE5}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Core.Mes.ServerCommon</RootNamespace>
  11. <AssemblyName>Core.Mes.ServerCommon</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.IBaseInterface, Version=1.0.2741.16142, Culture=neutral">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>..\..\..\..\CXMES\Client\Core.Mes.IBaseInterface.dll</HintPath>
  39. <Private>False</Private>
  40. </Reference>
  41. <Reference Include="DBManager, Version=1.0.6993.19019, Culture=neutral, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <Private>False</Private>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.configuration" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Data.OracleClient" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="CoreWriteLogFile.cs" />
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. <Compile Include="UserInfoManager.cs" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <ProjectReference Include="..\Core.Mes.ServerFrameWork\Core.Mes.ServerFrameWork.csproj">
  58. <Project>{0CC17989-7E54-4098-AD94-DBB43279595D}</Project>
  59. <Name>Core.Mes.ServerFrameWork</Name>
  60. <Private>False</Private>
  61. </ProjectReference>
  62. </ItemGroup>
  63. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  64. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  65. Other similar extension points exist, see Microsoft.Common.targets.
  66. <Target Name="BeforeBuild">
  67. </Target>
  68. <Target Name="AfterBuild">
  69. </Target>
  70. -->
  71. </Project>