|
8 | 8 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
9 | 9 | <RootNamespace>AngleSharp.Scripting.CSharp.Tests</RootNamespace>
|
10 | 10 | <AssemblyName>AngleSharp.Scripting.CSharp.Tests</AssemblyName>
|
| 11 | + <TargetFrameworkProfile>Profile259</TargetFrameworkProfile> |
11 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
12 | 13 | <FileAlignment>512</FileAlignment>
|
13 | 14 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
35 | 36 | <WarningLevel>4</WarningLevel>
|
36 | 37 | </PropertyGroup>
|
37 | 38 | <ItemGroup>
|
38 |
| - <Reference Include="AngleSharp, Version=0.9.6.41832, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL"> |
39 |
| - <HintPath>..\packages\AngleSharp.0.9.6\lib\net45\AngleSharp.dll</HintPath> |
| 39 | + <Reference Include="AngleSharp, Version=0.9.7.82, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL"> |
| 40 | + <HintPath>..\packages\AngleSharp.0.9.7\lib\portable-windows8+net45+windowsphone8+wpa+monoandroid+monotouch\AngleSharp.dll</HintPath> |
40 | 41 | <Private>True</Private>
|
41 | 42 | </Reference>
|
42 | 43 | <Reference Include="Microsoft.CSharp" />
|
|
48 | 49 | <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
|
49 | 50 | <Private>True</Private>
|
50 | 51 | </Reference>
|
51 |
| - <Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
52 |
| - <HintPath>..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll</HintPath> |
| 52 | + <Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
| 53 | + <HintPath>..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath> |
53 | 54 | <Private>True</Private>
|
54 | 55 | </Reference>
|
55 | 56 | <Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
102 | 103 | </When>
|
103 | 104 | </Choose>
|
104 | 105 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
105 |
| - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 106 | + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
106 | 107 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
107 | 108 | Other similar extension points exist, see Microsoft.Common.targets.
|
108 | 109 | <Target Name="BeforeBuild">
|
|
0 commit comments