CassiniDev.TestSite2.csproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>9.0.30729</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{48DD15C8-5B57-4412-AC38-220955926289}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>CassiniDev.TestSite</RootNamespace>
  14. <AssemblyName>CassiniDev.TestSite</AssemblyName>
  15. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  16. <SilverlightApplicationList>
  17. </SilverlightApplicationList>
  18. <FileUpgradeFlags>
  19. </FileUpgradeFlags>
  20. <OldToolsVersion>4.0</OldToolsVersion>
  21. <UpgradeBackupLocation>
  22. </UpgradeBackupLocation>
  23. <UseIISExpress>false</UseIISExpress>
  24. <IISExpressSSLPort />
  25. <IISExpressAnonymousAuthentication />
  26. <IISExpressWindowsAuthentication />
  27. <IISExpressUseClassicPipelineMode />
  28. </PropertyGroup>
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  30. <DebugSymbols>true</DebugSymbols>
  31. <OutputPath>bin\</OutputPath>
  32. <DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
  33. <DebugType>full</DebugType>
  34. <PlatformTarget>x86</PlatformTarget>
  35. <CodeAnalysisLogFile>bin\CassiniDev.TestSite.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  36. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  37. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  38. <ErrorReport>prompt</ErrorReport>
  39. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  40. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  41. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  42. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  43. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  46. <OutputPath>bin\x86\Release\</OutputPath>
  47. <DefineConstants>TRACE;NET40</DefineConstants>
  48. <Optimize>true</Optimize>
  49. <DebugType>pdbonly</DebugType>
  50. <PlatformTarget>x86</PlatformTarget>
  51. <CodeAnalysisLogFile>bin\CassiniDev.TestSite.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  52. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  53. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  54. <ErrorReport>prompt</ErrorReport>
  55. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  56. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  57. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  58. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  59. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="System" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Core">
  65. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="System.Data.DataSetExtensions">
  68. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="System.Web.Extensions">
  71. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="System.Xml.Linq">
  74. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  75. </Reference>
  76. <Reference Include="System.Drawing" />
  77. <Reference Include="System.Web" />
  78. <Reference Include="System.Xml" />
  79. <Reference Include="System.Configuration" />
  80. <Reference Include="System.Web.Services" />
  81. <Reference Include="System.EnterpriseServices" />
  82. <Reference Include="System.Web.Mobile" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Content Include="default.aspx" />
  86. <Content Include="Web.config" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="default.aspx.cs">
  90. <DependentUpon>default.aspx</DependentUpon>
  91. <SubType>ASPXCodeBehind</SubType>
  92. </Compile>
  93. <Compile Include="default.aspx.designer.cs">
  94. <DependentUpon>default.aspx</DependentUpon>
  95. </Compile>
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Folder Include="App_Data\" />
  100. </ItemGroup>
  101. <PropertyGroup>
  102. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  103. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  106. <DebugSymbols>true</DebugSymbols>
  107. <OutputPath>bin\</OutputPath>
  108. <DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
  109. <DebugType>full</DebugType>
  110. <PlatformTarget>AnyCPU</PlatformTarget>
  111. <ErrorReport>prompt</ErrorReport>
  112. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  113. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  114. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  117. <OutputPath>bin\</OutputPath>
  118. <DefineConstants>TRACE;NET40</DefineConstants>
  119. <Optimize>true</Optimize>
  120. <DebugType>pdbonly</DebugType>
  121. <PlatformTarget>AnyCPU</PlatformTarget>
  122. <ErrorReport>prompt</ErrorReport>
  123. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  124. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  125. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  126. </PropertyGroup>
  127. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  128. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  129. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  130. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  131. Other similar extension points exist, see Microsoft.Common.targets.
  132. <Target Name="BeforeBuild">
  133. </Target>
  134. <Target Name="AfterBuild">
  135. </Target>
  136. -->
  137. <ProjectExtensions>
  138. <VisualStudio>
  139. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  140. <WebProjectProperties>
  141. <UseIIS>False</UseIIS>
  142. <AutoAssignPort>True</AutoAssignPort>
  143. <DevelopmentServerPort>9693</DevelopmentServerPort>
  144. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  145. <IISUrl>
  146. </IISUrl>
  147. <NTLMAuthentication>False</NTLMAuthentication>
  148. <UseCustomServer>False</UseCustomServer>
  149. <CustomServerUrl>http://localhost:8080</CustomServerUrl>
  150. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  151. </WebProjectProperties>
  152. </FlavorProperties>
  153. </VisualStudio>
  154. </ProjectExtensions>
  155. </Project>