ProjectManagementSystem.WebApi.csproj 3.7 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=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\PmsDLL\Newtonsoft.Json.dll</HintPath>
  41. </Reference>
  42. <Reference Include="PmsSecondaryPackaging.Interface">
  43. <HintPath>..\PmsDLL\PmsSecondaryPackaging.Interface.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Net.Http.Formatting">
  48. <HintPath>..\PmsDLL\System.Net.Http.Formatting.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System.Web.Cors">
  51. <HintPath>..\PmsDLL\System.Web.Cors.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System.Web.Http">
  54. <HintPath>..\PmsDLL\System.Web.Http.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.Web.Http.Cors">
  57. <HintPath>..\PmsDLL\System.Web.Http.Cors.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Web.Http.SelfHost">
  60. <HintPath>..\PmsDLL\System.Web.Http.SelfHost.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Net.Http" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="Controller\PmsController.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="Service\WebApiServerHost.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\ProjectManagementSystem.Model\ProjectManagementSystem.Model.csproj">
  76. <Project>{6a437430-7938-4303-9d4c-3e11964e570e}</Project>
  77. <Name>ProjectManagementSystem.Model</Name>
  78. </ProjectReference>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Folder Include="Model\" />
  82. </ItemGroup>
  83. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  84. </Project>