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 >{625AA633-FA80-41E7-AD64-30709F6569AF}</ProjectGuid >
10
+ <ProjectTypeGuids >{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
11
+ <OutputType >Library</OutputType >
12
+ <AppDesignerFolder >Properties</AppDesignerFolder >
13
+ <RootNamespace >CollectionEditing</RootNamespace >
14
+ <AssemblyName >CollectionEditing</AssemblyName >
15
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
16
+ <MvcBuildViews >false</MvcBuildViews >
17
+ <UseIISExpress >false</UseIISExpress >
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 =" EntityFramework" >
38
+ <HintPath >..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll</HintPath >
39
+ </Reference >
40
+ <Reference Include =" Microsoft.Web.Mvc" >
41
+ <HintPath >..\packages\Mvc3Futures.3.0.20105.0\lib\Microsoft.Web.Mvc.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" MvcContrib" >
44
+ <HintPath >..\packages\MvcContrib.Mvc3-ci.3.0.71.0\lib\MvcContrib.dll</HintPath >
45
+ </Reference >
46
+ <Reference Include =" System.Data.Entity" />
47
+ <Reference Include =" System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
48
+ <Reference Include =" System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
49
+ <Reference Include =" System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
50
+ <Reference Include =" Microsoft.CSharp" />
51
+ <Reference Include =" System" />
52
+ <Reference Include =" System.Data" />
53
+ <Reference Include =" System.Drawing" />
54
+ <Reference Include =" System.Web.DynamicData" />
55
+ <Reference Include =" System.Web.Entity" />
56
+ <Reference Include =" System.Web.ApplicationServices" />
57
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
58
+ <Reference Include =" System.Core" />
59
+ <Reference Include =" System.Data.DataSetExtensions" />
60
+ <Reference Include =" System.Xml.Linq" />
61
+ <Reference Include =" System.Web" />
62
+ <Reference Include =" System.Web.Extensions" />
63
+ <Reference Include =" System.Web.Abstractions" />
64
+ <Reference Include =" System.Web.Routing" />
65
+ <Reference Include =" System.Xml" />
66
+ <Reference Include =" System.Configuration" />
67
+ <Reference Include =" System.Web.Services" />
68
+ <Reference Include =" System.EnterpriseServices" />
69
+ </ItemGroup >
70
+ <ItemGroup >
71
+ <Compile Include =" Controllers\HomeController.cs" />
72
+ <Compile Include =" Controllers\UserController.cs" />
73
+ <Compile Include =" Global.asax.cs" >
74
+ <DependentUpon >Global.asax</DependentUpon >
75
+ </Compile >
76
+ <Compile Include =" Infrastructure\CollectionEditingHtmlExtensions.cs" />
77
+ <Compile Include =" Models\Movie.cs" />
78
+ <Compile Include =" Models\User.cs" />
79
+ <Compile Include =" Properties\AssemblyInfo.cs" />
80
+ </ItemGroup >
81
+ <ItemGroup >
82
+ <Content Include =" Content\images\draggable-icon.png" />
83
+ <Content Include =" Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
84
+ <Content Include =" Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
85
+ <Content Include =" Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
86
+ <Content Include =" Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
87
+ <Content Include =" Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
88
+ <Content Include =" Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
89
+ <Content Include =" Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
90
+ <Content Include =" Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
91
+ <Content Include =" Content\themes\base\images\ui-icons_222222_256x240.png" />
92
+ <Content Include =" Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
93
+ <Content Include =" Content\themes\base\images\ui-icons_454545_256x240.png" />
94
+ <Content Include =" Content\themes\base\images\ui-icons_888888_256x240.png" />
95
+ <Content Include =" Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
96
+ <Content Include =" Content\themes\base\jquery.ui.accordion.css" />
97
+ <Content Include =" Content\themes\base\jquery.ui.all.css" />
98
+ <Content Include =" Content\themes\base\jquery.ui.autocomplete.css" />
99
+ <Content Include =" Content\themes\base\jquery.ui.base.css" />
100
+ <Content Include =" Content\themes\base\jquery.ui.button.css" />
101
+ <Content Include =" Content\themes\base\jquery.ui.core.css" />
102
+ <Content Include =" Content\themes\base\jquery.ui.datepicker.css" />
103
+ <Content Include =" Content\themes\base\jquery.ui.dialog.css" />
104
+ <Content Include =" Content\themes\base\jquery.ui.progressbar.css" />
105
+ <Content Include =" Content\themes\base\jquery.ui.resizable.css" />
106
+ <Content Include =" Content\themes\base\jquery.ui.selectable.css" />
107
+ <Content Include =" Content\themes\base\jquery.ui.slider.css" />
108
+ <Content Include =" Content\themes\base\jquery.ui.tabs.css" />
109
+ <Content Include =" Content\themes\base\jquery.ui.theme.css" />
110
+ <Content Include =" Global.asax" />
111
+ <Content Include =" Content\Site.css" />
112
+ <Content Include =" Scripts\jquery-1.5.1-vsdoc.js" />
113
+ <Content Include =" Scripts\jquery-1.5.1.js" />
114
+ <Content Include =" Scripts\jquery-1.5.1.min.js" />
115
+ <Content Include =" Scripts\jquery-ui-1.8.11.js" />
116
+ <Content Include =" Scripts\jquery-ui-1.8.11.min.js" />
117
+ <Content Include =" Scripts\jquery.validate-vsdoc.js" />
118
+ <Content Include =" Scripts\jquery.validate.js" />
119
+ <Content Include =" Scripts\jquery.validate.min.js" />
120
+ <Content Include =" Scripts\modernizr-1.7.js" />
121
+ <Content Include =" Scripts\modernizr-1.7.min.js" />
122
+ <Content Include =" Web.config" />
123
+ <Content Include =" Web.Debug.config" >
124
+ <DependentUpon >Web.config</DependentUpon >
125
+ </Content >
126
+ <Content Include =" Web.Release.config" >
127
+ <DependentUpon >Web.config</DependentUpon >
128
+ </Content >
129
+ <Content Include =" Scripts\jquery.unobtrusive-ajax.js" />
130
+ <Content Include =" Scripts\jquery.unobtrusive-ajax.min.js" />
131
+ <Content Include =" Scripts\jquery.validate.unobtrusive.js" />
132
+ <Content Include =" Scripts\jquery.validate.unobtrusive.min.js" />
133
+ <Content Include =" Scripts\MicrosoftAjax.js" />
134
+ <Content Include =" Scripts\MicrosoftAjax.debug.js" />
135
+ <Content Include =" Scripts\MicrosoftMvcAjax.js" />
136
+ <Content Include =" Scripts\MicrosoftMvcAjax.debug.js" />
137
+ <Content Include =" Scripts\MicrosoftMvcValidation.js" />
138
+ <Content Include =" Scripts\MicrosoftMvcValidation.debug.js" />
139
+ <Content Include =" Views\Web.config" />
140
+ <Content Include =" Views\_ViewStart.cshtml" />
141
+ <Content Include =" Views\Shared\Error.cshtml" />
142
+ <Content Include =" Views\Shared\_Layout.cshtml" />
143
+ </ItemGroup >
144
+ <ItemGroup >
145
+ <Content Include =" packages.config" />
146
+ </ItemGroup >
147
+ <ItemGroup >
148
+ <Content Include =" Views\User\Edit.cshtml" />
149
+ </ItemGroup >
150
+ <ItemGroup >
151
+ <Content Include =" Views\User\Display.cshtml" />
152
+ </ItemGroup >
153
+ <ItemGroup >
154
+ <Folder Include =" Views\Home\" />
155
+ </ItemGroup >
156
+ <ItemGroup >
157
+ <Content Include =" Views\User\MovieEntryEditor.cshtml" />
158
+ </ItemGroup >
159
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
160
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
161
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
162
+ Other similar extension points exist, see Microsoft.Common.targets.
163
+ <Target Name="BeforeBuild">
164
+ </Target>
165
+ <Target Name="AfterBuild">
166
+ </Target> -->
167
+ <Target Name =" MvcBuildViews" AfterTargets =" AfterBuild" Condition =" '$(MvcBuildViews)'=='true'" >
168
+ <AspNetCompiler VirtualPath =" temp" PhysicalPath =" $(WebProjectOutputDir)" />
169
+ </Target >
170
+ <ProjectExtensions >
171
+ <VisualStudio >
172
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
173
+ <WebProjectProperties >
174
+ <UseIIS >False</UseIIS >
175
+ <AutoAssignPort >True</AutoAssignPort >
176
+ <DevelopmentServerPort >53574</DevelopmentServerPort >
177
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
178
+ <IISUrl >
179
+ </IISUrl >
180
+ <NTLMAuthentication >False</NTLMAuthentication >
181
+ <UseCustomServer >False</UseCustomServer >
182
+ <CustomServerUrl >
183
+ </CustomServerUrl >
184
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
185
+ </WebProjectProperties >
186
+ </FlavorProperties >
187
+ </VisualStudio >
188
+ </ProjectExtensions >
189
+ </Project >
0 commit comments