SL4Demo.Web.csproj
上传用户:haqqyyuan
上传日期:2021-05-06
资源大小:26k
文件大小:4k
源码类别:

SilverLight

开发平台:

C#

  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>{32F814FA-74BC-49D8-87BD-1D77B2CFE3EB}</ProjectGuid>
  10.     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11.     <OutputType>Library</OutputType>
  12.     <AppDesignerFolder>Properties</AppDesignerFolder>
  13.     <RootNamespace>SL4Demo.Web</RootNamespace>
  14.     <AssemblyName>SL4Demo.Web</AssemblyName>
  15.     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16.     <SilverlightApplicationList>{0F92250B-D9E7-4CE3-9B86-A7F28B552695}|..SL4DemoSL4Demo.csproj|ClientBin|False</SilverlightApplicationList>
  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="Microsoft.CSharp" />
  37.     <Reference Include="System.Web.DynamicData" />
  38.     <Reference Include="System.Web.Entity" />
  39.     <Reference Include="System.Web.ApplicationServices" />
  40.     <Reference Include="System" />
  41.     <Reference Include="System.Data" />
  42.     <Reference Include="System.Core" />
  43.     <Reference Include="System.Data.DataSetExtensions" />
  44.     <Reference Include="System.Web.Extensions" />
  45.     <Reference Include="System.Xml.Linq" />
  46.     <Reference Include="System.Drawing" />
  47.     <Reference Include="System.Web" />
  48.     <Reference Include="System.Xml" />
  49.     <Reference Include="System.Configuration" />
  50.     <Reference Include="System.Web.Services" />
  51.     <Reference Include="System.EnterpriseServices" />
  52.     <Reference Include="System.Web.Mobile" />
  53.   </ItemGroup>
  54.   <ItemGroup>
  55.     <Content Include="ClientBinSL4Demo.xap" />
  56.     <Content Include="Silverlight.js" />
  57.     <Content Include="SL4DemoTestPage.aspx" />
  58.     <Content Include="SL4DemoTestPage.html" />
  59.     <Content Include="Web.config" />
  60.     <Content Include="Web.Debug.config">
  61.       <DependentUpon>Web.config</DependentUpon>
  62.     </Content>
  63.     <Content Include="Web.Release.config">
  64.       <DependentUpon>Web.config</DependentUpon>
  65.     </Content>
  66.   </ItemGroup>
  67.   <ItemGroup>
  68.     <Compile Include="PropertiesAssemblyInfo.cs" />
  69.   </ItemGroup>
  70.   <ItemGroup />
  71.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  72.   <Import Project="$(MSBuildExtensionsPath32)MicrosoftVisualStudiov10.0WebApplicationsMicrosoft.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>2668</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>