Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Authentication-test.csproj 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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>{236E3095-DCCC-4460-AEE5-7A6BB126DC04}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>Authentication_test</RootNamespace>
  15. <AssemblyName>Authentication-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="Microsoft.CSharp" />
  43. <Reference Include="System" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Data.Entity" />
  46. <Reference Include="System.Drawing" />
  47. <Reference Include="System.Web.Entity" />
  48. <Reference Include="System.Web.ApplicationServices" />
  49. <Reference Include="System.ComponentModel.DataAnnotations" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Web" />
  54. <Reference Include="System.Web.Abstractions" />
  55. <Reference Include="System.Web.Routing" />
  56. <Reference Include="System.Xml" />
  57. <Reference Include="System.Configuration" />
  58. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  59. <Private>True</Private>
  60. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Newtonsoft.Json">
  63. <HintPath>..\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Net.Http">
  66. </Reference>
  67. <Reference Include="System.Net.Http.Formatting, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  68. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System.Net.Http.WebRequest">
  71. </Reference>
  72. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  73. <Private>True</Private>
  74. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.Helpers.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Web.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.0.0\lib\net45\System.Web.Http.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Web.Http.WebHost, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.0.0\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  83. <Private>True</Private>
  84. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Web.Optimization">
  87. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.1\lib\net40\System.Web.Optimization.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  90. <Private>True</Private>
  91. <HintPath>..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  94. <Private>True</Private>
  95. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  98. <Private>True</Private>
  99. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  102. <Private>True</Private>
  103. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  104. </Reference>
  105. <Reference Include="WebGrease">
  106. <Private>True</Private>
  107. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  108. </Reference>
  109. <Reference Include="Antlr3.Runtime">
  110. <Private>True</Private>
  111. <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
  112. </Reference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Folder Include="App_Data\" />
  116. <Folder Include="DataAcces\" />
  117. <Folder Include="Models\" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Compile Include="App_Start\BundleConfig.cs" />
  121. <Compile Include="App_Start\FilterConfig.cs" />
  122. <Compile Include="App_Start\RouteConfig.cs" />
  123. <Compile Include="App_Start\WebApiConfig.cs" />
  124. <Compile Include="Areas\HelpPage\ApiDescriptionExtensions.cs" />
  125. <Compile Include="Areas\HelpPage\App_Start\HelpPageConfig.cs" />
  126. <Compile Include="Areas\HelpPage\Controllers\HelpController.cs" />
  127. <Compile Include="Areas\HelpPage\HelpPageAreaRegistration.cs" />
  128. <Compile Include="Areas\HelpPage\HelpPageConfigurationExtensions.cs" />
  129. <Compile Include="Areas\HelpPage\Models\HelpPageApiModel.cs" />
  130. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleGenerator.cs" />
  131. <Compile Include="Areas\HelpPage\SampleGeneration\HelpPageSampleKey.cs" />
  132. <Compile Include="Areas\HelpPage\SampleGeneration\ImageSample.cs" />
  133. <Compile Include="Areas\HelpPage\SampleGeneration\InvalidSample.cs" />
  134. <Compile Include="Areas\HelpPage\SampleGeneration\ObjectGenerator.cs" />
  135. <Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
  136. <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
  137. <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
  138. <Compile Include="Controllers\HomeController.cs" />
  139. <Compile Include="Controllers\ValuesController.cs" />
  140. <Compile Include="Global.asax.cs">
  141. <DependentUpon>Global.asax</DependentUpon>
  142. </Compile>
  143. <Compile Include="Properties\AssemblyInfo.cs" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Content Include="Areas\HelpPage\HelpPage.css" />
  147. <Content Include="Content\bootstrap.css" />
  148. <Content Include="Content\bootstrap.min.css" />
  149. <Content Include="favicon.ico" />
  150. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  151. <Content Include="Global.asax" />
  152. <Content Include="Scripts\bootstrap.js" />
  153. <Content Include="Scripts\bootstrap.min.js" />
  154. <Content Include="Areas\HelpPage\Views\Web.config" />
  155. <Content Include="Areas\HelpPage\Views\Shared\_Layout.cshtml" />
  156. <Content Include="Areas\HelpPage\Views\Help\Index.cshtml" />
  157. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\TextSample.cshtml" />
  158. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Samples.cshtml" />
  159. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\Parameters.cshtml" />
  160. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\InvalidSample.cshtml" />
  161. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ImageSample.cshtml" />
  162. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\HelpPageApiModel.cshtml" />
  163. <Content Include="Areas\HelpPage\Views\Help\DisplayTemplates\ApiGroup.cshtml" />
  164. <Content Include="Areas\HelpPage\Views\Help\Api.cshtml" />
  165. <None Include="Scripts\jquery-1.10.2.intellisense.js" />
  166. <Content Include="Scripts\jquery-1.10.2.js" />
  167. <Content Include="Scripts\jquery-1.10.2.min.js" />
  168. <Content Include="Scripts\modernizr-2.6.2.js" />
  169. <Content Include="Scripts\respond.js" />
  170. <Content Include="Scripts\respond.min.js" />
  171. <Content Include="Web.config" />
  172. <Content Include="Web.Debug.config">
  173. <DependentUpon>Web.config</DependentUpon>
  174. </Content>
  175. <Content Include="Web.Release.config">
  176. <DependentUpon>Web.config</DependentUpon>
  177. </Content>
  178. <Content Include="Areas\HelpPage\Views\_ViewStart.cshtml" />
  179. <Content Include="Content\Site.css" />
  180. <Content Include="Scripts\_references.js" />
  181. <Content Include="Views\Web.config" />
  182. <Content Include="Views\_ViewStart.cshtml" />
  183. <Content Include="Views\Home\Index.cshtml" />
  184. <Content Include="Views\Shared\Error.cshtml" />
  185. <Content Include="Views\Shared\_Layout.cshtml" />
  186. <Content Include="Scripts\jquery-1.10.2.min.map" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <ProjectReference Include="..\Authentication\Authentication.csproj">
  190. <Project>{D7B2B4CF-B1F2-4D86-89A5-A6C12FC0E327}</Project>
  191. <Name>Authentication</Name>
  192. </ProjectReference>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  196. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  197. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  198. <Content Include="packages.config" />
  199. <None Include="Project_Readme.html" />
  200. </ItemGroup>
  201. <PropertyGroup>
  202. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  203. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  204. </PropertyGroup>
  205. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  206. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  207. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  208. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  209. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  210. </Target>
  211. <ProjectExtensions>
  212. <VisualStudio>
  213. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  214. <WebProjectProperties>
  215. <UseIIS>True</UseIIS>
  216. <AutoAssignPort>True</AutoAssignPort>
  217. <DevelopmentServerPort>57969</DevelopmentServerPort>
  218. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  219. <IISUrl>http://localhost:57969/</IISUrl>
  220. <NTLMAuthentication>False</NTLMAuthentication>
  221. <UseCustomServer>False</UseCustomServer>
  222. <CustomServerUrl>
  223. </CustomServerUrl>
  224. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  225. </WebProjectProperties>
  226. </FlavorProperties>
  227. </VisualStudio>
  228. </ProjectExtensions>
  229. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  230. Other similar extension points exist, see Microsoft.Common.targets.
  231. <Target Name="BeforeBuild">
  232. </Target>
  233. <Target Name="AfterBuild">
  234. </Target> -->
  235. </Project>