wxwinter.WFDesignerSl.Web.csproj
上传用户:lvyingde
上传日期:2018-04-24
资源大小:610k
文件大小:5k
源码类别:

SilverLight

开发平台:

C#

  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.30729</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{D3E99E5C-6953-45F9-A7F1-9407FCA1BDBB}</ProjectGuid>
  8.     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9.     <OutputType>Library</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>wxwinter.WFDesignerSl.Web</RootNamespace>
  12.     <AssemblyName>wxwinter.WFDesignerSl.Web</AssemblyName>
  13.     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14.     <SilverlightApplicationList>{3ADF4708-DB9F-4BE5-B817-3387632EE247}|..wxwinter.WFDesignerSlwxwinter.WFDesignerSl.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="ClientBinwxwinter.WFDesignerSl.xap" />
  59.     <Content Include="Default.aspx" />
  60.     <Content Include="Silverlight.js" />
  61.     <Content Include="Web.config" />
  62.     <Content Include="wxwinter.WFDesignerSlTestPage.aspx" />
  63.     <Content Include="wxwinter.WFDesignerSlTestPage.html" />
  64.   </ItemGroup>
  65.   <ItemGroup>
  66.     <Compile Include="Default.aspx.cs">
  67.       <SubType>ASPXCodeBehind</SubType>
  68.       <DependentUpon>Default.aspx</DependentUpon>
  69.     </Compile>
  70.     <Compile Include="Default.aspx.designer.cs">
  71.       <DependentUpon>Default.aspx</DependentUpon>
  72.     </Compile>
  73.     <Compile Include="PropertiesAssemblyInfo.cs" />
  74.   </ItemGroup>
  75.   <ItemGroup>
  76.     <Folder Include="App_Data" />
  77.   </ItemGroup>
  78.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  79.   <Import Project="$(MSBuildExtensionsPath)MicrosoftVisualStudiov9.0WebApplicationsMicrosoft.WebApplication.targets" />
  80.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  81.        Other similar extension points exist, see Microsoft.Common.targets.
  82.   <Target Name="BeforeBuild">
  83.   </Target>
  84.   <Target Name="AfterBuild">
  85.   </Target>
  86.   -->
  87.   <ProjectExtensions>
  88.     <VisualStudio>
  89.       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  90.         <WebProjectProperties>
  91.           <UseIIS>False</UseIIS>
  92.           <AutoAssignPort>True</AutoAssignPort>
  93.           <DevelopmentServerPort>45572</DevelopmentServerPort>
  94.           <DevelopmentServerVPath>/</DevelopmentServerVPath>
  95.           <IISUrl>
  96.           </IISUrl>
  97.           <NTLMAuthentication>False</NTLMAuthentication>
  98.           <UseCustomServer>False</UseCustomServer>
  99.           <CustomServerUrl>
  100.           </CustomServerUrl>
  101.           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  102.         </WebProjectProperties>
  103.       </FlavorProperties>
  104.     </VisualStudio>
  105.   </ProjectExtensions>
  106. </Project>