CassiniDev.TestSite.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{EE6B6146-79D7-4708-B7C5-A4DB6D667CB6}</ProjectGuid>
  9. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>CassiniDev.TestSite</RootNamespace>
  13. <AssemblyName>CassiniDev.TestSite</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="System.Web.ApplicationServices" />
  45. <Reference Include="System.Web.DynamicData" />
  46. <Reference Include="System.Web.Entity" />
  47. <Reference Include="System.Web.Extensions" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Web" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="System.Configuration" />
  52. <Reference Include="System.Web.Services" />
  53. <Reference Include="System.EnterpriseServices" />
  54. <Reference Include="System.Web.Mobile" />
  55. <Reference Include="System.Xml.Linq" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Content Include="Default.aspx" />
  59. <Content Include="Web.config" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="Default.aspx.cs">
  63. <SubType>ASPXCodeBehind</SubType>
  64. <DependentUpon>Default.aspx</DependentUpon>
  65. </Compile>
  66. <Compile Include="Default.aspx.designer.cs">
  67. <DependentUpon>Default.aspx</DependentUpon>
  68. </Compile>
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Folder Include="App_Data\" />
  73. </ItemGroup>
  74. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  75. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  76. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  77. Other similar extension points exist, see Microsoft.Common.targets.
  78. <Target Name="BeforeBuild">
  79. </Target>
  80. <Target Name="AfterBuild">
  81. </Target>
  82. -->
  83. <ProjectExtensions>
  84. <VisualStudio>
  85. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  86. <WebProjectProperties>
  87. <UseIIS>False</UseIIS>
  88. <AutoAssignPort>True</AutoAssignPort>
  89. <DevelopmentServerPort>35943</DevelopmentServerPort>
  90. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  91. <IISUrl>
  92. </IISUrl>
  93. <NTLMAuthentication>False</NTLMAuthentication>
  94. <UseCustomServer>False</UseCustomServer>
  95. <CustomServerUrl>
  96. </CustomServerUrl>
  97. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  98. </WebProjectProperties>
  99. </FlavorProperties>
  100. </VisualStudio>
  101. </ProjectExtensions>
  102. </Project>