0a050ce2d98c6d3d38347bb10d15f02123090424.svn-base 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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>{6C9E9C77-8752-4C8C-9355-E35BC1382746}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Core.Mes.ClientPurviewManager</RootNamespace>
  11. <AssemblyName>Core.Mes.ClientPurviewManager</AssemblyName>
  12. <OldToolsVersion>2.0</OldToolsVersion>
  13. <PublishUrl>publish\</PublishUrl>
  14. <Install>true</Install>
  15. <InstallFrom>Disk</InstallFrom>
  16. <UpdateEnabled>false</UpdateEnabled>
  17. <UpdateMode>Foreground</UpdateMode>
  18. <UpdateInterval>7</UpdateInterval>
  19. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  20. <UpdatePeriodically>false</UpdatePeriodically>
  21. <UpdateRequired>false</UpdateRequired>
  22. <MapFileExtensions>true</MapFileExtensions>
  23. <ApplicationRevision>0</ApplicationRevision>
  24. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  25. <IsWebBootstrapper>false</IsWebBootstrapper>
  26. <UseApplicationTrust>false</UseApplicationTrust>
  27. <BootstrapperEnabled>true</BootstrapperEnabled>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>..\..\..\..\CXMES\Client\</OutputPath>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>..\..\..\..\Source_2005\Client\</OutputPath>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="Core.Mes.IBaseInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\..\..\..\CXMES\Server\Core.Mes.IBaseInterface.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Infragistics.Excel.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  52. <Reference Include="Infragistics.Shared.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  53. <Reference Include="Infragistics.Win.Misc.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  54. <Reference Include="Infragistics.Win.UltraWinDataSource.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  55. <Reference Include="Infragistics.Win.UltraWinEditors.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  56. <Reference Include="Infragistics.Win.UltraWinGrid.ExcelExport.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  57. <Reference Include="Infragistics.Win.UltraWinGrid.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  58. <Reference Include="Infragistics.Win.UltraWinListBar.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  59. <Reference Include="Infragistics.Win.UltraWinMaskedEdit.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  60. <Reference Include="Infragistics.Win.UltraWinToolbars.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  61. <Reference Include="Infragistics.Win.UltraWinTree.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  62. <Reference Include="Infragistics.Win.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  63. <Reference Include="System" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Windows.Forms" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="FrmAuthorization.cs">
  71. </Compile>
  72. <Compile Include="FrmDepartment.cs">
  73. </Compile>
  74. <Compile Include="FrmFunction.cs">
  75. </Compile>
  76. <Compile Include="FrmPurviewSet.cs">
  77. </Compile>
  78. <Compile Include="frmQuestionFeedback.cs">
  79. </Compile>
  80. <Compile Include="frmQuestionFeedback.Designer.cs">
  81. <DependentUpon>frmQuestionFeedback.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="frmReply.cs">
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="frmReply.Designer.cs">
  87. <DependentUpon>frmReply.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="FrmRole.cs">
  90. </Compile>
  91. <Compile Include="FrmSelUserID.cs">
  92. <SubType>Form</SubType>
  93. </Compile>
  94. <Compile Include="FrmSetDepart.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="FrmUserManager.cs">
  98. </Compile>
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. <Compile Include="RightsComm.cs" />
  101. <Compile Include="UcDepartment.cs">
  102. <SubType>UserControl</SubType>
  103. </Compile>
  104. <Compile Include="UltraTree DropHightLight DrawFilter.cs" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <EmbeddedResource Include="FrmAuthorization.resx">
  108. <DependentUpon>FrmAuthorization.cs</DependentUpon>
  109. <SubType>Designer</SubType>
  110. </EmbeddedResource>
  111. <EmbeddedResource Include="FrmDepartment.resx">
  112. <DependentUpon>FrmDepartment.cs</DependentUpon>
  113. <SubType>Designer</SubType>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="FrmFunction.resx">
  116. <DependentUpon>FrmFunction.cs</DependentUpon>
  117. <SubType>Designer</SubType>
  118. </EmbeddedResource>
  119. <EmbeddedResource Include="FrmPurviewSet.resx">
  120. <DependentUpon>FrmPurviewSet.cs</DependentUpon>
  121. <SubType>Designer</SubType>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="frmQuestionFeedback.resx">
  124. <SubType>Designer</SubType>
  125. <DependentUpon>frmQuestionFeedback.cs</DependentUpon>
  126. </EmbeddedResource>
  127. <EmbeddedResource Include="frmReply.resx">
  128. <SubType>Designer</SubType>
  129. <DependentUpon>frmReply.cs</DependentUpon>
  130. </EmbeddedResource>
  131. <EmbeddedResource Include="FrmRole.resx">
  132. <DependentUpon>FrmRole.cs</DependentUpon>
  133. <SubType>Designer</SubType>
  134. </EmbeddedResource>
  135. <EmbeddedResource Include="FrmSelUserID.resx">
  136. <DependentUpon>FrmSelUserID.cs</DependentUpon>
  137. <SubType>Designer</SubType>
  138. </EmbeddedResource>
  139. <EmbeddedResource Include="FrmSetDepart.resx">
  140. <DependentUpon>FrmSetDepart.cs</DependentUpon>
  141. <SubType>Designer</SubType>
  142. </EmbeddedResource>
  143. <EmbeddedResource Include="FrmUserManager.resx">
  144. <DependentUpon>FrmUserManager.cs</DependentUpon>
  145. <SubType>Designer</SubType>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="Properties\licenses.licx" />
  148. <EmbeddedResource Include="UcDepartment.resx">
  149. <DependentUpon>UcDepartment.cs</DependentUpon>
  150. <SubType>Designer</SubType>
  151. </EmbeddedResource>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <None Include="ClassDiagram1.cd" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  158. <Visible>False</Visible>
  159. <ProductName>.NET Framework Client Profile</ProductName>
  160. <Install>false</Install>
  161. </BootstrapperPackage>
  162. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  163. <Visible>False</Visible>
  164. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  165. <Install>true</Install>
  166. </BootstrapperPackage>
  167. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  168. <Visible>False</Visible>
  169. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  170. <Install>false</Install>
  171. </BootstrapperPackage>
  172. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  173. <Visible>False</Visible>
  174. <ProductName>.NET Framework 3.5</ProductName>
  175. <Install>false</Install>
  176. </BootstrapperPackage>
  177. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  178. <Visible>False</Visible>
  179. <ProductName>.NET Framework 3.5 SP1</ProductName>
  180. <Install>false</Install>
  181. </BootstrapperPackage>
  182. </ItemGroup>
  183. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  184. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  185. Other similar extension points exist, see Microsoft.Common.targets.
  186. <Target Name="BeforeBuild">
  187. </Target>
  188. <Target Name="AfterBuild">
  189. </Target>
  190. -->
  191. </Project>