|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props')" /> |
3 | 4 | <Import Project="..\packages\Microsoft.Net.Compilers.2.2.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.2.0\build\Microsoft.Net.Compilers.props')" />
|
4 | 5 | <PropertyGroup>
|
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
48 | 49 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
49 | 50 | </PropertyGroup>
|
50 | 51 | <ItemGroup>
|
| 52 | + <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath> |
| 54 | + </Reference> |
51 | 55 | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
52 | 56 | <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
|
53 | 57 | <Private>True</Private>
|
|
56 | 60 | <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
57 | 61 | <Private>True</Private>
|
58 | 62 | </Reference>
|
| 63 | + <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 64 | + <HintPath>..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> |
| 65 | + </Reference> |
| 66 | + <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 67 | + <HintPath>..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath> |
| 68 | + </Reference> |
| 69 | + <Reference Include="Moq, Version=4.15.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
| 70 | + <HintPath>..\packages\Moq.4.15.2\lib\net45\Moq.dll</HintPath> |
| 71 | + </Reference> |
59 | 72 | <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
60 | 73 | <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
61 | 74 | <Private>True</Private>
|
|
90 | 103 | <Private>True</Private>
|
91 | 104 | </Reference>
|
92 | 105 | <Reference Include="System.Drawing" />
|
| 106 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 107 | + <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 108 | + </Reference> |
| 109 | + <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 110 | + <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath> |
| 111 | + </Reference> |
93 | 112 | <Reference Include="System.Web" />
|
94 | 113 | <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
95 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
96 |
| - <Private>True</Private> |
| 114 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath> |
97 | 115 | </Reference>
|
98 |
| - <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
99 |
| - <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> |
100 |
| - <Private>True</Private> |
| 116 | + <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 117 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath> |
101 | 118 | </Reference>
|
102 | 119 | <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
103 |
| - <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
104 |
| - <Private>True</Private> |
| 120 | + <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath> |
105 | 121 | </Reference>
|
106 | 122 | <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
107 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath> |
108 |
| - <Private>True</Private> |
| 123 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath> |
109 | 124 | </Reference>
|
110 | 125 | <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
111 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
112 |
| - <Private>True</Private> |
| 126 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
113 | 127 | </Reference>
|
114 | 128 | <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
115 |
| - <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
116 |
| - <Private>True</Private> |
| 129 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
117 | 130 | </Reference>
|
118 | 131 | <Reference Include="WebDriver, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
119 | 132 | <HintPath>..\packages\Selenium.WebDriver.3.3.0\lib\net40\WebDriver.dll</HintPath>
|
|
130 | 143 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
131 | 144 | </ItemGroup>
|
132 | 145 | </When>
|
133 |
| - <Otherwise> |
134 |
| - <ItemGroup> |
135 |
| - <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework"> |
136 |
| - <Private>False</Private> |
137 |
| - </Reference> |
138 |
| - </ItemGroup> |
139 |
| - </Otherwise> |
| 146 | + <Otherwise /> |
140 | 147 | </Choose>
|
141 | 148 | <ItemGroup>
|
142 | 149 | <Compile Include="MembershipTests\ADTests\ADBackendStoreTest.cs" />
|
|
159 | 166 | <Compile Include="MembershipTests\MembershipServiceTestBase.cs" />
|
160 | 167 | <Compile Include="MembershipTests\EFTests\SqliteTestConnection.cs" />
|
161 | 168 | <Compile Include="MembershipTests\EFTests\SqlServerTestConnection.cs" />
|
162 |
| - <Compile Include="UnitTests\CustomHtmlHelperTest.cs" /> |
163 |
| - <Compile Include="UnitTests\DatabaseUpdateTestsSqlite.cs" /> |
164 |
| - <Compile Include="UnitTests\DatabaseUpdateTestsSqlServer.cs" /> |
165 |
| - <Compile Include="UnitTests\PathEncoderTest.cs" /> |
| 169 | + <Compile Include="Unit\CustomHtmlHelperTest.cs" /> |
| 170 | + <Compile Include="Unit\DatabaseUpdateTestsSqlite.cs" /> |
| 171 | + <Compile Include="Unit\DatabaseUpdateTestsSqlServer.cs" /> |
| 172 | + <Compile Include="Unit\PathEncoderTest.cs" /> |
166 | 173 | <Compile Include="Properties\AssemblyInfo.cs" />
|
167 | 174 | <Compile Include="TestCategories.cs" />
|
168 |
| - <Compile Include="UnitTests\PasswordServiceTest.cs" /> |
169 |
| - <Compile Include="UnitTests\GitAuthorizeAttributeTest.cs" /> |
170 |
| - <Compile Include="UnitTests\UserExtensionsTests.cs" /> |
171 |
| - <Compile Include="UnitTests\UserModelTest.cs" /> |
| 175 | + <Compile Include="Unit\PasswordServiceTest.cs" /> |
| 176 | + <Compile Include="Unit\GitAuthorizeAttributeTest.cs" /> |
| 177 | + <Compile Include="Unit\UserConfigurationTests.cs" /> |
| 178 | + <Compile Include="Unit\UserExtensionsTests.cs" /> |
| 179 | + <Compile Include="Unit\UserModelTest.cs" /> |
172 | 180 | </ItemGroup>
|
173 | 181 | <ItemGroup>
|
174 | 182 | <ProjectReference Include="..\Bonobo.Git.Server\Bonobo.Git.Server.csproj">
|
|
208 | 216 | <Error Condition="!Exists('..\packages\Selenium.WebDriver.IEDriver.3.3.0\build\Selenium.WebDriver.IEDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.IEDriver.3.3.0\build\Selenium.WebDriver.IEDriver.targets'))" />
|
209 | 217 | <Error Condition="!Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.29.0\build\Selenium.WebDriver.ChromeDriver.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Selenium.WebDriver.ChromeDriver.2.29.0\build\Selenium.WebDriver.ChromeDriver.targets'))" />
|
210 | 218 | <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.2.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.2.0\build\Microsoft.Net.Compilers.props'))" />
|
| 219 | + <Error Condition="!Exists('..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.props'))" /> |
| 220 | + <Error Condition="!Exists('..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets'))" /> |
211 | 221 | </Target>
|
212 | 222 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
213 | 223 | Other similar extension points exist, see Microsoft.Common.targets. -->
|
|
217 | 227 | <Import Project="..\packages\System.Data.SQLite.Core.1.0.104.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.104.0\build\net46\System.Data.SQLite.Core.targets')" />
|
218 | 228 | <Import Project="..\packages\Selenium.WebDriver.IEDriver.3.3.0\build\Selenium.WebDriver.IEDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.IEDriver.3.3.0\build\Selenium.WebDriver.IEDriver.targets')" />
|
219 | 229 | <Import Project="..\packages\Selenium.WebDriver.ChromeDriver.2.29.0\build\Selenium.WebDriver.ChromeDriver.targets" Condition="Exists('..\packages\Selenium.WebDriver.ChromeDriver.2.29.0\build\Selenium.WebDriver.ChromeDriver.targets')" />
|
| 230 | + <Import Project="..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets')" /> |
220 | 231 | <!-- <Target Name="AfterBuild">
|
221 | 232 | </Target>
|
222 | 233 | -->
|
|
0 commit comments