f9f3fcbd2f7bb6b7bc2482f959e38466cd38735a.svn-base 5.2 KB

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