PageRenderTime 51ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/src/d3lib.IntegrationTests/d3lib.IntegrationTests.csproj

https://bitbucket.org/d3/d3lib
MSBuild | 92 lines | 85 code | 0 blank | 7 comment | 0 complexity | dbe2eecffc5b4eafa00a8b5662dbd198 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. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{5E956847-A6D0-4644-BDF4-F1EC7E3D9023}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>d3lib.IntegrationTests</RootNamespace>
  11. <AssemblyName>d3lib.IntegrationTests</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="FluentAssertions, Version=2.0.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\packages\FluentAssertions.2.0.1\lib\net45\FluentAssertions.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="xunit">
  47. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.dll</HintPath>
  48. </Reference>
  49. <Reference Include="xunit.runner.msbuild">
  50. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.runner.msbuild.dll</HintPath>
  51. </Reference>
  52. <Reference Include="xunit.runner.tdnet">
  53. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.runner.tdnet.dll</HintPath>
  54. </Reference>
  55. <Reference Include="xunit.runner.utility">
  56. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.runner.utility.dll</HintPath>
  57. </Reference>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="..\ProductInfo.cs">
  61. <Link>Properties\ProductInfo.cs</Link>
  62. </Compile>
  63. <Compile Include="..\SolutionInfo.cs">
  64. <Link>Properties\SolutionInfo.cs</Link>
  65. </Compile>
  66. <Compile Include="DirectoryPathTests.cs" />
  67. <Compile Include="FilePathTests.cs" />
  68. <Compile Include="IntegrationTest.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <None Include="packages.config" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\..\..\d3core\src\d3core\d3core.csproj">
  76. <Project>{ed234e5f-288b-4edc-9de2-678b97070653}</Project>
  77. <Name>d3core</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\d3lib\d3lib.csproj">
  80. <Project>{1c0944af-63c3-4abd-a1d7-66994e553595}</Project>
  81. <Name>d3lib</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  85. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  86. Other similar extension points exist, see Microsoft.Common.targets.
  87. <Target Name="BeforeBuild">
  88. </Target>
  89. <Target Name="AfterBuild">
  90. </Target>
  91. -->
  92. </Project>