/Visual Studio 2008/CSASPNETDataListImageGallery/CSASPNETDataListImageGallery.csproj
MSBuild | 106 lines | 106 code | 0 blank | 0 comment | 0 complexity | 47b8b3c482c55efd5bf613353eb1a3d5 MD5 | raw file
1<Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion> 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{5DD3C736-2416-4344-B58A-8EB3D94B6021}</ProjectGuid> 8 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> 9 <OutputType>Library</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>CSASPNETDataListImageGallery</RootNamespace> 12 <AssemblyName>CSASPNETDataListImageGallery</AssemblyName> 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 </PropertyGroup> 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 16 <DebugSymbols>true</DebugSymbols> 17 <DebugType>full</DebugType> 18 <Optimize>false</Optimize> 19 <OutputPath>bin\</OutputPath> 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 <ErrorReport>prompt</ErrorReport> 22 <WarningLevel>4</WarningLevel> 23 </PropertyGroup> 24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 25 <DebugType>pdbonly</DebugType> 26 <Optimize>true</Optimize> 27 <OutputPath>bin\</OutputPath> 28 <DefineConstants>TRACE</DefineConstants> 29 <ErrorReport>prompt</ErrorReport> 30 <WarningLevel>4</WarningLevel> 31 </PropertyGroup> 32 <ItemGroup> 33 <Reference Include="System" /> 34 <Reference Include="System.Data" /> 35 <Reference Include="System.Web" /> 36 <Reference Include="System.Web.Extensions"> 37 <RequiredTargetFramework>3.5</RequiredTargetFramework> 38 </Reference> 39 <Reference Include="System.Drawing" /> 40 <Reference Include="System.Xml" /> 41 </ItemGroup> 42 <ItemGroup> 43 <Content Include="Default.aspx" /> 44 <Content Include="Image\aspnet.jpg" /> 45 <Content Include="Image\azure.jpg" /> 46 <Content Include="Image\bing.jpg" /> 47 <Content Include="Image\exchange.jpg" /> 48 <Content Include="Image\ie.jpg" /> 49 <Content Include="Image\msn.jpg" /> 50 <Content Include="Image\office.jpg" /> 51 <Content Include="Image\sl.jpg" /> 52 <Content Include="Image\sp.jpg" /> 53 <Content Include="Image\sql.jpg" /> 54 <Content Include="Image\vs.jpg" /> 55 <Content Include="Image\win.jpg" /> 56 <Content Include="Image\wm.jpg" /> 57 <Content Include="Image\wmp.jpg" /> 58 <Content Include="Image\ws.jpg" /> 59 <Content Include="Image\xbox.jpg" /> 60 <Content Include="Image\zune.jpg" /> 61 <Content Include="null.jpg" /> 62 <Content Include="ReadMe.txt" /> 63 <Content Include="Web.config" /> 64 </ItemGroup> 65 <ItemGroup> 66 <Compile Include="Default.aspx.cs"> 67 <DependentUpon>Default.aspx</DependentUpon> 68 <SubType>ASPXCodeBehind</SubType> 69 </Compile> 70 <Compile Include="Default.aspx.designer.cs"> 71 <DependentUpon>Default.aspx</DependentUpon> 72 </Compile> 73 <Compile Include="Properties\AssemblyInfo.cs" /> 74 </ItemGroup> 75 <ItemGroup> 76 <Folder Include="App_Data\" /> 77 </ItemGroup> 78 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 79 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" /> 80 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 81 Other similar extension points exist, see Microsoft.Common.targets. 82 <Target Name="BeforeBuild"> 83 </Target> 84 <Target Name="AfterBuild"> 85 </Target> 86 --> 87 <ProjectExtensions> 88 <VisualStudio> 89 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> 90 <WebProjectProperties> 91 <UseIIS>False</UseIIS> 92 <AutoAssignPort>True</AutoAssignPort> 93 <DevelopmentServerPort>5980</DevelopmentServerPort> 94 <DevelopmentServerVPath>/</DevelopmentServerVPath> 95 <IISUrl> 96 </IISUrl> 97 <NTLMAuthentication>False</NTLMAuthentication> 98 <UseCustomServer>False</UseCustomServer> 99 <CustomServerUrl> 100 </CustomServerUrl> 101 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> 102 </WebProjectProperties> 103 </FlavorProperties> 104 </VisualStudio> 105 </ProjectExtensions> 106</Project>