ProjectManagementSystem.WebApi.csproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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="HslCommunication">
  36. <HintPath>..\PmsDLL\HslCommunication.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Pms.Models">
  39. <HintPath>..\PmsDLL\Pms.Models.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Swashbuckle.Core">
  42. <HintPath>..\PmsDLL\Swashbuckle.Core.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Net.Http.Formatting">
  47. <HintPath>..\PmsDLL\System.Net.Http.Formatting.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System.Web.Cors">
  50. <HintPath>..\PmsDLL\System.Web.Cors.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System.Web.Http">
  53. <HintPath>..\PmsDLL\System.Web.Http.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System.Web.Http.Cors">
  56. <HintPath>..\PmsDLL\System.Web.Http.Cors.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System.Web.Http.SelfHost">
  59. <HintPath>..\PmsDLL\System.Web.Http.SelfHost.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Auth\BasicAuthorizeAttribute.cs" />
  70. <Compile Include="Controller\CallbackController.cs" />
  71. <Compile Include="Controller\PmsController.cs" />
  72. <Compile Include="Controller\VerController.cs" />
  73. <Compile Include="Extensions\HttpRequestMessageExtensions.cs" />
  74. <Compile Include="Filters\GlobalActionFilterAttribute.cs" />
  75. <Compile Include="Filters\GlobalExceptionFilterAttribute.cs" />
  76. <Compile Include="Filters\ValidateModelAttribute.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="Service\WebApiServerHost.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\ProjectManagementSystem.Common\ProjectManagementSystem.Common.csproj">
  82. <Project>{98b2225b-93ba-4a5b-b96f-7b47d75015af}</Project>
  83. <Name>ProjectManagementSystem.Common</Name>
  84. </ProjectReference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Folder Include="Model\" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <None Include="app.config" />
  91. </ItemGroup>
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. </Project>