温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:图片上传(水印、缩略图、远程保存)源码
当前文件:
ImageUpload/51aspxImgUpload.csproj,打开代码结构图
ImageUpload/51aspxImgUpload.csproj,打开代码结构图1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2
<PropertyGroup> 3
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5
<ProductVersion>8.0.50727</ProductVersion> 6
<SchemaVersion>2.0</SchemaVersion> 7
<ProjectGuid>{45178AE6-DA72-4039-89E4-98F6D5AAF463}</ProjectGuid> 8
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> 9
<OutputType>Library</OutputType> 10
<AppDesignerFolder>Properties</AppDesignerFolder> 11
<RootNamespace>_1aspxImgUpload</RootNamespace> 12
<AssemblyName>51aspxImgUpload</AssemblyName> 13
</PropertyGroup> 14
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 15
<DebugSymbols>true</DebugSymbols> 16
<DebugType>full</DebugType> 17
<Optimize>false</Optimize> 18
<OutputPath>bin\</OutputPath> 19
<DefineConstants>DEBUG;TRACE</DefineConstants> 20
<ErrorReport>prompt</ErrorReport> 21
<WarningLevel>4</WarningLevel> 22
</PropertyGroup> 23
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 24
<DebugType>pdbonly</DebugType> 25
<Optimize>true</Optimize> 26
<OutputPath>bin\</OutputPath> 27
<DefineConstants>TRACE</DefineConstants> 28
<ErrorReport>prompt</ErrorReport> 29
<WarningLevel>4</WarningLevel> 30
</PropertyGroup> 31
<ItemGroup> 32
<Reference Include="System" /> 33
<Reference Include="System.Data" /> 34
<Reference Include="System.Drawing" /> 35
<Reference Include="System.Web" /> 36
<Reference Include="System.Xml" /> 37
<Reference Include="System.Configuration" /> 38
<Reference Include="System.Web.Services" /> 39
<Reference Include="System.EnterpriseServices" /> 40
<Reference Include="System.Web.Mobile" /> 41
</ItemGroup> 42
<ItemGroup> 43
<Content Include="Default.aspx" /> 44
<Content Include="Web.config" /> 45
</ItemGroup> 46
<ItemGroup> 47
<Compile Include="Default.aspx.cs"> 48
<SubType>ASPXCodeBehind</SubType> 49
<DependentUpon>Default.aspx</DependentUpon> 50
</Compile> 51
<Compile Include="Default.aspx.designer.cs"> 52
<DependentUpon>Default.aspx</DependentUpon> 53
</Compile> 54
<Compile Include="Properties\AssemblyInfo.cs" /> 55
</ItemGroup> 56
<ItemGroup> 57
<Folder Include="AutoImg\" /> 58
<Folder Include="img\" /> 59
</ItemGroup> 60
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 61
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" /> 62
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 63
Other similar extension points exist, see Microsoft.Common.targets. 64
<Target Name="BeforeBuild"> 65
</Target> 66
<Target Name="AfterBuild"> 67
</Target> 68
--> 69
<ProjectExtensions> 70
<VisualStudio> 71
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> 72
<WebProjectProperties> 73
<UseIIS>False</UseIIS> 74
<AutoAssignPort>True</AutoAssignPort> 75
<DevelopmentServerPort>1285</DevelopmentServerPort> 76
<DevelopmentServerVPath>/</DevelopmentServerVPath> 77
<IISUrl> 78
</IISUrl> 79
<NTLMAuthentication>False</NTLMAuthentication> 80
</WebProjectProperties> 81
</FlavorProperties> 82
</VisualStudio> 83
</ProjectExtensions> 84
</Project>



