61b950df386def990667f72ca1d82c8ff00909a9.svn-base 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
  2. <PropertyGroup>
  3. <ProjectType>Local</ProjectType>
  4. <ProductVersion>8.0</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{CF2CBB34-C907-40E0-8C83-D81A234482E7}</ProjectGuid>
  7. <SccProjectName>
  8. </SccProjectName>
  9. <SccLocalPath>
  10. </SccLocalPath>
  11. <SccAuxPath>
  12. </SccAuxPath>
  13. <SccProvider>
  14. </SccProvider>
  15. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  16. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  17. <ApplicationIcon>
  18. </ApplicationIcon>
  19. <AssemblyKeyContainerName>
  20. </AssemblyKeyContainerName>
  21. <AssemblyName>Core.Mes.PurviewManager</AssemblyName>
  22. <AssemblyOriginatorKeyFile>
  23. </AssemblyOriginatorKeyFile>
  24. <DefaultClientScript>JScript</DefaultClientScript>
  25. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  26. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  27. <DelaySign>false</DelaySign>
  28. <OutputType>Library</OutputType>
  29. <RootNamespace>Core.Mes.PurviewManager</RootNamespace>
  30. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  31. <StartupObject>
  32. </StartupObject>
  33. <OldToolsVersion>2.0</OldToolsVersion>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <OutputPath>D:\Code\SERVER\</OutputPath>
  37. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  38. <BaseAddress>285212672</BaseAddress>
  39. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  40. <ConfigurationOverrideFile>
  41. </ConfigurationOverrideFile>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <DocumentationFile>
  44. </DocumentationFile>
  45. <DebugSymbols>true</DebugSymbols>
  46. <FileAlignment>4096</FileAlignment>
  47. <NoStdLib>false</NoStdLib>
  48. <NoWarn>
  49. </NoWarn>
  50. <Optimize>false</Optimize>
  51. <RegisterForComInterop>false</RegisterForComInterop>
  52. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  53. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  54. <WarningLevel>4</WarningLevel>
  55. <DebugType>full</DebugType>
  56. <ErrorReport>prompt</ErrorReport>
  57. <PlatformTarget>AnyCPU</PlatformTarget>
  58. </PropertyGroup>
  59. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  60. <OutputPath>..\Output\</OutputPath>
  61. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  62. <BaseAddress>285212672</BaseAddress>
  63. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  64. <ConfigurationOverrideFile>
  65. </ConfigurationOverrideFile>
  66. <DefineConstants>TRACE</DefineConstants>
  67. <DocumentationFile>
  68. </DocumentationFile>
  69. <DebugSymbols>false</DebugSymbols>
  70. <FileAlignment>4096</FileAlignment>
  71. <NoStdLib>false</NoStdLib>
  72. <NoWarn>
  73. </NoWarn>
  74. <Optimize>true</Optimize>
  75. <RegisterForComInterop>false</RegisterForComInterop>
  76. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  77. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  78. <WarningLevel>4</WarningLevel>
  79. <DebugType>none</DebugType>
  80. <ErrorReport>prompt</ErrorReport>
  81. </PropertyGroup>
  82. <ItemGroup>
  83. <Reference Include="Core.Mes.IBaseInterface">
  84. <Name>Core.Mes.IBaseInterface</Name>
  85. <HintPath>..\Output\Core.Mes.IBaseInterface.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Core.Mes.ServerFrameWork">
  88. <Name>Core.Mes.ServerFrameWork</Name>
  89. <HintPath>..\Output\Core.Mes.ServerFrameWork.dll</HintPath>
  90. <Private>False</Private>
  91. </Reference>
  92. <Reference Include="DBManager">
  93. <Name>DBManager</Name>
  94. <HintPath>..\Output\DBManager.dll</HintPath>
  95. <Private>False</Private>
  96. </Reference>
  97. <Reference Include="System">
  98. <Name>System</Name>
  99. </Reference>
  100. <Reference Include="System.Data">
  101. <Name>System.Data</Name>
  102. </Reference>
  103. <Reference Include="System.Data.OracleClient">
  104. <Name>System.Data.OracleClient</Name>
  105. </Reference>
  106. <Reference Include="System.Xml">
  107. <Name>System.XML</Name>
  108. </Reference>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Compile Include="AssemblyInfo.cs">
  112. <SubType>Code</SubType>
  113. </Compile>
  114. <Compile Include="PurviewManager.cs">
  115. <SubType>Code</SubType>
  116. </Compile>
  117. <Compile Include="QuestionReply.cs" />
  118. <Compile Include="UAM_AUTHORIZATION.cs">
  119. <SubType>Code</SubType>
  120. </Compile>
  121. <Compile Include="UAM_DEPARTMENT.cs">
  122. <SubType>Code</SubType>
  123. </Compile>
  124. <Compile Include="UAM_FUNCTION.cs">
  125. <SubType>Code</SubType>
  126. </Compile>
  127. <Compile Include="UAM_ROLE.cs">
  128. <SubType>Code</SubType>
  129. </Compile>
  130. <Compile Include="UAM_USER.cs">
  131. <SubType>Code</SubType>
  132. </Compile>
  133. <Compile Include="UserValidate.cs">
  134. <SubType>Code</SubType>
  135. </Compile>
  136. </ItemGroup>
  137. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  138. <PropertyGroup>
  139. <PreBuildEvent>
  140. </PreBuildEvent>
  141. <PostBuildEvent>
  142. </PostBuildEvent>
  143. </PropertyGroup>
  144. </Project>