NotificationRegistrationService.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{E2A47F34-94F8-4B46-99CE-40A08FE67EB7}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>NotificationRegistrationService</RootNamespace>
  14. <AssemblyName>NotificationRegistrationService</AssemblyName>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Data" />
  38. <Reference Include="System.Data.DataSetExtensions" />
  39. <Reference Include="System.Drawing" />
  40. <Reference Include="System.Web.ApplicationServices" />
  41. <Reference Include="System.Web.DynamicData" />
  42. <Reference Include="System.Web.Entity" />
  43. <Reference Include="System.Web.Extensions" />
  44. <Reference Include="System.Web" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="System.Configuration" />
  47. <Reference Include="System.Web.Services" />
  48. <Reference Include="System.EnterpriseServices" />
  49. <Reference Include="System.Xml.Linq" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Content Include="NotificationsService.asmx" />
  53. <Content Include="Web.config" />
  54. <Content Include="Web.Debug.config">
  55. <DependentUpon>Web.config</DependentUpon>
  56. </Content>
  57. <Content Include="Web.Release.config">
  58. <DependentUpon>Web.config</DependentUpon>
  59. </Content>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="NotificationsService.asmx.cs">
  63. <DependentUpon>NotificationsService.asmx</DependentUpon>
  64. <SubType>Component</SubType>
  65. </Compile>
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Folder Include="App_Data\" />
  70. </ItemGroup>
  71. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  72. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  73. <ProjectExtensions>
  74. <VisualStudio>
  75. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  76. <WebProjectProperties>
  77. <UseIIS>False</UseIIS>
  78. <AutoAssignPort>True</AutoAssignPort>
  79. <DevelopmentServerPort>58345</DevelopmentServerPort>
  80. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  81. <IISUrl>
  82. </IISUrl>
  83. <NTLMAuthentication>False</NTLMAuthentication>
  84. <UseCustomServer>False</UseCustomServer>
  85. <CustomServerUrl>
  86. </CustomServerUrl>
  87. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  88. </WebProjectProperties>
  89. </FlavorProperties>
  90. </VisualStudio>
  91. </ProjectExtensions>
  92. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  93. Other similar extension points exist, see Microsoft.Common.targets.
  94. <Target Name="BeforeBuild">
  95. </Target>
  96. <Target Name="AfterBuild">
  97. </Target>
  98. -->
  99. </Project>