3f50355a2bc5705d0c5ca28034aad110b4c320a9.svn-base 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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>{276BAEDE-B4B5-4BAE-9ECE-2911D506D4EE}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Core.Mes.ClientFrameWork</RootNamespace>
  11. <AssemblyName>Core.Mes.ClientFrameWork</AssemblyName>
  12. <OldToolsVersion>2.0</OldToolsVersion>
  13. <PublishUrl>publish\</PublishUrl>
  14. <Install>true</Install>
  15. <InstallFrom>Disk</InstallFrom>
  16. <UpdateEnabled>false</UpdateEnabled>
  17. <UpdateMode>Foreground</UpdateMode>
  18. <UpdateInterval>7</UpdateInterval>
  19. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  20. <UpdatePeriodically>false</UpdatePeriodically>
  21. <UpdateRequired>false</UpdateRequired>
  22. <MapFileExtensions>true</MapFileExtensions>
  23. <ApplicationRevision>0</ApplicationRevision>
  24. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  25. <IsWebBootstrapper>false</IsWebBootstrapper>
  26. <UseApplicationTrust>false</UseApplicationTrust>
  27. <BootstrapperEnabled>true</BootstrapperEnabled>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>D:\Code\Client\</OutputPath>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <PlatformTarget>x86</PlatformTarget>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\Release\</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.2741.16142, Culture=neutral">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>d:\我的文档\桌面\产销平台DLL\Client\Core.Mes.IBaseInterface.dll</HintPath>
  51. <Private>False</Private>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Drawing" />
  56. <Reference Include="System.Windows.Forms" />
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="ClientCommon.cs" />
  61. <Compile Include="FrmBase.cs">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. <Compile Include="RemotingHelp.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <EmbeddedResource Include="FrmBase.resx">
  69. <DependentUpon>FrmBase.cs</DependentUpon>
  70. <SubType>Designer</SubType>
  71. </EmbeddedResource>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  75. <Visible>False</Visible>
  76. <ProductName>.NET Framework Client Profile</ProductName>
  77. <Install>false</Install>
  78. </BootstrapperPackage>
  79. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  80. <Visible>False</Visible>
  81. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  82. <Install>true</Install>
  83. </BootstrapperPackage>
  84. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  85. <Visible>False</Visible>
  86. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  87. <Install>false</Install>
  88. </BootstrapperPackage>
  89. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  90. <Visible>False</Visible>
  91. <ProductName>.NET Framework 3.5</ProductName>
  92. <Install>false</Install>
  93. </BootstrapperPackage>
  94. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  95. <Visible>False</Visible>
  96. <ProductName>.NET Framework 3.5 SP1</ProductName>
  97. <Install>false</Install>
  98. </BootstrapperPackage>
  99. </ItemGroup>
  100. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  101. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  102. Other similar extension points exist, see Microsoft.Common.targets.
  103. <Target Name="BeforeBuild">
  104. </Target>
  105. <Target Name="AfterBuild">
  106. </Target>
  107. -->
  108. </Project>