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 >{A331405F-13AC-46E8-895B-FB5F6C2D1655}</ProjectGuid >
11
+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12
+ <OutputType >Library</OutputType >
13
+ <AppDesignerFolder >Properties</AppDesignerFolder >
14
+ <RootNamespace >V2</RootNamespace >
15
+ <AssemblyName >V2</AssemblyName >
16
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
17
+ <UseIISExpress >true</UseIISExpress >
18
+ <IISExpressSSLPort />
19
+ <IISExpressAnonymousAuthentication />
20
+ <IISExpressWindowsAuthentication />
21
+ <IISExpressUseClassicPipelineMode />
22
+ </PropertyGroup >
23
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
+ <DebugSymbols >true</DebugSymbols >
25
+ <DebugType >full</DebugType >
26
+ <Optimize >false</Optimize >
27
+ <OutputPath >bin\</OutputPath >
28
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33
+ <DebugType >pdbonly</DebugType >
34
+ <Optimize >true</Optimize >
35
+ <OutputPath >bin\</OutputPath >
36
+ <DefineConstants >TRACE</DefineConstants >
37
+ <ErrorReport >prompt</ErrorReport >
38
+ <WarningLevel >4</WarningLevel >
39
+ </PropertyGroup >
40
+ <ItemGroup >
41
+ <Reference Include =" Microsoft.CSharp" />
42
+ <Reference Include =" System.Web.DynamicData" />
43
+ <Reference Include =" System.Web.Entity" />
44
+ <Reference Include =" System.Web.ApplicationServices" />
45
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
46
+ <Reference Include =" System" />
47
+ <Reference Include =" System.Data" />
48
+ <Reference Include =" System.Core" />
49
+ <Reference Include =" System.Data.DataSetExtensions" />
50
+ <Reference Include =" System.Web.Extensions" />
51
+ <Reference Include =" System.Xml.Linq" />
52
+ <Reference Include =" System.Drawing" />
53
+ <Reference Include =" System.Web" />
54
+ <Reference Include =" System.Xml" />
55
+ <Reference Include =" System.Configuration" />
56
+ <Reference Include =" System.Web.Services" />
57
+ <Reference Include =" System.EnterpriseServices" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <Content Include =" content\base.css" >
61
+ <DependentUpon >base.css.bundle</DependentUpon >
62
+ </Content >
63
+ <Content Include =" content\base.min.css" >
64
+ <DependentUpon >base.css.bundle</DependentUpon >
65
+ </Content >
66
+ <Content Include =" content\bootstrap.min.css" />
67
+ <Content Include =" content\images\bg.jpg" />
68
+ <Content Include =" content\images\crossbrowser.png" />
69
+ <Content Include =" content\images\glyphicons-halflings-white.png" />
70
+ <Content Include =" content\images\glyphicons-halflings.png" />
71
+ <Content Include =" content\images\html5.png" />
72
+ <Content Include =" content\images\lightweight.png" />
73
+ <Content Include =" index.html" />
74
+ <Content Include =" scripts\base.js" >
75
+ <DependentUpon >base.js.bundle</DependentUpon >
76
+ </Content >
77
+ <Content Include =" scripts\base.min.js" >
78
+ <DependentUpon >base.js.bundle</DependentUpon >
79
+ </Content >
80
+ <Content Include =" scripts\bootstrap.min.js" />
81
+ <Content Include =" scripts\tracking.js" />
82
+ <Content Include =" scripts\html5shiv.js" />
83
+ <Content Include =" scripts\jquery-1.9.1.min.js" />
84
+ <Content Include =" scripts\social.js" />
85
+ <Content Include =" Web.config" />
86
+ </ItemGroup >
87
+ <ItemGroup >
88
+ <Compile Include =" Properties\AssemblyInfo.cs" />
89
+ </ItemGroup >
90
+ <ItemGroup >
91
+ <Content Include =" content\site.css" />
92
+ <None Include =" content\base.css.bundle" >
93
+ <SubType >Designer</SubType >
94
+ </None >
95
+ <None Include =" scripts\base.js.bundle" />
96
+ <Content Include =" scripts\base.min.js.map" >
97
+ <DependentUpon >base.js.bundle</DependentUpon >
98
+ </Content >
99
+ <None Include =" Web.Debug.config" >
100
+ <DependentUpon >Web.config</DependentUpon >
101
+ </None >
102
+ <None Include =" Web.Release.config" >
103
+ <DependentUpon >Web.config</DependentUpon >
104
+ </None >
105
+ </ItemGroup >
106
+ <ItemGroup />
107
+ <PropertyGroup >
108
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
109
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
110
+ </PropertyGroup >
111
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
112
+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
113
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
114
+ <ProjectExtensions >
115
+ <VisualStudio >
116
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
117
+ <WebProjectProperties >
118
+ <UseIIS >True</UseIIS >
119
+ <AutoAssignPort >True</AutoAssignPort >
120
+ <DevelopmentServerPort >0</DevelopmentServerPort >
121
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
122
+ <IISUrl >http://localhost:61734/</IISUrl >
123
+ <NTLMAuthentication >False</NTLMAuthentication >
124
+ <UseCustomServer >False</UseCustomServer >
125
+ <CustomServerUrl >
126
+ </CustomServerUrl >
127
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
128
+ </WebProjectProperties >
129
+ </FlavorProperties >
130
+ </VisualStudio >
131
+ </ProjectExtensions >
132
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
133
+ Other similar extension points exist, see Microsoft.Common.targets.
134
+ <Target Name="BeforeBuild">
135
+ </Target>
136
+ <Target Name="AfterBuild">
137
+ </Target>
138
+ -->
139
+ </Project >
0 commit comments