979b5ad7e132a47e75733d877f60d90d3892f4b3.svn-base 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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>{00576810-2D0C-4CFA-8B0E-CE0FDFA44EDB}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Core.Mes.ClientManager</RootNamespace>
  11. <AssemblyName>Core.Mes.ClientManager</AssemblyName>
  12. <OldToolsVersion>2.0</OldToolsVersion>
  13. <ApplicationRevision>0</ApplicationRevision>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <UseApplicationTrust>false</UseApplicationTrust>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <BootstrapperEnabled>true</BootstrapperEnabled>
  28. <ApplicationIcon>XG.ico</ApplicationIcon>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>D:\Code\Client\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <PlatformTarget>x86</PlatformTarget>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>..\..\..\Client\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="Core.Mes.ClientFrameWork, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86" />
  50. <Reference Include="Core.Mes.IBaseInterface, Version=1.0.2741.16142, Culture=neutral">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>d:\我的文档\桌面\产销平台DLL\Client\Core.Mes.IBaseInterface.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Infragistics.Shared.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\Output\Infragistics.Shared.v5.2.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Infragistics.Win.UltraWinDock.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\Output\Infragistics.Win.UltraWinDock.v5.2.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Infragistics.Win.UltraWinExplorerBar.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\Output\Infragistics.Win.UltraWinExplorerBar.v5.2.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Infragistics.Win.UltraWinMaskedEdit.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\Output\Infragistics.Win.UltraWinMaskedEdit.v5.2.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Infragistics.Win.UltraWinStatusBar.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\Output\Infragistics.Win.UltraWinStatusBar.v5.2.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Infragistics.Win.UltraWinTabbedMdi.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\Output\Infragistics.Win.UltraWinTabbedMdi.v5.2.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Infragistics.Win.UltraWinToolbars.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\Output\Infragistics.Win.UltraWinToolbars.v5.2.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Infragistics.Win.UltraWinTree.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\Output\Infragistics.Win.UltraWinTree.v5.2.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Infragistics.Win.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb">
  87. <SpecificVersion>False</SpecificVersion>
  88. <HintPath>..\Output\Infragistics.Win.v5.2.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Microsoft.VisualBasic" />
  91. <Reference Include="System" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Deployment" />
  94. <Reference Include="System.Design" />
  95. <Reference Include="System.Drawing" />
  96. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  97. <Reference Include="System.Web" />
  98. <Reference Include="System.Windows.Forms" />
  99. <Reference Include="System.Xml" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="FrmAbout.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="FrmCover.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="frmMyMenuInfo.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="frmMyMenuInfo.Designer.cs">
  112. <DependentUpon>frmMyMenuInfo.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="FrmPasswd.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="FrmSetBz.cs">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="MainForm.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="Program.cs" />
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. <EmbeddedResource Include="FrmAbout.resx">
  126. <DependentUpon>FrmAbout.cs</DependentUpon>
  127. <SubType>Designer</SubType>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="FrmCover.resx">
  130. <DependentUpon>FrmCover.cs</DependentUpon>
  131. <SubType>Designer</SubType>
  132. </EmbeddedResource>
  133. <EmbeddedResource Include="frmMyMenuInfo.resx">
  134. <SubType>Designer</SubType>
  135. <DependentUpon>frmMyMenuInfo.cs</DependentUpon>
  136. </EmbeddedResource>
  137. <EmbeddedResource Include="FrmPasswd.resx">
  138. <DependentUpon>FrmPasswd.cs</DependentUpon>
  139. <SubType>Designer</SubType>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="FrmSetBz.resx">
  142. <DependentUpon>FrmSetBz.cs</DependentUpon>
  143. <SubType>Designer</SubType>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="MainForm.resx">
  146. <DependentUpon>MainForm.cs</DependentUpon>
  147. <SubType>Designer</SubType>
  148. </EmbeddedResource>
  149. <EmbeddedResource Include="Properties\Resources.resx">
  150. <Generator>ResXFileCodeGenerator</Generator>
  151. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  152. <SubType>Designer</SubType>
  153. </EmbeddedResource>
  154. <Compile Include="Properties\Resources.Designer.cs">
  155. <AutoGen>True</AutoGen>
  156. <DependentUpon>Resources.resx</DependentUpon>
  157. <DesignTime>True</DesignTime>
  158. </Compile>
  159. <None Include="App.config" />
  160. <None Include="Properties\Settings.settings">
  161. <Generator>SettingsSingleFileGenerator</Generator>
  162. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  163. </None>
  164. <Compile Include="Properties\Settings.Designer.cs">
  165. <AutoGen>True</AutoGen>
  166. <DependentUpon>Settings.settings</DependentUpon>
  167. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  168. </Compile>
  169. <Compile Include="SetTime.cs" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  173. <Visible>False</Visible>
  174. <ProductName>.NET Framework 2.0</ProductName>
  175. <Install>true</Install>
  176. </BootstrapperPackage>
  177. </ItemGroup>
  178. <ItemGroup>
  179. <Content Include="XG.ico" />
  180. </ItemGroup>
  181. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  182. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  183. Other similar extension points exist, see Microsoft.Common.targets.
  184. <Target Name="BeforeBuild">
  185. </Target>
  186. <Target Name="AfterBuild">
  187. </Target>
  188. -->
  189. </Project>