Skip to content

Commit 270c8c3

Browse files
committed
Update Unit test projects
1 parent 256c8a3 commit 270c8c3

File tree

23 files changed

+6
-280
lines changed

23 files changed

+6
-280
lines changed

Tests/NFUnitTestArithmetic/NFUnitTestArithmetic.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,4 @@
3737
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3838
</ItemGroup>
3939
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
40-
<!-- MANUAL UPDATE HERE -->
41-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
42-
<ProjectExtensions>
43-
<ProjectCapabilities>
44-
<ProjectConfigurationsDeclaredAsItems />
45-
</ProjectCapabilities>
46-
</ProjectExtensions>
47-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
48-
<PropertyGroup>
49-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
50-
</PropertyGroup>
51-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
52-
</Target>
5340
</Project>

Tests/NFUnitTestArray/NFUnitTestArray.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,4 @@
3434
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3535
</ItemGroup>
3636
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
37-
<!-- MANUAL UPDATE HERE -->
38-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
39-
<ProjectExtensions>
40-
<ProjectCapabilities>
41-
<ProjectConfigurationsDeclaredAsItems />
42-
</ProjectCapabilities>
43-
</ProjectExtensions>
44-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
45-
<PropertyGroup>
46-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
47-
</PropertyGroup>
48-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
49-
</Target>
5037
</Project>

Tests/NFUnitTestAttributes/NFUnitTestAttributes.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,4 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
38-
<ProjectExtensions>
39-
<ProjectCapabilities>
40-
<ProjectConfigurationsDeclaredAsItems />
41-
</ProjectCapabilities>
42-
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4936
</Project>

Tests/NFUnitTestBasicConcepts/NFUnitTestBasicConcepts.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,4 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
38-
<ProjectExtensions>
39-
<ProjectCapabilities>
40-
<ProjectConfigurationsDeclaredAsItems />
41-
</ProjectCapabilities>
42-
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4936
</Project>

Tests/NFUnitTestBitConverter/NFUnitTestBitConverter.nfproj

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,4 @@
3333
<ProjectReference Include="..\TestFramework\TestFramework.nfproj" />
3434
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3535
</ItemGroup>
36-
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
37-
<!-- MANUAL UPDATE HERE -->
38-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
39-
<ProjectExtensions>
40-
<ProjectCapabilities>
41-
<ProjectConfigurationsDeclaredAsItems />
42-
</ProjectCapabilities>
43-
</ProjectExtensions>
44-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
45-
<PropertyGroup>
46-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
47-
</PropertyGroup>
48-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
49-
</Target>
50-
</Project>
36+
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />

Tests/NFUnitTestClasses/NFUnitTestClasses.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,4 @@
4444
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
4545
</ItemGroup>
4646
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
47-
<!-- MANUAL UPDATE HERE -->
48-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
49-
<ProjectExtensions>
50-
<ProjectCapabilities>
51-
<ProjectConfigurationsDeclaredAsItems />
52-
</ProjectCapabilities>
53-
</ProjectExtensions>
54-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
55-
<PropertyGroup>
56-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
57-
</PropertyGroup>
58-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
59-
</Target>
6047
</Project>

Tests/NFUnitTestConversions/NFUnitTestConversions.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,4 @@
3535
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3636
</ItemGroup>
3737
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
38-
<!-- MANUAL UPDATE HERE -->
39-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
40-
<ProjectExtensions>
41-
<ProjectCapabilities>
42-
<ProjectConfigurationsDeclaredAsItems />
43-
</ProjectCapabilities>
44-
</ProjectExtensions>
45-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
46-
<PropertyGroup>
47-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
48-
</PropertyGroup>
49-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
50-
</Target>
5138
</Project>

Tests/NFUnitTestDelegates/NFUnitTestDelegates.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,4 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
38-
<ProjectExtensions>
39-
<ProjectCapabilities>
40-
<ProjectConfigurationsDeclaredAsItems />
41-
</ProjectCapabilities>
42-
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4936
</Project>

