6652b83a1fd655ad615baaa5d335c2dcc50a99a1.svn-base 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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>{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. </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. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  24. <DebugType>pdbonly</DebugType>
  25. <Optimize>true</Optimize>
  26. <OutputPath>..\Output\</OutputPath>
  27. <DefineConstants>TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <ItemGroup>
  32. <Reference Include="Core.Mes.IBaseInterface, Version=1.0.2741.16142, Culture=neutral">
  33. <SpecificVersion>False</SpecificVersion>
  34. <HintPath>..\..\..\..\CXMES\Client\Core.Mes.IBaseInterface.dll</HintPath>
  35. </Reference>
  36. <Reference Include="DBManager, Version=1.0.6257.35782, Culture=neutral, processorArchitecture=MSIL" />
  37. <Reference Include="System" />
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Data.OracleClient" />
  40. <Reference Include="System.Xml" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Compile Include="Properties\AssemblyInfo.cs" />
  44. <Compile Include="UserInfoManager.cs" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <ProjectReference Include="..\Core.Mes.ServerFrameWork\Core.Mes.ServerFrameWork.csproj">
  48. <Project>{0CC17989-7E54-4098-AD94-DBB43279595D}</Project>
  49. <Name>Core.Mes.ServerFrameWork</Name>
  50. </ProjectReference>
  51. </ItemGroup>
  52. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  53. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  54. Other similar extension points exist, see Microsoft.Common.targets.
  55. <Target Name="BeforeBuild">
  56. </Target>
  57. <Target Name="AfterBuild">
  58. </Target>
  59. -->
  60. </Project>