CassiniDev.Tests4.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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>{1A81ACBC-6BBF-4F49-9E7C-8AF029DAB2AA}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CassiniDev.Tests</RootNamespace>
  12. <AssemblyName>CassiniDev.Tests4</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <TargetFrameworkProfile />
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>bin\x86\Debug\</OutputPath>
  39. <DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>x86</PlatformTarget>
  42. <CodeAnalysisLogFile>bin\Debug\CassiniDev.Tests4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  43. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  44. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  45. <ErrorReport>prompt</ErrorReport>
  46. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  47. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  48. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  51. <OutputPath>bin\x86\Release\</OutputPath>
  52. <DefineConstants>TRACE;NET40</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <DebugType>pdbonly</DebugType>
  55. <PlatformTarget>x86</PlatformTarget>
  56. <CodeAnalysisLogFile>bin\Release\CassiniDev.Tests4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  57. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  58. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  59. <ErrorReport>prompt</ErrorReport>
  60. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  61. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  62. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  63. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  64. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  65. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  68. <DebugSymbols>true</DebugSymbols>
  69. <OutputPath>bin\Debug\</OutputPath>
  70. <DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
  71. <DebugType>full</DebugType>
  72. <PlatformTarget>AnyCPU</PlatformTarget>
  73. <ErrorReport>prompt</ErrorReport>
  74. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  77. <OutputPath>bin\Release\</OutputPath>
  78. <DefineConstants>TRACE;NET40</DefineConstants>
  79. <Optimize>true</Optimize>
  80. <DebugType>pdbonly</DebugType>
  81. <PlatformTarget>AnyCPU</PlatformTarget>
  82. <ErrorReport>prompt</ErrorReport>
  83. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  84. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  85. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  86. </PropertyGroup>
  87. <ItemGroup>
  88. <Reference Include="nunit.framework">
  89. <SpecificVersion>False</SpecificVersion>
  90. <HintPath>..\..\lib\nunit.framework.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System" />
  93. <Reference Include="System.Core">
  94. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  95. </Reference>
  96. <Reference Include="System.Xml.Linq">
  97. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  98. </Reference>
  99. <Reference Include="System.Data.DataSetExtensions">
  100. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  101. </Reference>
  102. <Reference Include="System.Data" />
  103. <Reference Include="System.Xml" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Compile Include="CommandLineFixture.cs" />
  107. <Compile Include="IssueResolution.cs" />
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  112. <Visible>False</Visible>
  113. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  114. <Install>false</Install>
  115. </BootstrapperPackage>
  116. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  117. <Visible>False</Visible>
  118. <ProductName>.NET Framework 3.5 SP1</ProductName>
  119. <Install>true</Install>
  120. </BootstrapperPackage>
  121. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  122. <Visible>False</Visible>
  123. <ProductName>Windows Installer 3.1</ProductName>
  124. <Install>true</Install>
  125. </BootstrapperPackage>
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  129. Other similar extension points exist, see Microsoft.Common.targets.
  130. <Target Name="BeforeBuild">
  131. </Target>
  132. <Target Name="AfterBuild">
  133. </Target>
  134. -->
  135. </Project>