Silverlight2MenuDemo_Web.csproj
上传用户:chenxing
上传日期:2019-09-16
资源大小:792k
文件大小:4k
源码类别:

SilverLight

开发平台:

Others

  1. <Project ToolsVersion="3.5" 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>9.0.21022</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{377DB4E3-C5CA-4E15-8D1F-6216161D6F93}</ProjectGuid>
  8.     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9.     <OutputType>Library</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>Silverlight2MenuDemo_Web</RootNamespace>
  12.     <AssemblyName>Silverlight2MenuDemo_Web</AssemblyName>
  13.     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14.     <SilverlightApplicationList>{CE2402A4-9101-4486-8F41-01FF29008E19}|..Silverlight2MenuDemoSilverlight2MenuDemo.csproj|ClientBin|False</SilverlightApplicationList>
  15.   </PropertyGroup>
  16.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17.     <DebugSymbols>true</DebugSymbols>
  18.     <DebugType>full</DebugType>
  19.     <Optimize>false</Optimize>
  20.     <OutputPath>bin</OutputPath>
  21.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  22.     <ErrorReport>prompt</ErrorReport>
  23.     <WarningLevel>4</WarningLevel>
  24.   </PropertyGroup>
  25.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26.     <DebugType>pdbonly</DebugType>
  27.     <Optimize>true</Optimize>
  28.     <OutputPath>bin</OutputPath>
  29.     <DefineConstants>TRACE</DefineConstants>
  30.     <ErrorReport>prompt</ErrorReport>
  31.     <WarningLevel>4</WarningLevel>
  32.   </PropertyGroup>
  33.   <ItemGroup>
  34.     <Reference Include="System" />
  35.     <Reference Include="System.Data" />
  36.     <Reference Include="System.Core">
  37.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  38.     </Reference>
  39.     <Reference Include="System.Data.DataSetExtensions">
  40.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  41.     </Reference>
  42.     <Reference Include="System.Web.Extensions">
  43.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  44.     </Reference>
  45.     <Reference Include="System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  46.     <Reference Include="System.Xml.Linq">
  47.       <RequiredTargetFramework>3.5</RequiredTargetFramework>
  48.     </Reference>
  49.     <Reference Include="System.Drawing" />
  50.     <Reference Include="System.Web" />
  51.     <Reference Include="System.Xml" />
  52.     <Reference Include="System.Configuration" />
  53.     <Reference Include="System.Web.Services" />
  54.     <Reference Include="System.EnterpriseServices" />
  55.     <Reference Include="System.Web.Mobile" />
  56.   </ItemGroup>
  57.   <ItemGroup>
  58.     <Content Include="ClientBinSilverlight2MenuDemo.xap" />
  59.     <Content Include="Silverlight2MenuDemoTestPage.aspx" />
  60.     <Content Include="Web.config" />
  61.   </ItemGroup>
  62.   <ItemGroup>
  63.     <Compile Include="PropertiesAssemblyInfo.cs" />
  64.   </ItemGroup>
  65.   <ItemGroup>
  66.     <Folder Include="App_Data" />
  67.   </ItemGroup>
  68.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  69.   <Import Project="$(MSBuildExtensionsPath)MicrosoftVisualStudiov9.0WebApplicationsMicrosoft.WebApplication.targets" />
  70.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  71.        Other similar extension points exist, see Microsoft.Common.targets.
  72.   <Target Name="BeforeBuild">
  73.   </Target>
  74.   <Target Name="AfterBuild">
  75.   </Target>
  76.   -->
  77.   <ProjectExtensions>
  78.     <VisualStudio>
  79.       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  80.         <WebProjectProperties>
  81.           <UseIIS>False</UseIIS>
  82.           <AutoAssignPort>True</AutoAssignPort>
  83.           <DevelopmentServerPort>3757</DevelopmentServerPort>
  84.           <DevelopmentServerVPath>/</DevelopmentServerVPath>
  85.           <IISUrl>
  86.           </IISUrl>
  87.           <NTLMAuthentication>False</NTLMAuthentication>
  88.           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  89.         </WebProjectProperties>
  90.       </FlavorProperties>
  91.     </VisualStudio>
  92.   </ProjectExtensions>
  93. </Project>