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 >{51EE6F7D-C919-4EC6-89D0-67F0B64C6B34}</ProjectGuid >
10
+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
11
+ <OutputType >Library</OutputType >
12
+ <AppDesignerFolder >Properties</AppDesignerFolder >
13
+ <RootNamespace >ExampleWeb</RootNamespace >
14
+ <AssemblyName >ExampleWeb</AssemblyName >
15
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
16
+ <UseIISExpress >false</UseIISExpress >
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
+ </ItemGroup >
53
+ <ItemGroup >
54
+ <Content Include =" index.htm" />
55
+ <Content Include =" js\twitter.api.combined.js" >
56
+ <DependentUpon >twitter.api.js</DependentUpon >
57
+ </Content >
58
+ <Content Include =" js\twitter.api.js" >
59
+ <Compile >True</Compile >
60
+ <Minify >True</Minify >
61
+ </Content >
62
+ <Content Include =" js\twitter.api.min.js" >
63
+ <DependentUpon >twitter.api.js</DependentUpon >
64
+ </Content >
65
+ <Content Include =" Timeline.asmx" />
66
+ <Content Include =" Web.config" />
67
+ <Content Include =" Web.Debug.config" >
68
+ <DependentUpon >Web.config</DependentUpon >
69
+ </Content >
70
+ <Content Include =" Web.Release.config" >
71
+ <DependentUpon >Web.config</DependentUpon >
72
+ </Content >
73
+ </ItemGroup >
74
+ <ItemGroup >
75
+ <Compile Include =" Properties\AssemblyInfo.cs" />
76
+ </ItemGroup >
77
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
78
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
79
+ <ProjectExtensions >
80
+ <VisualStudio >
81
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
82
+ <WebProjectProperties >
83
+ <UseIIS >False</UseIIS >
84
+ <AutoAssignPort >True</AutoAssignPort >
85
+ <DevelopmentServerPort >45315</DevelopmentServerPort >
86
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
87
+ <IISUrl >
88
+ </IISUrl >
89
+ <NTLMAuthentication >False</NTLMAuthentication >
90
+ <UseCustomServer >False</UseCustomServer >
91
+ <CustomServerUrl >
92
+ </CustomServerUrl >
93
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
94
+ </WebProjectProperties >
95
+ </FlavorProperties >
96
+ </VisualStudio >
97
+ </ProjectExtensions >
98
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99
+ Other similar extension points exist, see Microsoft.Common.targets.
100
+ <Target Name="BeforeBuild">
101
+ </Target>
102
+ <Target Name="AfterBuild">
103
+ </Target>
104
+ -->
105
+ </Project >
0 commit comments