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 >{C4D1CC8C-E3B1-4371-A71C-0BA22658C8C7}</ProjectGuid >
11
+ <ProjectTypeGuids >{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12
+ <OutputType >Library</OutputType >
13
+ <AppDesignerFolder >Properties</AppDesignerFolder >
14
+ <RootNamespace >Html5UploadDemo</RootNamespace >
15
+ <AssemblyName >Html5UploadDemo</AssemblyName >
16
+ <TargetFrameworkVersion >v4.0</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 =" System.Data.Entity" />
43
+ <Reference Include =" Microsoft.CSharp" />
44
+ <Reference Include =" System" />
45
+ <Reference Include =" System.Data" />
46
+ <Reference Include =" System.Drawing" />
47
+ <Reference Include =" System.Web.DynamicData" />
48
+ <Reference Include =" System.Web.Entity" />
49
+ <Reference Include =" System.Web.ApplicationServices" />
50
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
51
+ <Reference Include =" System.Core" />
52
+ <Reference Include =" System.Data.DataSetExtensions" />
53
+ <Reference Include =" System.Xml.Linq" />
54
+ <Reference Include =" System.Web" />
55
+ <Reference Include =" System.Web.Extensions" />
56
+ <Reference Include =" System.Web.Abstractions" />
57
+ <Reference Include =" System.Web.Routing" />
58
+ <Reference Include =" System.Xml" />
59
+ <Reference Include =" System.Configuration" />
60
+ <Reference Include =" System.Web.Services" />
61
+ <Reference Include =" System.EnterpriseServices" />
62
+ <Reference Include =" Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
63
+ <Private >True</Private >
64
+ <HintPath >..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath >
65
+ </Reference >
66
+ <Reference Include =" System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
67
+ <Private >True</Private >
68
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.Helpers.dll</HintPath >
69
+ </Reference >
70
+ <Reference Include =" System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
71
+ <Private >True</Private >
72
+ <HintPath >..\packages\Microsoft.AspNet.Mvc.3.0.20105.1\lib\net40\System.Web.Mvc.dll</HintPath >
73
+ </Reference >
74
+ <Reference Include =" System.Web.Providers" >
75
+ <HintPath >..\packages\Microsoft.AspNet.Providers.Core.1.0\lib\net40\System.Web.Providers.dll</HintPath >
76
+ </Reference >
77
+ <Reference Include =" System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
78
+ <Private >True</Private >
79
+ <HintPath >..\packages\Microsoft.AspNet.Razor.1.0.20105.408\lib\net40\System.Web.Razor.dll</HintPath >
80
+ </Reference >
81
+ <Reference Include =" System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
82
+ <Private >True</Private >
83
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.dll</HintPath >
84
+ </Reference >
85
+ <Reference Include =" System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
86
+ <Private >True</Private >
87
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Deployment.dll</HintPath >
88
+ </Reference >
89
+ <Reference Include =" System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
90
+ <Private >True</Private >
91
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.1.0.20105.408\lib\net40\System.Web.WebPages.Razor.dll</HintPath >
92
+ </Reference >
93
+ </ItemGroup >
94
+ <ItemGroup >
95
+ <Compile Include =" Controllers\FileController.cs" />
96
+ <Compile Include =" Global.asax.cs" >
97
+ <DependentUpon >Global.asax</DependentUpon >
98
+ </Compile >
99
+ <Compile Include =" Properties\AssemblyInfo.cs" />
100
+ </ItemGroup >
101
+ <ItemGroup >
102
+ <Content Include =" Content\styles\styles.css" />
103
+ <Content Include =" Global.asax" />
104
+ <Content Include =" index.html" />
105
+ <Content Include =" packages.config" />
106
+ <None Include =" Scripts\jquery-1.8.2.intellisense.js" >
107
+ <DependentUpon >jquery-1.8.2.js</DependentUpon >
108
+ </None >
109
+ <Content Include =" Scripts\domReady.js" />
110
+ <Content Include =" Scripts\jquery-1.8.2.js" />
111
+ <Content Include =" Scripts\jquery-1.8.2.min.js" >
112
+ <DependentUpon >jquery-1.8.2.js</DependentUpon >
113
+ </Content >
114
+ <Content Include =" Scripts\knockout-2.1.0.js" />
115
+ <Content Include =" Scripts\main.js" />
116
+ <Content Include =" Scripts\require.js" />
117
+ <Content Include =" Scripts\src\html5Upload.js" />
118
+ <Content Include =" Web.config" />
119
+ <Content Include =" Web.Debug.config" >
120
+ <DependentUpon >Web.config</DependentUpon >
121
+ </Content >
122
+ <Content Include =" Web.Release.config" >
123
+ <DependentUpon >Web.config</DependentUpon >
124
+ </Content >
125
+ <Content Include =" Views\Web.config" />
126
+ <Content Include =" Views\_ViewStart.cshtml" />
127
+ <Content Include =" Views\Shared\Error.cshtml" />
128
+ <Content Include =" Views\Shared\_Layout.cshtml" />
129
+ </ItemGroup >
130
+ <ItemGroup />
131
+ <PropertyGroup >
132
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
133
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
134
+ </PropertyGroup >
135
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
136
+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
137
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
138
+ <Target Name =" MvcBuildViews" AfterTargets =" AfterBuild" Condition =" '$(MvcBuildViews)'=='true'" >
139
+ <AspNetCompiler VirtualPath =" temp" PhysicalPath =" $(WebProjectOutputDir)" />
140
+ </Target >
141
+ <ProjectExtensions >
142
+ <VisualStudio >
143
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
144
+ <WebProjectProperties >
145
+ <UseIIS >True</UseIIS >
146
+ <AutoAssignPort >True</AutoAssignPort >
147
+ <DevelopmentServerPort >0</DevelopmentServerPort >
148
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
149
+ <IISUrl >http://localhost:3071/</IISUrl >
150
+ <NTLMAuthentication >False</NTLMAuthentication >
151
+ <UseCustomServer >False</UseCustomServer >
152
+ <CustomServerUrl >
153
+ </CustomServerUrl >
154
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
155
+ </WebProjectProperties >
156
+ </FlavorProperties >
157
+ </VisualStudio >
158
+ </ProjectExtensions >
159
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
160
+ Other similar extension points exist, see Microsoft.Common.targets.
161
+ <Target Name="BeforeBuild">
162
+ </Target>
163
+ <Target Name="AfterBuild">
164
+ </Target> -->
165
+ </Project >
0 commit comments