NXWMS.Client.Code.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{34457CF1-01E2-4461-ACE2-1825391046B6}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NXWMS.Client.Code</RootNamespace>
  11. <AssemblyName>NXWMS.Client.Code</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  35. <HintPath>..\packages\Portable.BouncyCastle.1.8.6\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  36. </Reference>
  37. <Reference Include="ComponentFactory.Krypton.Design">
  38. <HintPath>..\PublicDll\ComponentFactory.Krypton.Design.dll</HintPath>
  39. </Reference>
  40. <Reference Include="ComponentFactory.Krypton.Docking">
  41. <HintPath>..\PublicDll\ComponentFactory.Krypton.Docking.dll</HintPath>
  42. </Reference>
  43. <Reference Include="ComponentFactory.Krypton.Navigator">
  44. <HintPath>..\PublicDll\ComponentFactory.Krypton.Navigator.dll</HintPath>
  45. </Reference>
  46. <Reference Include="ComponentFactory.Krypton.Ribbon">
  47. <HintPath>..\PublicDll\ComponentFactory.Krypton.Ribbon.dll</HintPath>
  48. </Reference>
  49. <Reference Include="ComponentFactory.Krypton.Toolkit">
  50. <HintPath>..\PublicDll\ComponentFactory.Krypton.Toolkit.dll</HintPath>
  51. </Reference>
  52. <Reference Include="ComponentFactory.Krypton.Workspace">
  53. <HintPath>..\PublicDll\ComponentFactory.Krypton.Workspace.dll</HintPath>
  54. </Reference>
  55. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  56. <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
  60. </Reference>
  61. <Reference Include="NPOI, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  62. <HintPath>..\packages\NPOI.2.5.1\lib\net40\NPOI.dll</HintPath>
  63. </Reference>
  64. <Reference Include="NPOI.OOXML, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  65. <HintPath>..\packages\NPOI.2.5.1\lib\net40\NPOI.OOXML.dll</HintPath>
  66. </Reference>
  67. <Reference Include="NPOI.OpenXml4Net, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  68. <HintPath>..\packages\NPOI.2.5.1\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
  69. </Reference>
  70. <Reference Include="NPOI.OpenXmlFormats, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  71. <HintPath>..\packages\NPOI.2.5.1\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System" />
  74. <Reference Include="System.Configuration" />
  75. <Reference Include="System.Core" />
  76. <Reference Include="System.Drawing" />
  77. <Reference Include="System.Runtime.Serialization" />
  78. <Reference Include="System.ServiceModel" />
  79. <Reference Include="System.Windows.Forms" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="Unity.Abstractions, Version=5.11.7.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Unity.5.11.10\lib\net40\Unity.Abstractions.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Unity.Container, Version=5.11.11.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Unity.5.11.10\lib\net40\Unity.Container.dll</HintPath>
  90. </Reference>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="Attributes\EnumImageAttribute.cs" />
  94. <Compile Include="Attributes\EnumDisplayAttribute.cs" />
  95. <Compile Include="Config\AppConfigHelper.cs" />
  96. <Compile Include="Converter\ModelsConvert.cs" />
  97. <Compile Include="Excel\ExcelHelper.cs" />
  98. <Compile Include="Extends\DataGridExtentions.cs" />
  99. <Compile Include="Extends\EntityExtentions.cs" />
  100. <Compile Include="Extends\EnumExtentions.cs" />
  101. <Compile Include="Extends\NxExcelHelper.cs" />
  102. <Compile Include="Models\TableFieldOrderResult.cs" />
  103. <Compile Include="Models\OperateResultInfo.cs" />
  104. <Compile Include="Net\HttpRequestHelper.cs" />
  105. <Compile Include="Serialize\JsonHandleHelper.cs" />
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. <Compile Include="Security\SecurityCryptography.cs" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <None Include="packages.config" />
  111. </ItemGroup>
  112. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  113. </Project>