SFGS.Web.csproj
上传用户:jxqhsy
上传日期:2020-12-31
资源大小:1793k
文件大小:5k
源码类别:

SilverLight

开发平台:

HTML/CSS

  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>{CE85387C-6BC7-4F38-8694-1639F88F723A}</ProjectGuid>
  8.     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9.     <OutputType>Library</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>SFGS.Web</RootNamespace>
  12.     <AssemblyName>SFGS.Web</AssemblyName>
  13.     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14.     <SilverlightApplicationList>{9AC6D327-B51E-4340-A461-594AE139A768}|..SFGSSFGS.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="ClientBinSFGS.xap" />
  59.     <Content Include="Default.aspx" />
  60.     <Content Include="Global.asax" />
  61.     <Content Include="SFGSTestPage.aspx" />
  62.     <Content Include="SFGSTestPage.html" />
  63.     <Content Include="Silverlight.js" />
  64.     <Content Include="UserManage.asmx" />
  65.     <Content Include="Web.config" />
  66.   </ItemGroup>
  67.   <ItemGroup>
  68.     <Compile Include="DBHelper.cs" />
  69.     <Compile Include="Default.aspx.cs">
  70.       <SubType>ASPXCodeBehind</SubType>
  71.       <DependentUpon>Default.aspx</DependentUpon>
  72.     </Compile>
  73.     <Compile Include="Default.aspx.designer.cs">
  74.       <DependentUpon>Default.aspx</DependentUpon>
  75.     </Compile>
  76.     <Compile Include="Global.asax.cs">
  77.       <DependentUpon>Global.asax</DependentUpon>
  78.     </Compile>
  79.     <Compile Include="PropertiesAssemblyInfo.cs" />
  80.     <Compile Include="UserManage.asmx.cs">
  81.       <DependentUpon>UserManage.asmx</DependentUpon>
  82.       <SubType>Component</SubType>
  83.     </Compile>
  84.   </ItemGroup>
  85.   <ItemGroup>
  86.     <Folder Include="App_Data" />
  87.   </ItemGroup>
  88.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  89.   <Import Project="$(MSBuildExtensionsPath)MicrosoftVisualStudiov9.0WebApplicationsMicrosoft.WebApplication.targets" />
  90.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  91.        Other similar extension points exist, see Microsoft.Common.targets.
  92.   <Target Name="BeforeBuild">
  93.   </Target>
  94.   <Target Name="AfterBuild">
  95.   </Target>
  96.   -->
  97.   <ProjectExtensions>
  98.     <VisualStudio>
  99.       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  100.         <WebProjectProperties>
  101.           <UseIIS>False</UseIIS>
  102.           <AutoAssignPort>False</AutoAssignPort>
  103.           <DevelopmentServerPort>17380</DevelopmentServerPort>
  104.           <DevelopmentServerVPath>/</DevelopmentServerVPath>
  105.           <IISUrl>
  106.           </IISUrl>
  107.           <NTLMAuthentication>False</NTLMAuthentication>
  108.           <UseCustomServer>False</UseCustomServer>
  109.           <CustomServerUrl>
  110.           </CustomServerUrl>
  111.           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  112.         </WebProjectProperties>
  113.       </FlavorProperties>
  114.     </VisualStudio>
  115.   </ProjectExtensions>
  116. </Project>