SSOTest.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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>{C5767DB3-C83F-419F-A1B5-0778B4F10281}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>SSOTest</RootNamespace>
  15. <AssemblyName>SSOTest</AssemblyName>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Web.DynamicData" />
  43. <Reference Include="System.Web.Entity" />
  44. <Reference Include="System.Web.ApplicationServices" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="System.Web.Extensions" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.Web" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="System.Configuration" />
  56. <Reference Include="System.Web.Services" />
  57. <Reference Include="System.EnterpriseServices" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Content Include="AuthTokenService.asmx" />
  61. <Content Include="Web.config" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="AuthTokenService.asmx.cs">
  65. <DependentUpon>AuthTokenService.asmx</DependentUpon>
  66. <SubType>Component</SubType>
  67. </Compile>
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <None Include="Web.Debug.config">
  72. <DependentUpon>Web.config</DependentUpon>
  73. </None>
  74. <None Include="Web.Release.config">
  75. <DependentUpon>Web.config</DependentUpon>
  76. </None>
  77. </ItemGroup>
  78. <PropertyGroup>
  79. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  80. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  81. </PropertyGroup>
  82. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  83. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  84. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  85. <ProjectExtensions>
  86. <VisualStudio>
  87. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  88. <WebProjectProperties>
  89. <UseIIS>True</UseIIS>
  90. <AutoAssignPort>True</AutoAssignPort>
  91. <DevelopmentServerPort>11445</DevelopmentServerPort>
  92. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  93. <IISUrl>http://localhost:11445/</IISUrl>
  94. <NTLMAuthentication>False</NTLMAuthentication>
  95. <UseCustomServer>False</UseCustomServer>
  96. <CustomServerUrl>
  97. </CustomServerUrl>
  98. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  99. </WebProjectProperties>
  100. </FlavorProperties>
  101. </VisualStudio>
  102. </ProjectExtensions>
  103. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  104. Other similar extension points exist, see Microsoft.Common.targets.
  105. <Target Name="BeforeBuild">
  106. </Target>
  107. <Target Name="AfterBuild">
  108. </Target>
  109. -->
  110. </Project>