ProjectManagementSystem.Common.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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>{98B2225B-93BA-4A5B-B96F-7B47D75015AF}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ProjectManagementSystem.Common</RootNamespace>
  11. <AssemblyName>ProjectManagementSystem.Common</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</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="HslCommunication">
  35. <HintPath>..\PmsDLL\HslCommunication.dll</HintPath>
  36. </Reference>
  37. <Reference Include="ICSharpCode.SharpZipLib, Version=1.3.2.10, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  38. <HintPath>..\packages\SharpZipLib.1.3.2\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  39. </Reference>
  40. <Reference Include="MiniExcel">
  41. <HintPath>..\PmsDLL\MiniExcel.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\PmsDLL\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Pms.Models">
  48. <HintPath>..\PmsDLL\Pms.Models.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Configuration" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Net.Http" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="Config\ExcelConfig.cs" />
  62. <Compile Include="Core\BoxControl.cs" />
  63. <Compile Include="Core\PlcControl.cs" />
  64. <Compile Include="Device\BoxFactory.cs" />
  65. <Compile Include="Extenions\EnumExtenions.cs" />
  66. <Compile Include="Function\AppSetting.cs" />
  67. <Compile Include="Function\InstanceConstructor.cs" />
  68. <Compile Include="Function\ZipUtility.cs" />
  69. <Compile Include="Log\CLog.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. <Compile Include="WebApi\PmsApi.cs" />
  72. <Compile Include="WebApi\ScaleApi.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\DbCommon\DbCommon.csproj">
  76. <Project>{29e941ee-35d4-44d1-bc52-e5ffc3b2d047}</Project>
  77. <Name>DbCommon</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\ProjectManagementSystem.Device\ProjectManagementSystem.Device.csproj">
  80. <Project>{534ff428-01ee-44ec-92f3-6da3676155a2}</Project>
  81. <Name>ProjectManagementSystem.Device</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\ProjectManagementSystem.Model\ProjectManagementSystem.Model.csproj">
  84. <Project>{6a437430-7938-4303-9d4c-3e11964e570e}</Project>
  85. <Name>ProjectManagementSystem.Model</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\ProjectManagementSystem.WebApiClient\ProjectManagementSystem.WebApiClient.csproj">
  88. <Project>{86492c3b-214e-4d5d-a82e-88cc29d61c36}</Project>
  89. <Name>ProjectManagementSystem.WebApiClient</Name>
  90. </ProjectReference>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <None Include="packages.config" />
  94. </ItemGroup>
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. </Project>