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 >{B8E4307F-01A2-45F2-91BE-DD40BA4C33FF}</ProjectGuid >
11+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12+ <OutputType >Library</OutputType >
13+ <AppDesignerFolder >Properties</AppDesignerFolder >
14+ <RootNamespace >BindMvcDropdownList</RootNamespace >
15+ <AssemblyName >BindMvcDropdownList</AssemblyName >
16+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
17+ <MvcBuildViews >false</MvcBuildViews >
18+ <UseIISExpress >true</UseIISExpress >
19+ <IISExpressSSLPort />
20+ <IISExpressAnonymousAuthentication />
21+ <IISExpressWindowsAuthentication />
22+ <IISExpressUseClassicPipelineMode />
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" />
44+ <Reference Include =" System.Data" />
45+ <Reference Include =" System.Drawing" />
46+ <Reference Include =" System.Web.DynamicData" />
47+ <Reference Include =" System.Web.Entity" />
48+ <Reference Include =" System.Web.ApplicationServices" />
49+ <Reference Include =" System.ComponentModel.DataAnnotations" />
50+ <Reference Include =" System.Core" />
51+ <Reference Include =" System.Data.DataSetExtensions" />
52+ <Reference Include =" System.Xml.Linq" />
53+ <Reference Include =" System.Web" />
54+ <Reference Include =" System.Web.Extensions" />
55+ <Reference Include =" System.Web.Abstractions" />
56+ <Reference Include =" System.Web.Routing" />
57+ <Reference Include =" System.Xml" />
58+ <Reference Include =" System.Configuration" />
59+ <Reference Include =" System.Web.Services" />
60+ <Reference Include =" System.EnterpriseServices" />
61+ <Reference Include =" Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
62+ <Private >True</Private >
63+ <HintPath >..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath >
64+ </Reference >
65+ <Reference Include =" System.Net.Http" >
66+ </Reference >
67+ <Reference Include =" System.Net.Http.WebRequest" >
68+ </Reference >
69+ <Reference Include =" System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
70+ <Private >True</Private >
71+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.Helpers.dll</HintPath >
72+ </Reference >
73+ <Reference Include =" System.Web.Mvc, Version=__MvcPagesVersion__, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
74+ <Private >True</Private >
75+ <HintPath >..\packages\Microsoft.AspNet.Mvc.5.2.2\lib\net45\System.Web.Mvc.dll</HintPath >
76+ </Reference >
77+ <Reference Include =" System.Web.Optimization" >
78+ <HintPath >..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath >
79+ </Reference >
80+ <Reference Include =" System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
81+ <Private >True</Private >
82+ <HintPath >..\packages\Microsoft.AspNet.Razor.3.2.2\lib\net45\System.Web.Razor.dll</HintPath >
83+ </Reference >
84+ <Reference Include =" System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
85+ <Private >True</Private >
86+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.dll</HintPath >
87+ </Reference >
88+ <Reference Include =" System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
89+ <Private >True</Private >
90+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Deployment.dll</HintPath >
91+ </Reference >
92+ <Reference Include =" System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
93+ <Private >True</Private >
94+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.2.2\lib\net45\System.Web.WebPages.Razor.dll</HintPath >
95+ </Reference >
96+ <Reference Include =" WebGrease" >
97+ <Private >True</Private >
98+ <HintPath >..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath >
99+ </Reference >
100+ <Reference Include =" Antlr3.Runtime" >
101+ <Private >True</Private >
102+ <HintPath >..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath >
103+ </Reference >
104+ </ItemGroup >
105+ <ItemGroup >
106+ <Reference Include =" Newtonsoft.Json" >
107+ <HintPath >..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath >
108+ </Reference >
109+ </ItemGroup >
110+ <ItemGroup >
111+ <Compile Include =" App_Start\BundleConfig.cs" />
112+ <Compile Include =" App_Start\FilterConfig.cs" />
113+ <Compile Include =" App_Start\RouteConfig.cs" />
114+ <Compile Include =" Controllers\CategoryService.cs" />
115+ <Compile Include =" Controllers\HomeController.cs" />
116+ <Compile Include =" Global.asax.cs" >
117+ <DependentUpon >Global.asax</DependentUpon >
118+ </Compile >
119+ <Compile Include =" Models\AccountViewModels.cs" />
120+ <Compile Include =" Models\CategoryModel.cs" />
121+ <Compile Include =" Properties\AssemblyInfo.cs" />
122+ </ItemGroup >
123+ <ItemGroup >
124+ <Content Include =" Content\bootstrap-theme.css" />
125+ <Content Include =" Content\bootstrap-theme.min.css" />
126+ <Content Include =" Content\bootstrap.css" />
127+ <Content Include =" Content\bootstrap.min.css" />
128+ <Content Include =" favicon.ico" />
129+ <Content Include =" fonts\glyphicons-halflings-regular.svg" />
130+ <Content Include =" Global.asax" />
131+ <Content Include =" Content\Site.css" />
132+ <Content Include =" fonts\glyphicons-halflings-regular.woff2" />
133+ <Content Include =" fonts\glyphicons-halflings-regular.woff" />
134+ <Content Include =" fonts\glyphicons-halflings-regular.ttf" />
135+ <Content Include =" fonts\glyphicons-halflings-regular.eot" />
136+ <Content Include =" Content\bootstrap-theme.css.map" />
137+ <Content Include =" Content\bootstrap.css.map" />
138+ <None Include =" Scripts\jquery-1.10.2.intellisense.js" />
139+ <Content Include =" Icon.png" />
140+ <Content Include =" Scripts\bootstrap.js" />
141+ <Content Include =" Scripts\bootstrap.min.js" />
142+ <Content Include =" Scripts\jquery-1.10.2.js" />
143+ <Content Include =" Scripts\jquery-1.10.2.min.js" />
144+ <Content Include =" Scripts\modernizr-2.8.3.js" />
145+ <Content Include =" Scripts\npm.js" />
146+ <Content Include =" Scripts\_references.js" />
147+ <Content Include =" Web.config" />
148+ <Content Include =" Web.Debug.config" >
149+ <DependentUpon >Web.config</DependentUpon >
150+ </Content >
151+ <Content Include =" Web.Release.config" >
152+ <DependentUpon >Web.config</DependentUpon >
153+ </Content >
154+ <Content Include =" Views\Web.config" />
155+ <Content Include =" Views\_ViewStart.cshtml" />
156+ <Content Include =" Views\Shared\Error.cshtml" />
157+ <Content Include =" Views\Shared\_Layout.cshtml" />
158+ <Content Include =" Views\Home\About.cshtml" />
159+ <Content Include =" Views\Home\Contact.cshtml" />
160+ <Content Include =" Views\Home\Index.cshtml" />
161+ <Content Include =" Scripts\jquery-1.10.2.min.map" />
162+ <Content Include =" Views\Account\_ExternalLoginsListPartial.cshtml" />
163+ <Content Include =" Views\Account\ConfirmEmail.cshtml" />
164+ <Content Include =" Views\Account\ExternalLoginConfirmation.cshtml" />
165+ <Content Include =" Views\Account\ExternalLoginFailure.cshtml" />
166+ <Content Include =" Views\Account\ForgotPassword.cshtml" />
167+ <Content Include =" Views\Account\ForgotPasswordConfirmation.cshtml" />
168+ <Content Include =" Views\Account\Login.cshtml" />
169+ <Content Include =" Views\Account\Register.cshtml" />
170+ <Content Include =" Views\Account\ResetPassword.cshtml" />
171+ <Content Include =" Views\Account\ResetPasswordConfirmation.cshtml" />
172+ <Content Include =" Views\Account\SendCode.cshtml" />
173+ <Content Include =" Views\Account\VerifyCode.cshtml" />
174+ <Content Include =" Views\Manage\AddPhoneNumber.cshtml" />
175+ <Content Include =" Views\Manage\ChangePassword.cshtml" />
176+ <Content Include =" Views\Manage\Index.cshtml" />
177+ <Content Include =" Views\Manage\ManageLogins.cshtml" />
178+ <Content Include =" Views\Manage\SetPassword.cshtml" />
179+ <Content Include =" Views\Manage\VerifyPhoneNumber.cshtml" />
180+ <Content Include =" Views\Shared\Lockout.cshtml" />
181+ <Content Include =" Views\Shared\_LoginPartial.cshtml" />
182+ <Content Include =" Views\Home\StaticBind.cshtml" />
183+ <Content Include =" Views\Home\BindWithViewBag.cshtml" />
184+ <Content Include =" Views\Home\BindWithModel.cshtml" />
185+ <Content Include =" Views\Home\BindJSONData.cshtml" />
186+ </ItemGroup >
187+ <ItemGroup >
188+ <Folder Include =" App_Data\" />
189+ </ItemGroup >
190+ <ItemGroup >
191+ <Content Include =" packages.config" >
192+ <SubType >Designer</SubType >
193+ </Content >
194+ <None Include =" Project_Readme.html" />
195+ </ItemGroup >
196+ <PropertyGroup >
197+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
198+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
199+ </PropertyGroup >
200+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
201+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
202+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
203+ <Target Name =" MvcBuildViews" AfterTargets =" AfterBuild" Condition =" '$(MvcBuildViews)'=='true'" >
204+ <AspNetCompiler VirtualPath =" temp" PhysicalPath =" $(WebProjectOutputDir)" />
205+ </Target >
206+ <ProjectExtensions >
207+ <VisualStudio >
208+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
209+ <WebProjectProperties >
210+ <UseIIS >True</UseIIS >
211+ <AutoAssignPort >True</AutoAssignPort >
212+ <DevelopmentServerPort >2531</DevelopmentServerPort >
213+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
214+ <IISUrl >http://localhost:2093/</IISUrl >
215+ <NTLMAuthentication >False</NTLMAuthentication >
216+ <UseCustomServer >False</UseCustomServer >
217+ <CustomServerUrl >
218+ </CustomServerUrl >
219+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
220+ </WebProjectProperties >
221+ </FlavorProperties >
222+ </VisualStudio >
223+ </ProjectExtensions >
224+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
225+ Other similar extension points exist, see Microsoft.Common.targets.
226+ <Target Name="BeforeBuild">
227+ </Target>
228+ <Target Name="AfterBuild">
229+ </Target> -->
230+ </Project >
0 commit comments