120
|
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>{8188E2EA-36A4-458C-8E21-4D3DE3522B4E}</ProjectGuid>
|
|
10 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
11 <OutputType>Library</OutputType>
|
|
12 <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
13 <RootNamespace>OverlapStackPanelDemo.Web</RootNamespace>
|
|
14 <AssemblyName>OverlapStackPanelDemo.Web</AssemblyName>
|
|
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
16 <UseIISExpress>false</UseIISExpress>
|
|
17 <SilverlightApplicationList>{842D2854-F003-46F2-B3B5-3124DA04CCF9}|..\OverlapStackPanelDemo\OverlapStackPanelDemo.csproj|ClientBin|False</SilverlightApplicationList>
|
|
18 </PropertyGroup>
|
|
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
20 <DebugSymbols>true</DebugSymbols>
|
|
21 <DebugType>full</DebugType>
|
|
22 <Optimize>false</Optimize>
|
|
23 <OutputPath>bin\</OutputPath>
|
|
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
25 <ErrorReport>prompt</ErrorReport>
|
|
26 <WarningLevel>4</WarningLevel>
|
|
27 </PropertyGroup>
|
|
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
29 <DebugType>pdbonly</DebugType>
|
|
30 <Optimize>true</Optimize>
|
|
31 <OutputPath>bin\</OutputPath>
|
|
32 <DefineConstants>TRACE</DefineConstants>
|
|
33 <ErrorReport>prompt</ErrorReport>
|
|
34 <WarningLevel>4</WarningLevel>
|
|
35 </PropertyGroup>
|
|
36 <ItemGroup>
|
|
37 <Reference Include="Microsoft.CSharp" />
|
|
38 <Reference Include="System.Web.DynamicData" />
|
|
39 <Reference Include="System.Web.Entity" />
|
|
40 <Reference Include="System.Web.ApplicationServices" />
|
|
41 <Reference Include="System" />
|
|
42 <Reference Include="System.Data" />
|
|
43 <Reference Include="System.Core" />
|
|
44 <Reference Include="System.Data.DataSetExtensions" />
|
|
45 <Reference Include="System.Web.Extensions" />
|
|
46 <Reference Include="System.Xml.Linq" />
|
|
47 <Reference Include="System.Drawing" />
|
|
48 <Reference Include="System.Web" />
|
|
49 <Reference Include="System.Xml" />
|
|
50 <Reference Include="System.Configuration" />
|
|
51 <Reference Include="System.Web.Services" />
|
|
52 <Reference Include="System.EnterpriseServices" />
|
|
53 </ItemGroup>
|
|
54 <ItemGroup>
|
|
55 <Content Include="ClientBin\OverlapStackPanelDemo.xap" />
|
|
56 <Content Include="index.html" />
|
|
57 <Content Include="Silverlight.js" />
|
|
58 <Content Include="Web.config" />
|
|
59 <Content Include="Web.Debug.config">
|
|
60 <DependentUpon>Web.config</DependentUpon>
|
|
61 </Content>
|
|
62 <Content Include="Web.Release.config">
|
|
63 <DependentUpon>Web.config</DependentUpon>
|
|
64 </Content>
|
|
65 </ItemGroup>
|
|
66 <ItemGroup>
|
|
67 <Compile Include="Properties\AssemblyInfo.cs" />
|
|
68 </ItemGroup>
|
|
69 <ItemGroup />
|
|
70 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
71 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
|
72 <ProjectExtensions>
|
|
73 <VisualStudio>
|
|
74 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
75 <WebProjectProperties>
|
|
76 <UseIIS>False</UseIIS>
|
|
77 <AutoAssignPort>True</AutoAssignPort>
|
|
78 <DevelopmentServerPort>9137</DevelopmentServerPort>
|
|
79 <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
80 <IISUrl>
|
|
81 </IISUrl>
|
|
82 <NTLMAuthentication>False</NTLMAuthentication>
|
|
83 <UseCustomServer>False</UseCustomServer>
|
|
84 <CustomServerUrl>
|
|
85 </CustomServerUrl>
|
|
86 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
87 </WebProjectProperties>
|
|
88 </FlavorProperties>
|
|
89 </VisualStudio>
|
|
90 </ProjectExtensions>
|
|
91 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
92 Other similar extension points exist, see Microsoft.Common.targets.
|
|
93 <Target Name="BeforeBuild">
|
|
94 </Target>
|
|
95 <Target Name="AfterBuild">
|
|
96 </Target>
|
|
97 -->
|
|
98 </Project> |