327d03ef8f20c0ebb4de51d83a2059210d485643.svn-base 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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. <Private>False</Private>
  57. </Reference>
  58. <Reference Include="Core.Mes.ServerFrameWork, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <Private>False</Private>
  61. </Reference>
  62. <Reference Include="Infragistics.Shared.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  63. <Reference Include="Infragistics.Win.UltraWinGrid.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  64. <Reference Include="Infragistics.Win.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  65. <Reference Include="Microsoft.VisualBasic" />
  66. <Reference Include="System" />
  67. <Reference Include="System.configuration" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Deployment" />
  70. <Reference Include="System.Design" />
  71. <Reference Include="System.Drawing" />
  72. <Reference Include="System.Management" />
  73. <Reference Include="System.Runtime.Remoting" />
  74. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  75. <Reference Include="System.Web" />
  76. <Reference Include="System.Windows.Forms" />
  77. <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  78. <Reference Include="System.Windows.Forms.DataVisualization.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  79. <Reference Include="System.Xml" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="ClsServerMain.cs" />
  83. <Compile Include="ExitMessageFilter.cs" />
  84. <Compile Include="FrmSeverMain.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="Program.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <EmbeddedResource Include="FrmSeverMain.resx">
  90. <DependentUpon>FrmSeverMain.cs</DependentUpon>
  91. <SubType>Designer</SubType>
  92. </EmbeddedResource>
  93. <EmbeddedResource Include="Properties\licenses.licx" />
  94. <EmbeddedResource Include="Properties\Resources.resx">
  95. <Generator>ResXFileCodeGenerator</Generator>
  96. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  97. <SubType>Designer</SubType>
  98. </EmbeddedResource>
  99. <Compile Include="Properties\Resources.Designer.cs">
  100. <AutoGen>True</AutoGen>
  101. <DependentUpon>Resources.resx</DependentUpon>
  102. <DesignTime>True</DesignTime>
  103. </Compile>
  104. <None Include="Properties\Settings.settings">
  105. <Generator>SettingsSingleFileGenerator</Generator>
  106. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  107. </None>
  108. <Compile Include="Properties\Settings.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DependentUpon>Settings.settings</DependentUpon>
  111. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  112. </Compile>
  113. <Compile Include="RemotingGate.cs" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <ProjectReference Include="..\Core.Mes.Common\Core.Mes.Common.csproj">
  117. <Project>{BBAFC889-ADFA-4063-BCA0-9CD6C61570E7}</Project>
  118. <Name>Core.Mes.Common</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\Core.Mes.ServerCommon\Core.Mes.ServerCommon.csproj">
  121. <Project>{6A96B64B-879F-463B-9360-ED5B7AFAAAE5}</Project>
  122. <Name>Core.Mes.ServerCommon</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\DBManager\DBManager.csproj">
  125. <Project>{860513AD-2743-4EB8-9406-01FEEA175348}</Project>
  126. <Name>DBManager</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\DBProxy\DBProxy.csproj">
  129. <Project>{F6CD9B3C-806A-4009-ACAB-935FF453A13C}</Project>
  130. <Name>DBProxy</Name>
  131. </ProjectReference>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  135. <Visible>False</Visible>
  136. <ProductName>.NET Framework 2.0</ProductName>
  137. <Install>true</Install>
  138. </BootstrapperPackage>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="Resources\XG.ico" />
  142. <None Include="Resources\16.ico" />
  143. <Content Include="XG.ico" />
  144. </ItemGroup>
  145. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. </Project>