WebApplication.csproj
上传用户:huiyue
上传日期:2022-04-08
资源大小:1429k
文件大小:4k
源码类别:

搜索引擎

开发平台:

ASP/ASPX

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{461E3789-7D39-49CA-BD5B-19934E8F412E}</ProjectGuid>
  8.     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9.     <OutputType>Library</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>WebApplication</RootNamespace>
  12.     <AssemblyName>WebApplication</AssemblyName>
  13.   </PropertyGroup>
  14.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15.     <DebugSymbols>true</DebugSymbols>
  16.     <DebugType>full</DebugType>
  17.     <Optimize>false</Optimize>
  18.     <OutputPath>bin</OutputPath>
  19.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  20.     <ErrorReport>prompt</ErrorReport>
  21.     <WarningLevel>4</WarningLevel>
  22.   </PropertyGroup>
  23.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  24.     <DebugType>pdbonly</DebugType>
  25.     <Optimize>true</Optimize>
  26.     <OutputPath>bin</OutputPath>
  27.     <DefineConstants>TRACE</DefineConstants>
  28.     <ErrorReport>prompt</ErrorReport>
  29.     <WarningLevel>4</WarningLevel>
  30.   </PropertyGroup>
  31.   <ItemGroup>
  32.     <Reference Include="System" />
  33.     <Reference Include="System.Data" />
  34.     <Reference Include="System.Drawing" />
  35.     <Reference Include="System.Web" />
  36.     <Reference Include="System.Xml" />
  37.     <Reference Include="System.Configuration" />
  38.     <Reference Include="System.Web.Services" />
  39.     <Reference Include="System.EnterpriseServices" />
  40.     <Reference Include="System.Web.Mobile" />
  41.   </ItemGroup>
  42.   <ItemGroup>
  43.     <Content Include="default.aspx" />
  44.     <Content Include="robots.txt" />
  45.     <Content Include="SearchControl.ascx" />
  46.     <Content Include="Search.aspx" />
  47.     <Content Include="SearchSpider.aspx" />
  48.     <Content Include="Web.config" />
  49.   </ItemGroup>
  50.   <ItemGroup>
  51.     <Content Include="404.aspx" />
  52.     <Content Include="App_CodeSearchPageBase.cs" />
  53.     <Content Include="App_CodeSearchControlBase.cs" />
  54.     <Content Include="clientaccesspolicy.xml" />
  55.     <Content Include="javascriptloading.gif" />
  56.     <Content Include="jsearcharoo.html" />
  57.     <Content Include="javascriptjquery-1.3.2.min.js" />
  58.     <Content Include="SearchJson.aspx" />
  59.     <Content Include="SearchKml.aspx" />
  60.     <Content Include="SearchKmlTest.aspx" />
  61.     <Content Include="Silverlight.html" />
  62.     <Compile Include="PropertiesAssemblyInfo.cs" />
  63.   </ItemGroup>
  64.   <ItemGroup>
  65.     <ProjectReference Include="..SearcharooSearcharoo.csproj">
  66.       <Project>{864689AB-F471-4A08-AD4C-A125D5B9B3EC}</Project>
  67.       <Name>Searcharoo</Name>
  68.     </ProjectReference>
  69.     <ProjectReference Include="..WebAppCatalogResourceWebAppCatalogResource.csproj">
  70.       <Project>{9A159842-4459-4A0D-A49F-5BCBE6E5ED95}</Project>
  71.       <Name>WebAppCatalogResource</Name>
  72.     </ProjectReference>
  73.   </ItemGroup>
  74.   <ItemGroup>
  75.     <None Include="Silverlightaroo.zip" />
  76.   </ItemGroup>
  77.   <ItemGroup>
  78.     <Folder Include="content" />
  79.     <Folder Include="Temp" />
  80.   </ItemGroup>
  81.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  82.   <Import Project="$(MSBuildExtensionsPath)MicrosoftVisualStudiov8.0WebApplicationsMicrosoft.WebApplication.targets" />
  83.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  84.        Other similar extension points exist, see Microsoft.Common.targets.
  85.   <Target Name="BeforeBuild">
  86.   </Target>
  87.   <Target Name="AfterBuild">
  88.   </Target>
  89.   -->
  90.   <ProjectExtensions>
  91.     <VisualStudio>
  92.       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  93.         <WebProjectProperties>
  94.           <UseIIS>False</UseIIS>
  95.           <AutoAssignPort>True</AutoAssignPort>
  96.           <DevelopmentServerPort>3359</DevelopmentServerPort>
  97.           <DevelopmentServerVPath>/</DevelopmentServerVPath>
  98.           <IISUrl>
  99.           </IISUrl>
  100.           <NTLMAuthentication>False</NTLMAuthentication>
  101.         </WebProjectProperties>
  102.       </FlavorProperties>
  103.     </VisualStudio>
  104.   </ProjectExtensions>
  105. </Project>