f834c1a51ad4f309c0dbb50c53ec5b1f764abbfb.svn-base 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{B724E4EE-31DB-420F-B417-C54470FCFEBA}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Core.Mes.ServerManager</RootNamespace>
  11. <AssemblyName>Core.Mes.ServerManager</AssemblyName>
  12. <StartupObject>Core.Mes.ServerManager.Program</StartupObject>
  13. <OldToolsVersion>2.0</OldToolsVersion>
  14. <ApplicationRevision>0</ApplicationRevision>
  15. <IsWebBootstrapper>true</IsWebBootstrapper>
  16. <ApplicationIcon>Resources\XG.ico</ApplicationIcon>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <UpgradeBackupLocation>
  20. </UpgradeBackupLocation>
  21. <PublishUrl>http://localhost/Core.Mes.ServerManager/</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Web</InstallFrom>
  24. <UpdateEnabled>true</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>..\..\..\server\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <PlatformTarget>x86</PlatformTarget>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>..\..\..\server\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="Core.Mes.IBaseInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\..\..\产销平台DLL\Server\Core.Mes.IBaseInterface.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Core.Mes.ServerFrameWork, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <Private>False</Private>
  60. </Reference>
  61. <Reference Include="Infragistics.Shared.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  62. <Reference Include="Infragistics.Win.UltraWinGrid.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  63. <Reference Include="Infragistics.Win.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  64. <Reference Include="Microsoft.VisualBasic" />
  65. <Reference Include="System" />
  66. <Reference Include="System.configuration" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Deployment" />
  69. <Reference Include="System.Design" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Management" />
  72. <Reference Include="System.Runtime.Remoting" />
  73. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  74. <Reference Include="System.Web" />
  75. <Reference Include="System.Windows.Forms" />
  76. <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  77. <Reference Include="System.Windows.Forms.DataVisualization.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  78. <Reference Include="System.Xml" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="ClsServerMain.cs" />
  82. <Compile Include="ExitMessageFilter.cs" />
  83. <Compile Include="FrmSeverMain.cs">
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="Program.cs" />
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. <EmbeddedResource Include="FrmSeverMain.resx">
  89. <DependentUpon>FrmSeverMain.cs</DependentUpon>
  90. <SubType>Designer</SubType>
  91. </EmbeddedResource>
  92. <EmbeddedResource Include="Properties\licenses.licx" />
  93. <EmbeddedResource Include="Properties\Resources.resx">
  94. <Generator>ResXFileCodeGenerator</Generator>
  95. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  96. <SubType>Designer</SubType>
  97. </EmbeddedResource>
  98. <Compile Include="Properties\Resources.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DependentUpon>Resources.resx</DependentUpon>
  101. <DesignTime>True</DesignTime>
  102. </Compile>
  103. <None Include="Properties\Settings.settings">
  104. <Generator>SettingsSingleFileGenerator</Generator>
  105. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  106. </None>
  107. <Compile Include="Properties\Settings.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Settings.settings</DependentUpon>
  110. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  111. </Compile>
  112. <Compile Include="RemotingGate.cs" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <ProjectReference Include="..\Core.Mes.Common\Core.Mes.Common.csproj">
  116. <Project>{BBAFC889-ADFA-4063-BCA0-9CD6C61570E7}</Project>
  117. <Name>Core.Mes.Common</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\Core.Mes.ServerCommon\Core.Mes.ServerCommon.csproj">
  120. <Project>{6A96B64B-879F-463B-9360-ED5B7AFAAAE5}</Project>
  121. <Name>Core.Mes.ServerCommon</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\DBManager\DBManager.csproj">
  124. <Project>{860513AD-2743-4EB8-9406-01FEEA175348}</Project>
  125. <Name>DBManager</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\DBProxy\DBProxy.csproj">
  128. <Project>{F6CD9B3C-806A-4009-ACAB-935FF453A13C}</Project>
  129. <Name>DBProxy</Name>
  130. </ProjectReference>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  134. <Visible>False</Visible>
  135. <ProductName>.NET Framework 2.0</ProductName>
  136. <Install>true</Install>
  137. </BootstrapperPackage>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <None Include="Resources\XG.ico" />
  141. <None Include="Resources\16.ico" />
  142. <Content Include="XG.ico" />
  143. </ItemGroup>
  144. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  145. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  146. Other similar extension points exist, see Microsoft.Common.targets.
  147. <Target Name="BeforeBuild">
  148. </Target>
  149. <Target Name="AfterBuild">
  150. </Target>
  151. -->
  152. </Project>