CassiniDev.TestSite2.csproj 5.9 KB

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