CassiniDev.TestSite4.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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.TestSite4</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <SilverlightApplicationList>
  16. </SilverlightApplicationList>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. <UpgradeBackupLocation />
  21. <TargetFrameworkProfile />
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  24. <DebugSymbols>true</DebugSymbols>
  25. <OutputPath>bin\</OutputPath>
  26. <DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
  27. <DebugType>full</DebugType>
  28. <PlatformTarget>x86</PlatformTarget>
  29. <CodeAnalysisLogFile>bin\CassiniDev.TestSite4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  30. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  31. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  32. <ErrorReport>prompt</ErrorReport>
  33. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  34. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  35. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  36. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  37. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  40. <OutputPath>bin\x86\Release\</OutputPath>
  41. <DefineConstants>TRACE;NET40</DefineConstants>
  42. <Optimize>true</Optimize>
  43. <DebugType>pdbonly</DebugType>
  44. <PlatformTarget>x86</PlatformTarget>
  45. <CodeAnalysisLogFile>bin\CassiniDev.TestSite4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  46. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  47. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  50. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  51. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  52. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  53. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="System" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="System.Web.ApplicationServices" />
  60. <Reference Include="System.Web.DynamicData" />
  61. <Reference Include="System.Web.Entity" />
  62. <Reference Include="System.Web.Extensions" />
  63. <Reference Include="System.Drawing" />
  64. <Reference Include="System.Web" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="System.Configuration" />
  67. <Reference Include="System.Web.Services" />
  68. <Reference Include="System.EnterpriseServices" />
  69. <Reference Include="System.Web.Mobile" />
  70. <Reference Include="System.Xml.Linq" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Content Include="Default.aspx" />
  74. <Content Include="Web.config">
  75. <SubType>Designer</SubType>
  76. </Content>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="Default.aspx.cs">
  80. <SubType>ASPXCodeBehind</SubType>
  81. <DependentUpon>Default.aspx</DependentUpon>
  82. </Compile>
  83. <Compile Include="Default.aspx.designer.cs">
  84. <DependentUpon>Default.aspx</DependentUpon>
  85. </Compile>
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Folder Include="App_Data\" />
  90. </ItemGroup>
  91. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  92. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. <ProjectExtensions>
  101. <VisualStudio>
  102. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  103. <WebProjectProperties>
  104. <UseIIS>False</UseIIS>
  105. <AutoAssignPort>True</AutoAssignPort>
  106. <DevelopmentServerPort>9689</DevelopmentServerPort>
  107. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  108. <IISUrl>
  109. </IISUrl>
  110. <NTLMAuthentication>False</NTLMAuthentication>
  111. <UseCustomServer>False</UseCustomServer>
  112. <CustomServerUrl>http://localhost:8080</CustomServerUrl>
  113. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  114. </WebProjectProperties>
  115. </FlavorProperties>
  116. </VisualStudio>
  117. </ProjectExtensions>
  118. </Project>