42ca92c32615e6bb4037bfaa6497b7cfc8a1a9ed.svn-base 5.9 KB

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