Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

WebAPiUtils-test.csproj 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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>{33964D94-F7E0-4A81-B88E-1B026E812CE6}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>WebAPiUtils_test</RootNamespace>
  15. <AssemblyName>WebAPiUtils-test</AssemblyName>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <MvcBuildViews>false</MvcBuildViews>
  18. <UseIISExpress>true</UseIISExpress>
  19. <IISExpressSSLPort />
  20. <IISExpressAnonymousAuthentication />
  21. <IISExpressWindowsAuthentication />
  22. <IISExpressUseClassicPipelineMode />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  47. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="Logs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Logs.dll.1.2.5\lib\net45\Logs.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <HintPath>..\packages\EnterpriseLibrary.Common.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  60. <HintPath>..\packages\EnterpriseLibrary.Data.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Data.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>..\packages\EnterpriseLibrary.Logging.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath>
  65. <Private>True</Private>
  66. </Reference>
  67. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging.Database, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  68. <HintPath>..\packages\EnterpriseLibrary.Logging.Database.6.0.1304.0\lib\NET45\Microsoft.Practices.EnterpriseLibrary.Logging.Database.dll</HintPath>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Drawing" />
  78. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  80. <Private>True</Private>
  81. </Reference>
  82. <Reference Include="System.Runtime.Serialization" />
  83. <Reference Include="System.Security" />
  84. <Reference Include="System.Web.Entity" />
  85. <Reference Include="System.Web.ApplicationServices" />
  86. <Reference Include="System.ComponentModel.DataAnnotations" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  90. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  91. <Private>True</Private>
  92. </Reference>
  93. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  94. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  95. <Private>True</Private>
  96. </Reference>
  97. <Reference Include="System.Xml.Linq" />
  98. <Reference Include="System.Web" />
  99. <Reference Include="System.Web.Abstractions" />
  100. <Reference Include="System.Web.Routing" />
  101. <Reference Include="System.Xml" />
  102. <Reference Include="System.Configuration" />
  103. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  104. <Private>True</Private>
  105. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System.Net.Http">
  108. </Reference>
  109. <Reference Include="System.Net.Http.WebRequest">
  110. </Reference>
  111. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  112. <Private>True</Private>
  113. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.Helpers.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  116. <Private>True</Private>
  117. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Web.Optimization">
  120. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.1\lib\net40\System.Web.Optimization.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  123. <Private>True</Private>
  124. <HintPath>..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  127. <Private>True</Private>
  128. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  131. <Private>True</Private>
  132. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  135. <Private>True</Private>
  136. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  137. </Reference>
  138. <Reference Include="WebGrease">
  139. <Private>True</Private>
  140. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  141. </Reference>
  142. <Reference Include="Antlr3.Runtime">
  143. <Private>True</Private>
  144. <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
  145. </Reference>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <Folder Include="App_Data\" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Compile Include="App_Start\BundleConfig.cs" />
  152. <Compile Include="App_Start\FilterConfig.cs" />
  153. <Compile Include="App_Start\RouteConfig.cs" />
  154. <Compile Include="App_Start\WebApiConfig.cs" />
  155. <Compile Include="Areas\HelpPage\ApiDescriptionExtensions.cs" />
  156. <Compile Include="Areas\HelpPage\App_Start\HelpPageConfig.cs" />
  157. <Compile Include="Areas\HelpPage\Controllers\HelpController.cs" />
  158. <Compile Include="Areas\HelpPage\HelpPageAreaRegistration.cs" />
  159. <Compile Include="Areas\HelpPage\HelpPageConfigurationExtensions.cs" />
  160. <Compile Include="Areas\HelpPage\Models\HelpPageApiModel.cs" />
  161. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs" />
  162. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleKey.cs" />
  163. <Compile Include="Areas\HelpPage\SampleGeneration\ImageSample.cs" />
  164. <Compile Include="Areas\HelpPage\SampleGeneration\InvalidSample.cs" />
  165. <Compile Include="Areas\HelpPage\SampleGeneration\ObjectGenerator.cs" />
  166. <Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
  167. <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
  168. <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
  169. <Compile Include="BusinessManager\ValuesBusiness.cs" />
  170. <Compile Include="Controllers\HomeController.cs" />
  171. <Compile Include="Controllers\ValuesController.cs" />
  172. <Compile Include="DataAccess\SqlServerManager.Context.cs">
  173. <AutoGen>True</AutoGen>
  174. <DesignTime>True</DesignTime>
  175. <DependentUpon>SqlServerManager.Context.tt</DependentUpon>
  176. </Compile>
  177. <Compile Include="DataAccess\SqlServerManager.cs">
  178. <AutoGen>True</AutoGen>
  179. <DesignTime>True</DesignTime>
  180. <DependentUpon>SqlServerManager.tt</DependentUpon>
  181. </Compile>
  182. <Compile Include="DataAccess\SqlServerManager.Designer.cs">
  183. <AutoGen>True</AutoGen>
  184. <DesignTime>True</DesignTime>
  185. <DependentUpon>SqlServerManager.edmx</DependentUpon>
  186. </Compile>
  187. <Compile Include="DataAccess\T_SqlManager.cs">
  188. <DependentUpon>SqlServerManager.tt</DependentUpon>
  189. </Compile>
  190. <Compile Include="DataAccess\T_Text.cs">
  191. <DependentUpon>SqlServerManager.tt</DependentUpon>
  192. </Compile>
  193. <Compile Include="DataAccess\ValuesManager.cs" />
  194. <Compile Include="DBO\ValuesDboAdd.cs" />
  195. <Compile Include="DBO\ValuesDboEdit.cs" />
  196. <Compile Include="DBO\ValuesDboGet.cs" />
  197. <Compile Include="Global.asax.cs">
  198. <DependentUpon>Global.asax</DependentUpon>
  199. </Compile>
  200. <Compile Include="Properties\AssemblyInfo.cs" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Content Include="Areas\HelpPage\HelpPage.css" />
  204. <Content Include="Content\bootstrap.css" />
  205. <Content Include="Content\bootstrap.min.css" />
  206. <Content Include="favicon.ico" />
  207. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  208. <Content Include="Global.asax" />
  209. <Content Include="Scripts\bootstrap.js" />
  210. <Content Include="Scripts\bootstrap.min.js" />
  211. <Content Include="Areas\HelpPage\Views\Web.config" />
  212. <Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" />
  213. <Content Include="Areas\HelpPage\Views\Help\Index.cshtml" />
  214. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\TextSample.cshtml" />
  215. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Samples.cshtml" />
  216. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Parameters.cshtml" />
  217. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\InvalidSample.cshtml" />
  218. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ImageSample.cshtml" />
  219. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\HelpPageApiModel.cshtml" />
  220. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" />
  221. <Content Include="Areas\HelpPage\Views\Help\Api.cshtml" />
  222. <EntityDeploy Include="DataAccess\SqlServerManager.edmx">
  223. <Generator>EntityModelCodeGenerator</Generator>
  224. <LastGenOutput>SqlServerManager.Designer.cs</LastGenOutput>
  225. </EntityDeploy>
  226. <Content Include="DataAccess\SqlServerManager.Context.tt">
  227. <Generator>TextTemplatingFileGenerator</Generator>
  228. <DependentUpon>SqlServerManager.edmx</DependentUpon>
  229. <LastGenOutput>SqlServerManager.Context.cs</LastGenOutput>
  230. </Content>
  231. <Content Include="DataAccess\SqlServerManager.edmx.diagram">
  232. <DependentUpon>SqlServerManager.edmx</DependentUpon>
  233. </Content>
  234. <Content Include="DataAccess\SqlServerManager.tt">
  235. <Generator>TextTemplatingFileGenerator</Generator>
  236. <DependentUpon>SqlServerManager.edmx</DependentUpon>
  237. <LastGenOutput>SqlServerManager.cs</LastGenOutput>
  238. </Content>
  239. <None Include="Scripts\jquery-1.10.2.intellisense.js" />
  240. <Content Include="Scripts\jquery-1.10.2.js" />
  241. <Content Include="Scripts\jquery-1.10.2.min.js" />
  242. <Content Include="Scripts\modernizr-2.6.2.js" />
  243. <Content Include="Scripts\respond.js" />
  244. <Content Include="Scripts\respond.min.js" />
  245. <Content Include="Web.config" />
  246. <Content Include="Web.Debug.config">
  247. <DependentUpon>Web.config</DependentUpon>
  248. </Content>
  249. <Content Include="Web.Release.config">
  250. <DependentUpon>Web.config</DependentUpon>
  251. </Content>
  252. <Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" />
  253. <Content Include="Content\Site.css" />
  254. <Content Include="Scripts\_references.js" />
  255. <Content Include="Views\Web.config" />
  256. <Content Include="Views\_ViewStart.cshtml" />
  257. <Content Include="Views\Home\Index.cshtml" />
  258. <Content Include="Views\Shared\Error.cshtml" />
  259. <Content Include="Views\Shared\_Layout.cshtml" />
  260. <Content Include="Scripts\jquery-1.10.2.min.map" />
  261. </ItemGroup>
  262. <ItemGroup>
  263. <ProjectReference Include="..\WebApiUtils\WebApiUtils.csproj">
  264. <Project>{DC667D12-DCCD-474B-AACD-CE213236E45D}</Project>
  265. <Name>WebApiUtils</Name>
  266. </ProjectReference>
  267. </ItemGroup>
  268. <ItemGroup>
  269. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  270. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  271. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  272. <Content Include="packages.config" />
  273. <None Include="Project_Readme.html" />
  274. </ItemGroup>
  275. <ItemGroup>
  276. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  277. </ItemGroup>
  278. <PropertyGroup>
  279. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  280. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  281. </PropertyGroup>
  282. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  283. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  284. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  285. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  286. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  287. </Target>
  288. <ProjectExtensions>
  289. <VisualStudio>
  290. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  291. <WebProjectProperties>
  292. <UseIIS>True</UseIIS>
  293. <AutoAssignPort>True</AutoAssignPort>
  294. <DevelopmentServerPort>49608</DevelopmentServerPort>
  295. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  296. <IISUrl>http://localhost:49608/</IISUrl>
  297. <NTLMAuthentication>False</NTLMAuthentication>
  298. <UseCustomServer>False</UseCustomServer>
  299. <CustomServerUrl>
  300. </CustomServerUrl>
  301. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  302. </WebProjectProperties>
  303. </FlavorProperties>
  304. </VisualStudio>
  305. </ProjectExtensions>
  306. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  307. Other similar extension points exist, see Microsoft.Common.targets.
  308. <Target Name="BeforeBuild">
  309. </Target>
  310. <Target Name="AfterBuild">
  311. </Target> -->
  312. </Project>