ProjectManagementSystem.WebApi.csproj 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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>{ED705467-FD55-4852-85A1-3C41B4682540}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ProjectManagementSystem.WebApi</RootNamespace>
  11. <AssemblyName>ProjectManagementSystem.WebApi</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  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. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="MaxCommunication.DataBase">
  36. <HintPath>..\PmsDLL\MaxCommunication.DataBase.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\..\..\..\文件共享\HslCommunicationDemo V7.0.1\Newtonsoft.Json.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Pms.DataLibrary">
  43. <HintPath>E:\接手项目\XS6835-云南比力通威\ProjectManagementSystem\PmsDLL\Pms.DataLibrary.dll</HintPath>
  44. </Reference>
  45. <Reference Include="PmsSecondaryPackaging.Interface">
  46. <HintPath>..\PmsDLL\PmsSecondaryPackaging.Interface.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Net.Http.Formatting">
  51. <HintPath>..\PmsDLL\System.Net.Http.Formatting.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System.Web.Cors">
  54. <HintPath>..\PmsDLL\System.Web.Cors.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.Web.Http">
  57. <HintPath>..\PmsDLL\System.Web.Http.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Web.Http.Cors">
  60. <HintPath>..\PmsDLL\System.Web.Http.Cors.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Web.Http.SelfHost">
  63. <HintPath>..\PmsDLL\System.Web.Http.SelfHost.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Net.Http" />
  70. <Reference Include="System.Xml" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Controller\CallbackController.cs" />
  74. <Compile Include="Controller\PmsController.cs" />
  75. <Compile Include="Model\RequestTransparentData.cs" />
  76. <Compile Include="Model\Result.cs" />
  77. <Compile Include="Model\TaskData.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <Compile Include="Service\WebApiServerHost.cs" />
  80. <Compile Include="SqlDataBase.cs" />
  81. </ItemGroup>
  82. <ItemGroup />
  83. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  84. </Project>