PageRenderTime 52ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/Visual Studio 2008/CSASPNETFormViewUpload/CSASPNETFormViewUpload.csproj

#
MSBuild | 108 lines | 101 code | 0 blank | 7 comment | 0 complexity | f85303ab8d1a6758f39fd1b64ee328e8 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.21022</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{2F210683-1A4F-428B-AF77-DBD6FE07C1C5}</ProjectGuid>
  8. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CSASPNETFormViewUpload</RootNamespace>
  12. <AssemblyName>CSASPNETFormViewUpload</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.Core">
  36. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  37. </Reference>
  38. <Reference Include="System.Data.DataSetExtensions">
  39. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  40. </Reference>
  41. <Reference Include="System.Web.Extensions">
  42. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  43. </Reference>
  44. <Reference Include="System.Xml.Linq">
  45. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  46. </Reference>
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Web" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="System.Configuration" />
  51. <Reference Include="System.Web.Services" />
  52. <Reference Include="System.EnterpriseServices" />
  53. <Reference Include="System.Web.Mobile" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Content Include="App_Data\SQLServer2005DB.mdf">
  57. </Content>
  58. <Content Include="App_Data\SQLServer2005DB_log.ldf">
  59. <DependentUpon>SQLServer2005DB.mdf</DependentUpon>
  60. </Content>
  61. <Content Include="Default.aspx" />
  62. <Content Include="Image.aspx" />
  63. <Content Include="ReadMe.txt" />
  64. <Content Include="Web.config" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Default.aspx.cs">
  68. <DependentUpon>Default.aspx</DependentUpon>
  69. <SubType>ASPXCodeBehind</SubType>
  70. </Compile>
  71. <Compile Include="Default.aspx.designer.cs">
  72. <DependentUpon>Default.aspx</DependentUpon>
  73. </Compile>
  74. <Compile Include="Image.aspx.cs">
  75. <DependentUpon>Image.aspx</DependentUpon>
  76. <SubType>ASPXCodeBehind</SubType>
  77. </Compile>
  78. <Compile Include="Image.aspx.designer.cs">
  79. <DependentUpon>Image.aspx</DependentUpon>
  80. </Compile>
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. </ItemGroup>
  83. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  84. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
  85. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  86. Other similar extension points exist, see Microsoft.Common.targets.
  87. <Target Name="BeforeBuild">
  88. </Target>
  89. <Target Name="AfterBuild">
  90. </Target>
  91. -->
  92. <ProjectExtensions>
  93. <VisualStudio>
  94. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  95. <WebProjectProperties>
  96. <UseIIS>False</UseIIS>
  97. <AutoAssignPort>True</AutoAssignPort>
  98. <DevelopmentServerPort>1125</DevelopmentServerPort>
  99. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  100. <IISUrl>
  101. </IISUrl>
  102. <NTLMAuthentication>False</NTLMAuthentication>
  103. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  104. </WebProjectProperties>
  105. </FlavorProperties>
  106. </VisualStudio>
  107. </ProjectExtensions>
  108. </Project>