PageRenderTime 47ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/LinqPadUnitTestingFramework/Specs/Specs.csproj

https://bitbucket.org/bfriesen/linqpad-unit-testing-framework
MSBuild | 98 lines | 91 code | 0 blank | 7 comment | 0 complexity | 8540d653681f7112653fb8f70e8e7507 MD5 | raw file
Possible License(s): GPL-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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{C7113F4C-D8C2-467A-B448-681EBF4B7E07}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Specs</RootNamespace>
  12. <AssemblyName>Specs</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="FluentAssertions">
  35. <HintPath>..\packages\FluentAssertions.1.5.0.0\Lib\.NetFramework 4.0\FluentAssertions.dll</HintPath>
  36. </Reference>
  37. <Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
  40. </Reference>
  41. <Reference Include="nunit.mocks, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
  44. </Reference>
  45. <Reference Include="pnunit.framework, Version=1.0.4109.34242, Culture=neutral, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Xml" />
  56. <Reference Include="TechTalk.SpecFlow">
  57. <HintPath>..\packages\SpecFlow.1.7.1\lib\net35\TechTalk.SpecFlow.dll</HintPath>
  58. </Reference>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="ConsoleVerificationSteps.cs" />
  62. <Compile Include="Execute Unit Tests.feature.cs">
  63. <AutoGen>True</AutoGen>
  64. <DesignTime>True</DesignTime>
  65. <DependentUpon>Execute Unit Tests.feature</DependentUpon>
  66. </Compile>
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="Setup.cs" />
  69. <Compile Include="TestFixtureCreationSteps.cs" />
  70. <Compile Include="TestRunnerSteps.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <None Include="App.config" />
  74. <None Include="Execute Unit Tests.feature">
  75. <Generator>SpecFlowSingleFileGenerator</Generator>
  76. <LastGenOutput>Execute Unit Tests.feature.cs</LastGenOutput>
  77. </None>
  78. <None Include="packages.config" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\LinqPadUnitTestingFramework\LinqPadUnitTestingFramework.csproj">
  82. <Project>{93643785-B8BA-496E-87B5-1ED1D8920AC3}</Project>
  83. <Name>LinqPadUnitTestingFramework</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\TestCommon\TestCommon.csproj">
  86. <Project>{3D819547-C0C8-4781-82CA-8DCFE5D32C8D}</Project>
  87. <Name>TestCommon</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  91. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  92. Other similar extension points exist, see Microsoft.Common.targets.
  93. <Target Name="BeforeBuild">
  94. </Target>
  95. <Target Name="AfterBuild">
  96. </Target>
  97. -->
  98. </Project>