Skip to content

Commit 00da455

Browse files
committed
Updated tests
1 parent 3380e49 commit 00da455

File tree

2 files changed

+5
-31
lines changed

2 files changed

+5
-31
lines changed

src/AngleSharp.Scripting.CSharp.Tests/AngleSharp.Scripting.CSharp.Tests.csproj

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
<AppDesignerFolder>Properties</AppDesignerFolder>
99
<RootNamespace>AngleSharp.Scripting.CSharp.Tests</RootNamespace>
1010
<AssemblyName>AngleSharp.Scripting.CSharp.Tests</AssemblyName>
11-
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
11+
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1514
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
1615
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
1716
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
@@ -41,49 +40,25 @@
4140
<Private>True</Private>
4241
</Reference>
4342
<Reference Include="Microsoft.CSharp" />
44-
<Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
45-
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
46-
<Private>True</Private>
47-
</Reference>
48-
<Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
49-
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
50-
<Private>True</Private>
51-
</Reference>
5243
<Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
5344
<HintPath>..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath>
5445
<Private>True</Private>
5546
</Reference>
56-
<Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
57-
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
58-
<Private>True</Private>
59-
</Reference>
60-
<Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL">
61-
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
62-
<Private>True</Private>
63-
</Reference>
6447
<Reference Include="System" />
6548
</ItemGroup>
66-
<Choose>
67-
<When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
68-
<ItemGroup>
69-
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
70-
</ItemGroup>
71-
</When>
72-
<Otherwise />
73-
</Choose>
7449
<ItemGroup>
7550
<Compile Include="ConversionTests.cs" />
7651
<Compile Include="Properties\AssemblyInfo.cs" />
7752
</ItemGroup>
53+
<ItemGroup>
54+
<None Include="packages.config" />
55+
</ItemGroup>
7856
<ItemGroup>
7957
<ProjectReference Include="..\AngleSharp.Scripting.CSharp\AngleSharp.Scripting.CSharp.csproj">
8058
<Project>{73856b9e-967d-44aa-a644-91cbbe75bf9d}</Project>
8159
<Name>AngleSharp.Scripting.CSharp</Name>
8260
</ProjectReference>
8361
</ItemGroup>
84-
<ItemGroup>
85-
<None Include="packages.config" />
86-
</ItemGroup>
8762
<Choose>
8863
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
8964
<ItemGroup>
@@ -103,7 +78,7 @@
10378
</When>
10479
</Choose>
10580
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
106-
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
81+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
10782
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
10883
Other similar extension points exist, see Microsoft.Common.targets.
10984
<Target Name="BeforeBuild">

src/AngleSharp.Scripting.CSharp.Tests/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
<packages>
33
<package id="AngleSharp" version="0.9.7" targetFramework="net45" />
44
<package id="NUnit" version="3.4.1" targetFramework="net45" />
5-
<package id="NUnitTestAdapter" version="2.0.0" targetFramework="net45" />
65
</packages>

0 commit comments

Comments
 (0)