|
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 | + <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 |
| - <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
15 | 14 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
16 | 15 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
17 | 16 | <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
|
|
41 | 40 | <Private>True</Private>
|
42 | 41 | </Reference>
|
43 | 42 | <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> |
52 | 43 | <Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
53 | 44 | <HintPath>..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath>
|
54 | 45 | <Private>True</Private>
|
55 | 46 | </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> |
64 | 47 | <Reference Include="System" />
|
65 | 48 | </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> |
74 | 49 | <ItemGroup>
|
75 | 50 | <Compile Include="ConversionTests.cs" />
|
76 | 51 | <Compile Include="Properties\AssemblyInfo.cs" />
|
77 | 52 | </ItemGroup>
|
| 53 | + <ItemGroup> |
| 54 | + <None Include="packages.config" /> |
| 55 | + </ItemGroup> |
78 | 56 | <ItemGroup>
|
79 | 57 | <ProjectReference Include="..\AngleSharp.Scripting.CSharp\AngleSharp.Scripting.CSharp.csproj">
|
80 | 58 | <Project>{73856b9e-967d-44aa-a644-91cbbe75bf9d}</Project>
|
81 | 59 | <Name>AngleSharp.Scripting.CSharp</Name>
|
82 | 60 | </ProjectReference>
|
83 | 61 | </ItemGroup>
|
84 |
| - <ItemGroup> |
85 |
| - <None Include="packages.config" /> |
86 |
| - </ItemGroup> |
87 | 62 | <Choose>
|
88 | 63 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
89 | 64 | <ItemGroup>
|
|
103 | 78 | </When>
|
104 | 79 | </Choose>
|
105 | 80 | <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" /> |
107 | 82 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
108 | 83 | Other similar extension points exist, see Microsoft.Common.targets.
|
109 | 84 | <Target Name="BeforeBuild">
|
|
0 commit comments