温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:漂亮许愿墙前台程序源码
当前文件路径:AspNetXuYuanQiang/vow.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>{6C835F05-0428-4E21-A90F-176B5E436A53}</ProjectGuid> 8
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> 9
<OutputType>Library</OutputType> 10
<AppDesignerFolder>Properties</AppDesignerFolder> 11
<RootNamespace>vow</RootNamespace> 12
<AssemblyName>vow</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="css\IE6Fixed.css" /> 44
<Content Include="css\IEFixed.css" /> 45
<Content Include="css\PageZone.css" /> 46
<Content Include="css\vow.css" /> 47
<Content Include="Default.aspx" /> 48
<Content Include="js\genmove.js" /> 49
<Content Include="js\myajax.js" /> 50
<Content Include="VowData.aspx" /> 51
<Content Include="Web.config" /> 52
</ItemGroup> 53
<ItemGroup> 54
<Compile Include="Default.aspx.cs"> 55
<SubType>ASPXCodeBehind</SubType> 56
<DependentUpon>Default.aspx</DependentUpon> 57
</Compile> 58
<Compile Include="Default.aspx.designer.cs"> 59
<DependentUpon>Default.aspx</DependentUpon> 60
</Compile> 61
<Compile Include="Properties\AssemblyInfo.cs" /> 62
<Compile Include="VowData.aspx.cs"> 63
<SubType>ASPXCodeBehind</SubType> 64
<DependentUpon>VowData.aspx</DependentUpon> 65
</Compile> 66
<Compile Include="VowData.aspx.designer.cs"> 67
<DependentUpon>VowData.aspx</DependentUpon> 68
</Compile> 69
</ItemGroup> 70
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 71
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" /> 72
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 73
Other similar extension points exist, see Microsoft.Common.targets. 74
<Target Name="BeforeBuild"> 75
</Target> 76
<Target Name="AfterBuild"> 77
</Target> 78
--> 79
<ProjectExtensions> 80
<VisualStudio> 81
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> 82
<WebProjectProperties> 83
<UseIIS>False</UseIIS> 84
<AutoAssignPort>True</AutoAssignPort> 85
<DevelopmentServerPort>11149</DevelopmentServerPort> 86
<DevelopmentServerVPath>/</DevelopmentServerVPath> 87
<IISUrl> 88
</IISUrl> 89
<NTLMAuthentication>False</NTLMAuthentication> 90
</WebProjectProperties> 91
</FlavorProperties> 92
</VisualStudio> 93
</ProjectExtensions> 94
</Project>



