PageRenderTime 50ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/src/d3lib.UnitTests/d3lib.UnitTests.csproj

https://bitbucket.org/d3/d3lib
MSBuild | 211 lines | 204 code | 0 blank | 7 comment | 0 complexity | 439d5beff413e133b2d9b5d2f1c6eba1 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. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{2488B295-5CDA-4EE0-9F43-0A89F1C19CA3}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>d3lib.UnitTests</RootNamespace>
  13. <AssemblyName>d3lib.UnitTests</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  18. <RestorePackages>true</RestorePackages>
  19. <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
  30. <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
  31. <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
  32. <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
  33. <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
  34. <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
  35. <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
  36. <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
  37. <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
  38. <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
  39. <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
  40. <CodeContractsInferRequires>False</CodeContractsInferRequires>
  41. <CodeContractsInferEnsures>False</CodeContractsInferEnsures>
  42. <CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
  43. <CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
  44. <CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
  45. <CodeContractsSuggestEnsures>False</CodeContractsSuggestEnsures>
  46. <CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
  47. <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
  48. <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
  49. <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
  50. <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
  51. <CodeContractsCustomRewriterAssembly />
  52. <CodeContractsCustomRewriterClass />
  53. <CodeContractsLibPaths />
  54. <CodeContractsExtraRewriteOptions />
  55. <CodeContractsExtraAnalysisOptions />
  56. <CodeContractsBaseLineFile />
  57. <CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
  58. <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
  59. <CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
  60. <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  63. <DebugType>pdbonly</DebugType>
  64. <Optimize>true</Optimize>
  65. <OutputPath>bin\Release\</OutputPath>
  66. <DefineConstants>TRACE</DefineConstants>
  67. <ErrorReport>prompt</ErrorReport>
  68. <WarningLevel>4</WarningLevel>
  69. <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
  70. <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
  71. <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
  72. <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
  73. <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
  74. <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
  75. <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
  76. <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
  77. <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
  78. <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
  79. <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
  80. <CodeContractsInferRequires>False</CodeContractsInferRequires>
  81. <CodeContractsInferEnsures>False</CodeContractsInferEnsures>
  82. <CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
  83. <CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
  84. <CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
  85. <CodeContractsSuggestEnsures>False</CodeContractsSuggestEnsures>
  86. <CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
  87. <CodeContractsRunInBackground>False</CodeContractsRunInBackground>
  88. <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
  89. <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
  90. <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
  91. <CodeContractsCustomRewriterAssembly />
  92. <CodeContractsCustomRewriterClass />
  93. <CodeContractsLibPaths />
  94. <CodeContractsExtraRewriteOptions />
  95. <CodeContractsExtraAnalysisOptions />
  96. <CodeContractsBaseLineFile />
  97. <CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
  98. <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
  99. <CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
  100. <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
  101. </PropertyGroup>
  102. <PropertyGroup>
  103. <SignAssembly>false</SignAssembly>
  104. </PropertyGroup>
  105. <PropertyGroup>
  106. <AssemblyOriginatorKeyFile>..\Doten.biz.KeyPair.pfx</AssemblyOriginatorKeyFile>
  107. </PropertyGroup>
  108. <ItemGroup>
  109. <Reference Include="FluentAssertions, Version=2.0.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>..\packages\FluentAssertions.2.0.1\lib\net40\FluentAssertions.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
  114. <HintPath>..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System" />
  117. <Reference Include="System.configuration" />
  118. <Reference Include="System.Core">
  119. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  120. </Reference>
  121. <Reference Include="System.Xml" />
  122. <Reference Include="System.Xml.Linq" />
  123. <Reference Include="xunit">
  124. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.dll</HintPath>
  125. </Reference>
  126. <Reference Include="xunit.extensions">
  127. <HintPath>..\packages\xunit.extensions.1.9.1\lib\net20\xunit.extensions.dll</HintPath>
  128. </Reference>
  129. <Reference Include="xunit.runner.msbuild">
  130. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.runner.msbuild.dll</HintPath>
  131. </Reference>
  132. <Reference Include="xunit.runner.tdnet">
  133. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.runner.tdnet.dll</HintPath>
  134. </Reference>
  135. <Reference Include="xunit.runner.utility">
  136. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.runner.utility.dll</HintPath>
  137. </Reference>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  141. <Visible>False</Visible>
  142. </CodeAnalysisDependentAssemblyPaths>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Compile Include="..\ProductInfo.cs">
  146. <Link>Properties\ProductInfo.cs</Link>
  147. </Compile>
  148. <Compile Include="..\SolutionInfo.cs">
  149. <Link>Properties\SolutionInfo.cs</Link>
  150. </Compile>
  151. <Compile Include="Abstractions\SystemTimeTests.cs" />
  152. <Compile Include="Abstractions\SystemTimeZoneTests.cs" />
  153. <Compile Include="AppSettingsManagerTests.cs" />
  154. <Compile Include="AppSettingsUtilityTests.cs" />
  155. <Compile Include="AssemblyMetadataTests.cs" />
  156. <Compile Include="BitUtilityTests.cs" />
  157. <Compile Include="DatabaseContextTests.cs" />
  158. <Compile Include="DirectoryPathTests.cs" />
  159. <Compile Include="Email\SmtpConfigTests.cs" />
  160. <Compile Include="Encryption\EncryptUtilityTests.cs" />
  161. <Compile Include="FilePathTests.cs" />
  162. <Compile Include="FileUtilityTests.cs" />
  163. <Compile Include="Formatting\BoolExtensionsTests.cs" />
  164. <Compile Include="Formatting\DateTimeExtensionsTests.cs" />
  165. <Compile Include="Formatting\DecimalExtensionsTests.cs" />
  166. <Compile Include="Formatting\DoubleExtensionsTests.cs" />
  167. <Compile Include="Formatting\FloatExtensionsTests.cs" />
  168. <Compile Include="Formatting\GenericExtensionsTests.cs" />
  169. <Compile Include="Formatting\IntExtensionsTests.cs" />
  170. <Compile Include="Formatting\StringExtensionsTests.cs" />
  171. <Compile Include="Logging\LogFileWriterTests.cs" />
  172. <Compile Include="Properties\AssemblyInfo.cs" />
  173. <Compile Include="Security\UserInfoBaseTests.cs" />
  174. <Compile Include="ShellCommandTests.cs" />
  175. <Compile Include="TextFileReaderTests.cs" />
  176. <Compile Include="TimeInfoTests.cs" />
  177. <Compile Include="TimeZoneUtilityTests.cs" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <None Include="App.config">
  181. <SubType>Designer</SubType>
  182. </None>
  183. <None Include="log4net.config">
  184. <SubType>Designer</SubType>
  185. </None>
  186. <None Include="packages.config" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <Content Include="BlankFile1.txt" />
  190. <Content Include="EmptyFile1.txt" />
  191. <Content Include="TestFile1.txt" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <ProjectReference Include="..\..\..\d3core\src\d3core\d3core.csproj">
  195. <Project>{ED234E5F-288B-4EDC-9DE2-678B97070653}</Project>
  196. <Name>d3core</Name>
  197. </ProjectReference>
  198. <ProjectReference Include="..\d3lib\d3lib.csproj">
  199. <Project>{1C0944AF-63C3-4ABD-A1D7-66994E553595}</Project>
  200. <Name>d3lib</Name>
  201. </ProjectReference>
  202. </ItemGroup>
  203. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  204. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  205. Other similar extension points exist, see Microsoft.Common.targets.
  206. <Target Name="BeforeBuild">
  207. </Target>
  208. <Target Name="AfterBuild">
  209. </Target>
  210. -->
  211. </Project>