1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProductVersion >
8+ </ProductVersion >
9+ <SchemaVersion >2.0</SchemaVersion >
10+ <ProjectGuid >{600DE33E-6162-4851-8778-AF1501225F81}</ProjectGuid >
11+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12+ <OutputType >Library</OutputType >
13+ <AppDesignerFolder >Properties</AppDesignerFolder >
14+ <RootNamespace >PclTest.SL5.Web</RootNamespace >
15+ <AssemblyName >PclTest.SL5.Web</AssemblyName >
16+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
17+ <UseIISExpress >true</UseIISExpress >
18+ <IISExpressSSLPort />
19+ <IISExpressAnonymousAuthentication />
20+ <IISExpressWindowsAuthentication />
21+ <IISExpressUseClassicPipelineMode />
22+ <SilverlightApplicationList >{3B489F59-AAFA-4B42-9CFD-9147D4BEDA40}|..\PclTest.SL5\PclTest.SL5.csproj|ClientBin|False</SilverlightApplicationList >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
25+ <DebugSymbols >true</DebugSymbols >
26+ <DebugType >full</DebugType >
27+ <Optimize >false</Optimize >
28+ <OutputPath >bin\</OutputPath >
29+ <DefineConstants >DEBUG;TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
34+ <DebugType >pdbonly</DebugType >
35+ <Optimize >true</Optimize >
36+ <OutputPath >bin\</OutputPath >
37+ <DefineConstants >TRACE</DefineConstants >
38+ <ErrorReport >prompt</ErrorReport >
39+ <WarningLevel >4</WarningLevel >
40+ </PropertyGroup >
41+ <ItemGroup >
42+ <Reference Include =" Microsoft.CSharp" />
43+ <Reference Include =" System.Web.DynamicData" />
44+ <Reference Include =" System.Web.Entity" />
45+ <Reference Include =" System.Web.ApplicationServices" />
46+ <Reference Include =" System.ComponentModel.DataAnnotations" />
47+ <Reference Include =" System" />
48+ <Reference Include =" System.Data" />
49+ <Reference Include =" System.Core" />
50+ <Reference Include =" System.Data.DataSetExtensions" />
51+ <Reference Include =" System.Web.Extensions" />
52+ <Reference Include =" System.Xml.Linq" />
53+ <Reference Include =" System.Drawing" />
54+ <Reference Include =" System.Web" />
55+ <Reference Include =" System.Xml" />
56+ <Reference Include =" System.Configuration" />
57+ <Reference Include =" System.Web.Services" />
58+ <Reference Include =" System.EnterpriseServices" />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <Content Include =" ClientBin\PclTest.SL5.xap" />
62+ <Content Include =" PclTest.SL5TestPage.aspx" />
63+ <Content Include =" PclTest.SL5TestPage.html" />
64+ <Content Include =" Silverlight.js" />
65+ <Content Include =" Web.config" />
66+ </ItemGroup >
67+ <ItemGroup >
68+ <Compile Include =" Properties\AssemblyInfo.cs" />
69+ </ItemGroup >
70+ <ItemGroup >
71+ <None Include =" Web.Debug.config" >
72+ <DependentUpon >Web.config</DependentUpon >
73+ </None >
74+ <None Include =" Web.Release.config" >
75+ <DependentUpon >Web.config</DependentUpon >
76+ </None >
77+ </ItemGroup >
78+ <ItemGroup />
79+ <PropertyGroup >
80+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
81+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
82+ </PropertyGroup >
83+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
84+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
85+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
86+ <ProjectExtensions >
87+ <VisualStudio >
88+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
89+ <WebProjectProperties >
90+ <UseIIS >True</UseIIS >
91+ <AutoAssignPort >True</AutoAssignPort >
92+ <DevelopmentServerPort >0</DevelopmentServerPort >
93+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
94+ <IISUrl >http://localhost:51967/</IISUrl >
95+ <NTLMAuthentication >False</NTLMAuthentication >
96+ <UseCustomServer >False</UseCustomServer >
97+ <CustomServerUrl >
98+ </CustomServerUrl >
99+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
100+ </WebProjectProperties >
101+ </FlavorProperties >
102+ </VisualStudio >
103+ </ProjectExtensions >
104+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
105+ Other similar extension points exist, see Microsoft.Common.targets.
106+ <Target Name="BeforeBuild">
107+ </Target>
108+ <Target Name="AfterBuild">
109+ </Target>
110+ -->
111+ </Project >
0 commit comments