QueueWriter.Web.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{78723211-7CC6-4701-B812-416E4891B8DE}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>QueueWriter.Web</RootNamespace>
  15. <AssemblyName>QueueWriter.Web</AssemblyName>
  16. <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  23. <RestorePackages>true</RestorePackages>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Messaging" />
  45. <Reference Include="System.Net.Http" />
  46. <Reference Include="System.Web.DynamicData" />
  47. <Reference Include="System.Web.Entity" />
  48. <Reference Include="System.Web.ApplicationServices" />
  49. <Reference Include="System.ComponentModel.DataAnnotations" />
  50. <Reference Include="System" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="System.Web.Extensions" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Web" />
  58. <Reference Include="System.Xml" />
  59. <Reference Include="System.Configuration" />
  60. <Reference Include="System.Web.Services" />
  61. <Reference Include="System.EnterpriseServices" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Reference Include="System.Web.Razor">
  65. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.2\lib\net45\System.Web.Razor.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Web.Webpages">
  68. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.2\lib\net45\System.Web.Webpages.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System.Web.Webpages.Deployment">
  71. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.2\lib\net45\System.Web.Webpages.Deployment.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Web.Webpages.Razor">
  74. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.2\lib\net45\System.Web.Webpages.Razor.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Web.Helpers">
  77. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.2\lib\net45\System.Web.Helpers.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.Web.Infrastructure">
  80. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Web.Mvc">
  83. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.2\lib\net45\System.Web.Mvc.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Newtonsoft.Json">
  86. <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Net.Http.Formatting">
  89. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.2\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Web.Http">
  92. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.2\lib\net45\System.Web.Http.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Web.Http.WebHost">
  95. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.2\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  96. </Reference>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Content Include="Content\bootstrap.css" />
  100. <Content Include="Content\bootstrap.min.css" />
  101. <Content Include="Content\Site.css" />
  102. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  103. <Content Include="Global.asax" />
  104. <Content Include="Scripts\bootstrap.js" />
  105. <Content Include="Scripts\bootstrap.min.js" />
  106. <None Include="Scripts\jquery-1.10.2.intellisense.js" />
  107. <Content Include="Scripts\jquery-1.10.2.js" />
  108. <Content Include="Scripts\jquery-1.10.2.min.js" />
  109. <Content Include="Scripts\modernizr-2.6.2.js" />
  110. <Content Include="Web.config" />
  111. <Content Include="Scripts\jquery-1.10.2.min.map" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Compile Include="App_Start\RouteConfig.cs" />
  115. <Compile Include="App_Start\WebApiConfig.cs" />
  116. <Compile Include="Controllers\HomeController.cs" />
  117. <Compile Include="Controllers\QueueController.cs" />
  118. <Compile Include="Global.asax.cs">
  119. <DependentUpon>Global.asax</DependentUpon>
  120. </Compile>
  121. <Compile Include="Properties\AssemblyInfo.cs" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Content Include="Views\web.config" />
  125. <Content Include="packages.config" />
  126. <Content Include="Views\_ViewStart.cshtml" />
  127. <Content Include="Views\Shared\_Layout.cshtml" />
  128. <Content Include="Views\Home\Index.cshtml" />
  129. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  130. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  131. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  132. <None Include="Web.Debug.config">
  133. <DependentUpon>Web.config</DependentUpon>
  134. </None>
  135. <None Include="Web.Release.config">
  136. <DependentUpon>Web.config</DependentUpon>
  137. </None>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Folder Include="App_Data\" />
  141. <Folder Include="Models\" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <ProjectReference Include="..\Dto\Dto.csproj">
  145. <Project>{777dbb81-d3f1-4053-8f69-28f6680da565}</Project>
  146. <Name>Dto</Name>
  147. </ProjectReference>
  148. </ItemGroup>
  149. <PropertyGroup>
  150. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  151. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  152. </PropertyGroup>
  153. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  154. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  155. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  156. <ProjectExtensions>
  157. <VisualStudio>
  158. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  159. <WebProjectProperties>
  160. <UseIIS>True</UseIIS>
  161. <AutoAssignPort>True</AutoAssignPort>
  162. <DevelopmentServerPort>57810</DevelopmentServerPort>
  163. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  164. <IISUrl>http://localhost:60692/</IISUrl>
  165. <NTLMAuthentication>False</NTLMAuthentication>
  166. <UseCustomServer>False</UseCustomServer>
  167. <CustomServerUrl>
  168. </CustomServerUrl>
  169. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  170. </WebProjectProperties>
  171. </FlavorProperties>
  172. </VisualStudio>
  173. </ProjectExtensions>
  174. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  175. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  176. <PropertyGroup>
  177. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  178. </PropertyGroup>
  179. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  180. </Target>
  181. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  182. Other similar extension points exist, see Microsoft.Common.targets.
  183. <Target Name="BeforeBuild">
  184. </Target>
  185. <Target Name="AfterBuild">
  186. </Target>
  187. -->
  188. </Project>