PageRenderTime 58ms CodeModel.GetById 31ms RepoModel.GetById 1ms app.codeStats 0ms

/Specs/Specs.csproj

https://bitbucket.org/prashain/c-code-snippets
MSBuild | 81 lines | 81 code | 0 blank | 0 comment | 0 complexity | de892076026b901bc3b38334c6f7ee6f MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E9D805C9-5CDA-4D5A-AEB4-D50441EA6A4D}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>Specs</RootNamespace>
  11. <AssemblyName>Specs</AssemblyName>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <DebugSymbols>True</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>False</Optimize>
  17. <OutputPath>bin\Debug</OutputPath>
  18. <DefineConstants>DEBUG;</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <ConsolePause>False</ConsolePause>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  24. <DebugType>none</DebugType>
  25. <Optimize>False</Optimize>
  26. <OutputPath>bin\Release</OutputPath>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <ConsolePause>False</ConsolePause>
  30. </PropertyGroup>
  31. <ItemGroup>
  32. <Reference Include="FluentAssertions">
  33. <HintPath>..\packages\FluentAssertions.2.0.0.1\lib\net40\FluentAssertions.dll</HintPath>
  34. </Reference>
  35. <Reference Include="nunit.framework">
  36. <HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
  37. </Reference>
  38. <Reference Include="System" />
  39. <Reference Include="System.Xml" />
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="TechTalk.SpecFlow, Version=1.9.0.77, Culture=neutral, PublicKeyToken=0778194805d6db41, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\packages\SpecFlow.1.9.0\lib\net35\TechTalk.SpecFlow.dll</HintPath>
  44. </Reference>
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="AssemblyInfo.cs" />
  48. <Compile Include="Scoring.feature.cs">
  49. <DependentUpon>Scoring.feature</DependentUpon>
  50. </Compile>
  51. <Compile Include="ScoringSteps.cs" />
  52. <Compile Include="StackSpecs\GenericStack.feature.cs">
  53. <DependentUpon>GenericStack.feature</DependentUpon>
  54. </Compile>
  55. <Compile Include="StackSpecs\GenericStackSteps.cs" />
  56. </ItemGroup>
  57. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  58. <ItemGroup>
  59. <None Include="App.config" />
  60. <None Include="packages.config" />
  61. <None Include="Scoring.feature">
  62. <Generator>SpecFlowSingleFileGenerator</Generator>
  63. <LastGenOutput>Scoring.feature.cs</LastGenOutput>
  64. </None>
  65. <None Include="StackSpecs\GenericStack.feature">
  66. <Generator>SpecFlowSingleFileGenerator</Generator>
  67. <LastGenOutput>GenericStack.feature.cs</LastGenOutput>
  68. </None>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="..\SuperBlowlingScorer\SuperBlowlingScorer.csproj">
  72. <Project>{E30B7797-7536-4C4C-9C4E-BE941760F013}</Project>
  73. <Name>SuperBlowlingScorer</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\GenericStack\GenericStack.csproj">
  76. <Project>{14C53EE8-1872-47B8-A75C-1C9FAB199E7A}</Project>
  77. <Name>GenericStack</Name>
  78. </ProjectReference>
  79. </ItemGroup>
  80. <ItemGroup />
  81. </Project>