PageRenderTime 43ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/Tests/GeneratorTests/GeneratorTests.csproj

http://github.com/techtalk/SpecFlow
MSBuild | 103 lines | 96 code | 0 blank | 7 comment | 0 complexity | 07c84e37f145fd2740ee7ae55bfe5c21 MD5 | raw file
Possible License(s): BSD-3-Clause, 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>{97C30FCC-3093-4430-93DC-D671C656C404}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>TechTalk.SpecFlow.GeneratorTests</RootNamespace>
  12. <AssemblyName>TechTalk.SpecFlow.GeneratorTests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SignAssembly>true</SignAssembly>
  16. <AssemblyOriginatorKeyFile>..\..\specflow.snk</AssemblyOriginatorKeyFile>
  17. <TargetFrameworkProfile />
  18. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  19. <RestorePackages>true</RestorePackages>
  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. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="FluentAssertions">
  40. <HintPath>..\..\packages\FluentAssertions.1.7.0\Lib\net40\FluentAssertions.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  43. <HintPath>..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
  44. </Reference>
  45. <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\..\packages\NUnit.2.6.0.12054\lib\nunit.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="System.Data" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="CustomTestGeneratorProviderTest.cs" />
  58. <Compile Include="DecoratorRegistryTests.cs" />
  59. <Compile Include="FeatureGeneratorProviderTests.cs" />
  60. <Compile Include="FeatureGeneratorRegistryTests.cs" />
  61. <Compile Include="IgnoredTestGeneratorTests.cs" />
  62. <Compile Include="TagFilterMatcherTests.cs" />
  63. <Compile Include="TestHeaderWriterTests.cs" />
  64. <Compile Include="TestGeneratorErrorsTests.cs" />
  65. <Compile Include="GeneratorContainerBuilderTests.cs" />
  66. <Compile Include="TestGeneratorFactoryTests.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="TestGeneratorBasicsTests.cs" />
  69. <Compile Include="TestGeneratorTestsBase.cs" />
  70. <Compile Include="TestUpToDateCheckerTests.cs" />
  71. <Compile Include="UnitTestFeatureGeneratorTests.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ProjectReference Include="..\..\Generator\TechTalk.SpecFlow.Generator.csproj">
  75. <Project>{453D8014-B6CD-4E86-80A8-D59F59092334}</Project>
  76. <Name>TechTalk.SpecFlow.Generator</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\..\Parser\TechTalk.SpecFlow.Parser.csproj">
  79. <Project>{7CCEF6D6-FC17-422E-9BED-EDD752B6496F}</Project>
  80. <Name>TechTalk.SpecFlow.Parser</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\..\Runtime\TechTalk.SpecFlow.csproj">
  83. <Project>{413EE28C-4F89-4C6F-BA1E-2CDEE4CD43B4}</Project>
  84. <Name>TechTalk.SpecFlow</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\..\Utils\TechTalk.SpecFlow.Utils.csproj">
  87. <Project>{C0AF4A43-0C3B-47C7-86DE-79FB632B1453}</Project>
  88. <Name>TechTalk.SpecFlow.Utils</Name>
  89. </ProjectReference>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="packages.config" />
  93. </ItemGroup>
  94. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  95. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. </Project>