1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.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 >{226837E7-A0CF-4CCC-8028-218CAC937658}</ProjectGuid >
11
+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12
+ <OutputType >Library</OutputType >
13
+ <AppDesignerFolder >Properties</AppDesignerFolder >
14
+ <RootNamespace >AJAXCalls</RootNamespace >
15
+ <AssemblyName >AJAXCalls</AssemblyName >
16
+ <TargetFrameworkVersion >v4.5</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
+ <Reference Include =" System.Web.Razor" >
61
+ <HintPath >..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" System.Web.Webpages" >
64
+ <HintPath >..\packages\Microsoft.AspNet.Webpages.3.0.0\lib\net45\System.Web.Webpages.dll</HintPath >
65
+ </Reference >
66
+ <Reference Include =" System.Web.Webpages.Deployment" >
67
+ <HintPath >..\packages\Microsoft.AspNet.Webpages.3.0.0\lib\net45\System.Web.Webpages.Deployment.dll</HintPath >
68
+ </Reference >
69
+ <Reference Include =" System.Web.Webpages.Razor" >
70
+ <HintPath >..\packages\Microsoft.AspNet.Webpages.3.0.0\lib\net45\System.Web.Webpages.Razor.dll</HintPath >
71
+ </Reference >
72
+ <Reference Include =" System.Web.Helpers" >
73
+ <HintPath >..\packages\Microsoft.AspNet.Webpages.3.0.0\lib\net45\System.Web.Helpers.dll</HintPath >
74
+ </Reference >
75
+ <Reference Include =" System.Web.Mvc" >
76
+ <HintPath >..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath >
77
+ </Reference >
78
+ </ItemGroup >
79
+ <ItemGroup >
80
+ <Content Include =" facebook.png" />
81
+ <Content Include =" facebook1.png" />
82
+ <Content Include =" Global.asax" />
83
+ <None Include =" Scripts\jquery-1.10.2.intellisense.js" />
84
+ <Content Include =" Scripts\jquery-1.10.2.js" />
85
+ <Content Include =" Scripts\jquery-1.10.2.min.js" />
86
+ <None Include =" Scripts\jquery.validate-vsdoc.js" />
87
+ <Content Include =" Scripts\jquery.validate.js" />
88
+ <Content Include =" Scripts\jquery.validate.min.js" />
89
+ <Content Include =" Scripts\jquery.validate.unobtrusive.js" />
90
+ <Content Include =" Scripts\jquery.validate.unobtrusive.min.js" />
91
+ <Content Include =" Web.config" />
92
+ <Content Include =" Scripts\jquery-1.10.2.min.map" />
93
+ <Content Include =" Views\_ViewStart.cshtml" />
94
+ <Content Include =" Views\Shared\_Layout.cshtml" />
95
+ <Content Include =" Views\Home\ShowCategoryProducts.cshtml" />
96
+ </ItemGroup >
97
+ <ItemGroup >
98
+ <Compile Include =" App_Start\RouteConfig.cs" />
99
+ <Compile Include =" Controllers\HomeController.cs" />
100
+ <Compile Include =" Global.asax.cs" >
101
+ <DependentUpon >Global.asax</DependentUpon >
102
+ </Compile >
103
+ <Compile Include =" Models\Product.cs" />
104
+ <Compile Include =" Properties\AssemblyInfo.cs" />
105
+ </ItemGroup >
106
+ <ItemGroup >
107
+ <Content Include =" Views\web.config" />
108
+ <Content Include =" packages.config" />
109
+ <None Include =" Web.Debug.config" >
110
+ <DependentUpon >Web.config</DependentUpon >
111
+ </None >
112
+ <None Include =" Web.Release.config" >
113
+ <DependentUpon >Web.config</DependentUpon >
114
+ </None >
115
+ </ItemGroup >
116
+ <ItemGroup >
117
+ <Folder Include =" App_Data\" />
118
+ </ItemGroup >
119
+ <PropertyGroup >
120
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
121
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
122
+ </PropertyGroup >
123
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
124
+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
125
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
126
+ <ProjectExtensions >
127
+ <VisualStudio >
128
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
129
+ <WebProjectProperties >
130
+ <UseIIS >True</UseIIS >
131
+ <AutoAssignPort >True</AutoAssignPort >
132
+ <DevelopmentServerPort >51765</DevelopmentServerPort >
133
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
134
+ <IISUrl >http://localhost:51765/</IISUrl >
135
+ <NTLMAuthentication >False</NTLMAuthentication >
136
+ <UseCustomServer >False</UseCustomServer >
137
+ <CustomServerUrl >
138
+ </CustomServerUrl >
139
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
140
+ </WebProjectProperties >
141
+ </FlavorProperties >
142
+ </VisualStudio >
143
+ </ProjectExtensions >
144
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
145
+ Other similar extension points exist, see Microsoft.Common.targets.
146
+ <Target Name="BeforeBuild">
147
+ </Target>
148
+ <Target Name="AfterBuild">
149
+ </Target>
150
+ -->
151
+ </Project >
0 commit comments