PageRenderTime 55ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 1ms

/src/d3core.UnitTests/d3core.UnitTests.csproj

https://bitbucket.org/d3/d3core
MSBuild | 170 lines | 163 code | 0 blank | 7 comment | 0 complexity | c4dbceff56b40e433cd0f5bd1737869c MD5 | raw file
Possible License(s): Apache-2.0
  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>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{D9F6963F-39A6-4E6E-A7FA-068C0421C410}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>d3core.UnitTests</RootNamespace>
  13. <AssemblyName>d3core.UnitTests</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  17. <RestorePackages>true</RestorePackages>
  18. <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
  29. <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
  30. <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
  31. <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
  32. <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
  33. <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
  34. <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
  35. <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
  36. <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
  37. <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
  38. <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
  39. <CodeContractsInferRequires>False</CodeContractsInferRequires>
  40. <CodeContractsInferEnsures>False</CodeContractsInferEnsures>
  41. <CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
  42. <CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
  43. <CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
  44. <CodeContractsSuggestEnsures>False</CodeContractsSuggestEnsures>
  45. <CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
  46. <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
  47. <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
  48. <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
  49. <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
  50. <CodeContractsCustomRewriterAssembly />
  51. <CodeContractsCustomRewriterClass />
  52. <CodeContractsLibPaths />
  53. <CodeContractsExtraRewriteOptions />
  54. <CodeContractsExtraAnalysisOptions />
  55. <CodeContractsBaseLineFile />
  56. <CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
  57. <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
  58. <CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
  59. <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
  60. </PropertyGroup>
  61. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  62. <DebugType>pdbonly</DebugType>
  63. <Optimize>true</Optimize>
  64. <OutputPath>bin\Release\</OutputPath>
  65. <DefineConstants>TRACE</DefineConstants>
  66. <ErrorReport>prompt</ErrorReport>
  67. <WarningLevel>4</WarningLevel>
  68. <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
  69. <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
  70. <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
  71. <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
  72. <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
  73. <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
  74. <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
  75. <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
  76. <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
  77. <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
  78. <CodeContractsInferRequires>False</CodeContractsInferRequires>
  79. <CodeContractsInferEnsures>False</CodeContractsInferEnsures>
  80. <CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
  81. <CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
  82. <CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
  83. <CodeContractsSuggestEnsures>False</CodeContractsSuggestEnsures>
  84. <CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
  85. <CodeContractsRunInBackground>False</CodeContractsRunInBackground>
  86. <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
  87. <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
  88. <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
  89. <CodeContractsCustomRewriterAssembly />
  90. <CodeContractsCustomRewriterClass />
  91. <CodeContractsLibPaths />
  92. <CodeContractsExtraRewriteOptions />
  93. <CodeContractsExtraAnalysisOptions />
  94. <CodeContractsBaseLineFile />
  95. <CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
  96. <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
  97. <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
  98. <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
  99. <CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
  100. </PropertyGroup>
  101. <PropertyGroup>
  102. <SignAssembly>false</SignAssembly>
  103. </PropertyGroup>
  104. <PropertyGroup>
  105. <AssemblyOriginatorKeyFile>..\Doten.biz.KeyPair.pfx</AssemblyOriginatorKeyFile>
  106. </PropertyGroup>
  107. <ItemGroup>
  108. <Reference Include="FluentAssertions, Version=2.0.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  109. <SpecificVersion>False</SpecificVersion>
  110. <HintPath>..\packages\FluentAssertions.2.0.1\lib\net40\FluentAssertions.dll</HintPath>
  111. </Reference>
  112. <Reference Include="Rhino.Mocks">
  113. <HintPath>..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System" />
  116. <Reference Include="System.Core">
  117. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  118. </Reference>
  119. <Reference Include="System.Xml" />
  120. <Reference Include="System.Xml.Linq" />
  121. <Reference Include="xunit">
  122. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.dll</HintPath>
  123. </Reference>
  124. <Reference Include="xunit.extensions">
  125. <HintPath>..\packages\xunit.extensions.1.9.1\lib\net20\xunit.extensions.dll</HintPath>
  126. </Reference>
  127. <Reference Include="xunit.runner.msbuild">
  128. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.runner.msbuild.dll</HintPath>
  129. </Reference>
  130. <Reference Include="xunit.runner.tdnet">
  131. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.runner.tdnet.dll</HintPath>
  132. </Reference>
  133. <Reference Include="xunit.runner.utility">
  134. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.runner.utility.dll</HintPath>
  135. </Reference>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  139. <Visible>False</Visible>
  140. </CodeAnalysisDependentAssemblyPaths>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <Compile Include="..\ProductInfo.cs">
  144. <Link>Properties\ProductInfo.cs</Link>
  145. </Compile>
  146. <Compile Include="..\SolutionInfo.cs">
  147. <Link>Properties\SolutionInfo.cs</Link>
  148. </Compile>
  149. <Compile Include="Caching\CacheChangedEventArgsTests.cs" />
  150. <Compile Include="Properties\AssemblyInfo.cs" />
  151. <Compile Include="Security\IUserInfoTests.cs" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <ProjectReference Include="..\d3core\d3core.csproj">
  155. <Project>{ED234E5F-288B-4EDC-9DE2-678B97070653}</Project>
  156. <Name>d3core</Name>
  157. </ProjectReference>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <None Include="packages.config" />
  161. </ItemGroup>
  162. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  163. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  164. Other similar extension points exist, see Microsoft.Common.targets.
  165. <Target Name="BeforeBuild">
  166. </Target>
  167. <Target Name="AfterBuild">
  168. </Target>
  169. -->
  170. </Project>