SiwiFms.Helper.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{356F5B55-CCD3-4DAF-9171-338D832B53CD}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SiwiFms.Helper</RootNamespace>
  12. <AssemblyName>SiwiFms.Helper</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <DocumentationFile>bin\Debug\SiwiFms.Helper.xml</DocumentationFile>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>..\..\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>x86</PlatformTarget>
  43. <CodeAnalysisLogFile>bin\Debug\SiwiMes.Helper.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  44. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  45. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  46. <ErrorReport>prompt</ErrorReport>
  47. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  48. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  49. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  50. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  54. <OutputPath>E:\程序发布\WMS\Client\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <Optimize>true</Optimize>
  57. <DebugType>pdbonly</DebugType>
  58. <PlatformTarget>x86</PlatformTarget>
  59. <CodeAnalysisLogFile>bin\Release\SiwiMes.Helper.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  60. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  61. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  65. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  66. <Prefer32Bit>false</Prefer32Bit>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  69. <DebugSymbols>true</DebugSymbols>
  70. <OutputPath>bin\x64\Debug\</OutputPath>
  71. <DefineConstants>DEBUG;TRACE</DefineConstants>
  72. <DebugType>full</DebugType>
  73. <PlatformTarget>x64</PlatformTarget>
  74. <ErrorReport>prompt</ErrorReport>
  75. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  76. <Prefer32Bit>false</Prefer32Bit>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  79. <OutputPath>bin\x64\Release\</OutputPath>
  80. <DefineConstants>TRACE</DefineConstants>
  81. <Optimize>true</Optimize>
  82. <DebugType>pdbonly</DebugType>
  83. <PlatformTarget>x64</PlatformTarget>
  84. <ErrorReport>prompt</ErrorReport>
  85. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  86. <Prefer32Bit>false</Prefer32Bit>
  87. </PropertyGroup>
  88. <ItemGroup>
  89. <Reference Include="DevExpress.Data.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  90. <Reference Include="DevExpress.Data.Desktop.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  91. <Reference Include="DevExpress.Utils.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  92. <Reference Include="DevExpress.XtraEditors.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  93. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  94. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System" />
  97. <Reference Include="System.Core" />
  98. <Reference Include="System.Drawing" />
  99. <Reference Include="System.Web" />
  100. <Reference Include="System.Windows.Forms" />
  101. <Reference Include="System.Xml.Linq" />
  102. <Reference Include="System.Data.DataSetExtensions" />
  103. <Reference Include="Microsoft.CSharp" />
  104. <Reference Include="System.Data" />
  105. <Reference Include="System.Xml" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="ArrayExtension.cs" />
  109. <Compile Include="BinaryConvert.cs" />
  110. <Compile Include="CollectionHelper.cs" />
  111. <Compile Include="CompareHelper.cs" />
  112. <Compile Include="FtpHelper.cs" />
  113. <Compile Include="SWFileHelper.cs" />
  114. <Compile Include="FormatHelper.cs" />
  115. <Compile Include="HelpTo.cs" />
  116. <Compile Include="ListStringExtensin.cs" />
  117. <Compile Include="ObjectReflection.cs" />
  118. <Compile Include="PrintHelper.cs" />
  119. <Compile Include="Properties\ChineseToPinYin.cs" />
  120. <Compile Include="CloneHelper.cs" />
  121. <Compile Include="ColumnEditEx.cs">
  122. <SubType>Component</SubType>
  123. </Compile>
  124. <Compile Include="ConnectionStrHelper.cs" />
  125. <Compile Include="ExcelHelper.cs" />
  126. <Compile Include="FrmPdfViewer.cs" />
  127. <Compile Include="LinqHelper.cs" />
  128. <Compile Include="StaticResource.cs" />
  129. <Compile Include="UploadFileType.cs" />
  130. <Compile Include="DateTimeHelper.cs" />
  131. <Compile Include="ComTool.cs" />
  132. <Compile Include="DialogHelper.cs" />
  133. <Compile Include="EnumUtil.cs" />
  134. <Compile Include="GuidHelper.cs" />
  135. <Compile Include="HashUtil.cs" />
  136. <Compile Include="HttpHelper.cs" />
  137. <Compile Include="MessageBoxHelper.cs" />
  138. <Compile Include="Properties\AssemblyInfo.cs" />
  139. <Compile Include="StringHelper.cs" />
  140. <Compile Include="UserConfigXML.cs" />
  141. <Compile Include="WebClientHelper.cs" />
  142. <Compile Include="XmlHelper.cs" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="packages.config" />
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  149. Other similar extension points exist, see Microsoft.Common.targets.
  150. <Target Name="BeforeBuild">
  151. </Target>
  152. <Target Name="AfterBuild">
  153. </Target>
  154. -->
  155. </Project>