PageRenderTime 54ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/src/des3key.IntegrationTests/des3key.IntegrationTests.csproj

https://bitbucket.org/d3/d3lib
MSBuild | 183 lines | 176 code | 0 blank | 7 comment | 0 complexity | 3e7401a2802c0834071571338b0f8b9d MD5 | raw file
  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. <ProjectGuid>{F17EF832-DC23-4713-8201-7A4D932DE48D}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>des3key.IntegrationTests</RootNamespace>
  10. <AssemblyName>des3key.IntegrationTests</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  15. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  16. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  17. <IsCodedUITest>False</IsCodedUITest>
  18. <TestProjectType>UnitTest</TestProjectType>
  19. <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
  20. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  21. <RestorePackages>true</RestorePackages>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
  32. <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
  33. <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
  34. <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
  35. <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
  36. <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
  37. <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
  38. <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
  39. <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
  40. <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
  41. <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
  42. <CodeContractsInferRequires>False</CodeContractsInferRequires>
  43. <CodeContractsInferEnsures>False</CodeContractsInferEnsures>
  44. <CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
  45. <CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
  46. <CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
  47. <CodeContractsSuggestEnsures>False</CodeContractsSuggestEnsures>
  48. <CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
  49. <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
  50. <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
  51. <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
  52. <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
  53. <CodeContractsCustomRewriterAssembly />
  54. <CodeContractsCustomRewriterClass />
  55. <CodeContractsLibPaths />
  56. <CodeContractsExtraRewriteOptions />
  57. <CodeContractsExtraAnalysisOptions />
  58. <CodeContractsBaseLineFile />
  59. <CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
  60. <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
  61. <CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
  62. <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
  63. </PropertyGroup>
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  65. <DebugType>pdbonly</DebugType>
  66. <Optimize>true</Optimize>
  67. <OutputPath>bin\Release\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <ErrorReport>prompt</ErrorReport>
  70. <WarningLevel>4</WarningLevel>
  71. <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
  72. <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
  73. <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
  74. <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
  75. <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
  76. <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
  77. <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
  78. <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
  79. <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
  80. <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
  81. <CodeContractsInferRequires>False</CodeContractsInferRequires>
  82. <CodeContractsInferEnsures>False</CodeContractsInferEnsures>
  83. <CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
  84. <CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
  85. <CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
  86. <CodeContractsSuggestEnsures>False</CodeContractsSuggestEnsures>
  87. <CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
  88. <CodeContractsRunInBackground>False</CodeContractsRunInBackground>
  89. <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
  90. <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
  91. <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
  92. <CodeContractsCustomRewriterAssembly />
  93. <CodeContractsCustomRewriterClass />
  94. <CodeContractsLibPaths />
  95. <CodeContractsExtraRewriteOptions />
  96. <CodeContractsExtraAnalysisOptions />
  97. <CodeContractsBaseLineFile />
  98. <CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
  99. <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
  100. <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
  101. <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
  102. <CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
  103. </PropertyGroup>
  104. <ItemGroup>
  105. <Reference Include="FluentAssertions, Version=2.0.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  106. <SpecificVersion>False</SpecificVersion>
  107. <HintPath>..\packages\FluentAssertions.2.0.1\lib\net45\FluentAssertions.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System" />
  110. <Reference Include="System.Xml" />
  111. <Reference Include="System.Xml.Linq" />
  112. <Reference Include="xunit">
  113. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.dll</HintPath>
  114. </Reference>
  115. <Reference Include="xunit.extensions">
  116. <HintPath>..\packages\xunit.extensions.1.9.1\lib\net20\xunit.extensions.dll</HintPath>
  117. </Reference>
  118. <Reference Include="xunit.runner.msbuild">
  119. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.runner.msbuild.dll</HintPath>
  120. </Reference>
  121. <Reference Include="xunit.runner.tdnet">
  122. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.runner.tdnet.dll</HintPath>
  123. </Reference>
  124. <Reference Include="xunit.runner.utility">
  125. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.runner.utility.dll</HintPath>
  126. </Reference>
  127. </ItemGroup>
  128. <Choose>
  129. <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
  130. <ItemGroup>
  131. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  132. </ItemGroup>
  133. </When>
  134. <Otherwise />
  135. </Choose>
  136. <ItemGroup>
  137. <Compile Include="..\ProductInfo.cs">
  138. <Link>Properties\ProductInfo.cs</Link>
  139. </Compile>
  140. <Compile Include="..\SolutionInfo.cs">
  141. <Link>Properties\SolutionInfo.cs</Link>
  142. </Compile>
  143. <Compile Include="Des3Tests.cs" />
  144. <Compile Include="ProgramTests.cs" />
  145. <Compile Include="Properties\AssemblyInfo.cs" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <ProjectReference Include="..\des3key\des3key.csproj">
  149. <Project>{df2429ad-efab-473c-86d5-a771ef6c5ca6}</Project>
  150. <Name>des3key</Name>
  151. </ProjectReference>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <None Include="packages.config" />
  155. </ItemGroup>
  156. <Choose>
  157. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  158. <ItemGroup>
  159. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  160. <Private>False</Private>
  161. </Reference>
  162. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  163. <Private>False</Private>
  164. </Reference>
  165. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  166. <Private>False</Private>
  167. </Reference>
  168. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  169. <Private>False</Private>
  170. </Reference>
  171. </ItemGroup>
  172. </When>
  173. </Choose>
  174. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  175. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  176. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  177. Other similar extension points exist, see Microsoft.Common.targets.
  178. <Target Name="BeforeBuild">
  179. </Target>
  180. <Target Name="AfterBuild">
  181. </Target>
  182. -->
  183. </Project>