b0ea2ebe5ad4ecd32ed2a789df09cd9926800d5c.svn-base 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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>8.0.50727</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. </Reference>
  40. <Reference Include="DBManager, Version=1.0.6993.19019, Culture=neutral, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <Private>False</Private>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.configuration" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Data.OracleClient" />
  48. <Reference Include="System.Xml" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="CoreWriteLogFile.cs" />
  52. <Compile Include="Properties\AssemblyInfo.cs" />
  53. <Compile Include="UserInfoManager.cs" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <ProjectReference Include="..\Core.Mes.ServerFrameWork\Core.Mes.ServerFrameWork.csproj">
  57. <Project>{0CC17989-7E54-4098-AD94-DBB43279595D}</Project>
  58. <Name>Core.Mes.ServerFrameWork</Name>
  59. <Private>False</Private>
  60. </ProjectReference>
  61. </ItemGroup>
  62. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  63. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  64. Other similar extension points exist, see Microsoft.Common.targets.
  65. <Target Name="BeforeBuild">
  66. </Target>
  67. <Target Name="AfterBuild">
  68. </Target>
  69. -->
  70. </Project>