PageRenderTime 41ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/VSOnlineServiceHookSample/VSOnlineServiceHook.Tests/VSOnlineServiceHook.Tests.csproj

https://github.com/vgaltes/VSOnlineServiceHook
MSBuild | 144 lines | 137 code | 0 blank | 7 comment | 0 complexity | 65d5f4fc6283f4725dd2da56c098a156 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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. <ProjectGuid>{EDC1D366-C43B-4670-A8AC-B3E80A291399}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>VSOnlineServiceHook.Tests</RootNamespace>
  10. <AssemblyName>VSOnlineServiceHook.Tests</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  15. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  16. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  17. <IsCodedUITest>False</IsCodedUITest>
  18. <TestProjectType>UnitTest</TestProjectType>
  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. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
  41. </Reference>
  42. <Reference Include="EntityFramework.SqlServer">
  43. <HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  44. </Reference>
  45. <Reference Include="FluentAssertions">
  46. <HintPath>..\packages\FluentAssertions.3.0.107\lib\net45\FluentAssertions.dll</HintPath>
  47. </Reference>
  48. <Reference Include="FluentAssertions.Core">
  49. <HintPath>..\packages\FluentAssertions.3.0.107\lib\net45\FluentAssertions.Core.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Owin">
  52. <HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.Owin.Hosting">
  55. <HintPath>..\packages\Microsoft.Owin.Hosting.2.1.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.Owin.Testing">
  58. <HintPath>..\packages\Microsoft.Owin.Testing.2.1.0\lib\net45\Microsoft.Owin.Testing.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Newtonsoft.Json">
  61. <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Owin">
  64. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.ComponentModel.DataAnnotations" />
  68. <Reference Include="System.Configuration" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Net.Http.Formatting, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.1.2\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Web.Http, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.1.2\lib\net45\System.Web.Http.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Web.Http.Owin">
  80. <HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.1.2\lib\net45\System.Web.Http.Owin.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Xml" />
  83. <Reference Include="System.Xml.Linq" />
  84. </ItemGroup>
  85. <Choose>
  86. <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
  87. <ItemGroup>
  88. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  89. </ItemGroup>
  90. </When>
  91. <Otherwise>
  92. <ItemGroup>
  93. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
  94. </ItemGroup>
  95. </Otherwise>
  96. </Choose>
  97. <ItemGroup>
  98. <Compile Include="DBHelper.cs" />
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. <Compile Include="TestStartup.cs" />
  101. <Compile Include="ServiceHooksControllerTests.cs" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <None Include="app.config" />
  105. <None Include="packages.config" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ProjectReference Include="..\VSOnlineServiceHook.Api\VSOnlineServiceHook.Api.csproj">
  109. <Project>{05c7c347-2423-4c8f-bc3a-355944510d35}</Project>
  110. <Name>VSOnlineServiceHook.Api</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\VSOnlineServiceHook.Model\VSOnlineServiceHook.Model.csproj">
  113. <Project>{2ec24190-d256-4d49-afc7-fb02cf3207d1}</Project>
  114. <Name>VSOnlineServiceHook.Model</Name>
  115. </ProjectReference>
  116. </ItemGroup>
  117. <Choose>
  118. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  119. <ItemGroup>
  120. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  121. <Private>False</Private>
  122. </Reference>
  123. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  124. <Private>False</Private>
  125. </Reference>
  126. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  127. <Private>False</Private>
  128. </Reference>
  129. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  130. <Private>False</Private>
  131. </Reference>
  132. </ItemGroup>
  133. </When>
  134. </Choose>
  135. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  137. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  138. Other similar extension points exist, see Microsoft.Common.targets.
  139. <Target Name="BeforeBuild">
  140. </Target>
  141. <Target Name="AfterBuild">
  142. </Target>
  143. -->
  144. </Project>