PageRenderTime 46ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Tests/TechTalk.SpecFlow.GeneratorTests/GeneratorTests.csproj

http://github.com/techtalk/SpecFlow
MSBuild | 138 lines | 131 code | 0 blank | 7 comment | 0 complexity | ac76e796174fe07b071abf391189380f 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.5</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. </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. <Prefer32Bit>false</Prefer32Bit>
  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. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  41. <HintPath>..\..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="FluentAssertions, Version=4.9.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\FluentAssertions.4.9.0\lib\net45\FluentAssertions.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="FluentAssertions.Core, Version=4.9.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  49. <HintPath>..\..\packages\FluentAssertions.4.9.0\lib\net45\FluentAssertions.Core.dll</HintPath>
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="Gherkin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=86496cfa5b4a5851, processorArchitecture=MSIL">
  53. <HintPath>..\..\packages\Gherkin.4.0.0\lib\net45\Gherkin.dll</HintPath>
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="Moq, Version=4.5.9.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  57. <HintPath>..\..\packages\Moq.4.5.9\lib\net45\Moq.dll</HintPath>
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
  61. <HintPath>..\..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Xml" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="TestGeneratorTest.cs" />
  73. <Compile Include="CodeDomExtensions.cs" />
  74. <Compile Include="CustomTestGeneratorProviderTest.cs" />
  75. <Compile Include="DecoratorRegistryTests.cs" />
  76. <Compile Include="FeatureGeneratorProviderTests.cs" />
  77. <Compile Include="FeatureGeneratorRegistryTests.cs" />
  78. <Compile Include="GeneratorPluginTests.cs" />
  79. <Compile Include="IgnoredTestGeneratorTests.cs" />
  80. <Compile Include="IUnitTestGeneratorProviderExtensions.cs" />
  81. <Compile Include="MsBuildProjectReaderTests.cs" />
  82. <Compile Include="NUnit3GeneratorProviderTests.cs" />
  83. <Compile Include="ParserHelper.cs" />
  84. <Compile Include="MsTestGeneratorProviderTests.cs" />
  85. <Compile Include="ParserTests.cs" />
  86. <Compile Include="TagFilterMatcherTests.cs" />
  87. <Compile Include="TestHeaderWriterTests.cs" />
  88. <Compile Include="TestGeneratorErrorsTests.cs" />
  89. <Compile Include="GeneratorContainerBuilderTests.cs" />
  90. <Compile Include="TestGeneratorFactoryTests.cs" />
  91. <Compile Include="Properties\AssemblyInfo.cs" />
  92. <Compile Include="TestGeneratorBasicsTests.cs" />
  93. <Compile Include="TestGeneratorTestsBase.cs" />
  94. <Compile Include="TestUpToDateCheckerTests.cs" />
  95. <Compile Include="UnitTestFeatureGeneratorTests.cs" />
  96. <Compile Include="XUnitTestGeneratorProviderTests.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ProjectReference Include="..\..\TechTalk.SpecFlow.Generator\TechTalk.SpecFlow.Generator.csproj">
  100. <Project>{453D8014-B6CD-4E86-80A8-D59F59092334}</Project>
  101. <Name>TechTalk.SpecFlow.Generator</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\..\TechTalk.SpecFlow.Parser\TechTalk.SpecFlow.Parser.csproj">
  104. <Project>{7CCEF6D6-FC17-422E-9BED-EDD752B6496F}</Project>
  105. <Name>TechTalk.SpecFlow.Parser</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\..\TechTalk.SpecFlow\TechTalk.SpecFlow.csproj">
  108. <Project>{413EE28C-4F89-4C6F-BA1E-2CDEE4CD43B4}</Project>
  109. <Name>TechTalk.SpecFlow</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\..\TechTalk.SpecFlow.Utils\TechTalk.SpecFlow.Utils.csproj">
  112. <Project>{C0AF4A43-0C3B-47C7-86DE-79FB632B1453}</Project>
  113. <Name>TechTalk.SpecFlow.Utils</Name>
  114. </ProjectReference>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="Data\app.config">
  118. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  119. </None>
  120. <None Include="packages.config" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Content Include="Data\sampleCsProjectfile.csproj">
  127. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  128. </Content>
  129. </ItemGroup>
  130. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  131. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  132. Other similar extension points exist, see Microsoft.Common.targets.
  133. <Target Name="BeforeBuild">
  134. </Target>
  135. <Target Name="AfterBuild">
  136. </Target>
  137. -->
  138. </Project>