Tests/NFUnitTestEnum/NFUnitTestEnum.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,4 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
38-
<ProjectExtensions>
39-
<ProjectCapabilities>
40-
<ProjectConfigurationsDeclaredAsItems />
41-
</ProjectCapabilities>
42-
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4936
</Project>

Tests/NFUnitTestException/NFUnitTestException.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,4 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
38-
<ProjectExtensions>
39-
<ProjectCapabilities>
40-
<ProjectConfigurationsDeclaredAsItems />
41-
</ProjectCapabilities>
42-
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4936
</Project>

Tests/NFUnitTestInterface/NFUnitTestInterface.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,4 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
38-
<ProjectExtensions>
39-
<ProjectCapabilities>
40-
<ProjectConfigurationsDeclaredAsItems />
41-
</ProjectCapabilities>
42-
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4936
</Project>

Tests/NFUnitTestLexical/NFUnitTestLexical.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,4 @@
3434
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3535
</ItemGroup>
3636
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
37-
<!-- MANUAL UPDATE HERE -->
38-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
39-
<ProjectExtensions>
40-
<ProjectCapabilities>
41-
<ProjectConfigurationsDeclaredAsItems />
42-
</ProjectCapabilities>
43-
</ProjectExtensions>
44-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
45-
<PropertyGroup>
46-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
47-
</PropertyGroup>
48-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
49-
</Target>
5037
</Project>

Tests/NFUnitTestNamespace/NFUnitTestNamespace.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,4 @@
4343
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
4444
</ItemGroup>
4545
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
46-
<!-- MANUAL UPDATE HERE -->
47-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
48-
<ProjectExtensions>
49-
<ProjectCapabilities>
50-
<ProjectConfigurationsDeclaredAsItems />
51-
</ProjectCapabilities>
52-
</ProjectExtensions>
53-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
54-
<PropertyGroup>
55-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
56-
</PropertyGroup>
57-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
58-
</Target>
5946
</Project>

Tests/NFUnitTestRecords/NFUnitTestRecords.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,4 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
38-
<ProjectExtensions>
39-
<ProjectCapabilities>
40-
<ProjectConfigurationsDeclaredAsItems />
41-
</ProjectCapabilities>
42-
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4936
</Project>

Tests/NFUnitTestStatementsTests/NFUnitTestStatements.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,4 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
38-
<ProjectExtensions>
39-
<ProjectCapabilities>
40-
<ProjectConfigurationsDeclaredAsItems />
41-
</ProjectCapabilities>
42-
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4936
</Project>

Tests/NFUnitTestStruct/NFUnitTestStruct.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,4 @@
3333
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
3434
</ItemGroup>
3535
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
36-
<!-- MANUAL UPDATE HERE -->
37-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
38-
<ProjectExtensions>
39-
<ProjectCapabilities>
40-
<ProjectConfigurationsDeclaredAsItems />
41-
</ProjectCapabilities>
42-
</ProjectExtensions>
43-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
44-
<PropertyGroup>
45-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
46-
</PropertyGroup>
47-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
48-
</Target>
4936
</Project>

Tests/NFUnitTestSystemLib/NFUnitTestSystemLib.nfproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,4 @@
5656
<ProjectReference Include="..\UnitTestLauncher\UnitTestLauncher.nfproj" />
5757
</ItemGroup>
5858
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
59-
<!-- MANUAL UPDATE HERE -->
60-
<Import Project="..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets" Condition="Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" />
61-
<ProjectExtensions>
62-
<ProjectCapabilities>
63-
<ProjectConfigurationsDeclaredAsItems />
64-
</ProjectCapabilities>
65-
</ProjectExtensions>
66-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
67-
<PropertyGroup>
68-
<WarningText>Update the Import path in nfproj to the correct nanoFramework.TestFramework NuGet package folder.</WarningText>
69-
</PropertyGroup>
70-
<Warning Condition="!Exists('..\..\packages\nanoFramework.TestFramework.2.1.53\build\nanoFramework.TestFramework.targets')" Text="'$(WarningText)'" />
71-
</Target>
7259
</Project>

0 commit comments

Comments
 (0)