Skip to content

Commit 7704536

Browse files
committed
Move runsetting to nano version
1 parent 270c8c3 commit 7704536

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Tests/NFUnitTest_DummyAdapter/NFUnitTest_DummyAdapter.nfproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
2424
</PropertyGroup>
2525
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
26+
<PropertyGroup>
27+
<RunSettingsFilePath>$(MSBuildProjectDirectory)\nano.runsettings</RunSettingsFilePath>
28+
</PropertyGroup>
2629
<ItemGroup>
2730
<Compile Include="DummyClass.cs" />
2831
<Compile Include="Properties\AssemblyInfo.cs" />

.runsettings renamed to Tests/NFUnitTest_DummyAdapter/nano.runsettings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
<nanoFrameworkAdapter>
1212
<Logging>Verbose</Logging>
1313
<IsRealHardware>False</IsRealHardware>
14+
<PathToLocalCLRInstance>E:\GitHub\nf-interpreter\build\bin\Debug\nanoFramework.nanoCLR.dll</PathToLocalCLRInstance>
1415
</nanoFrameworkAdapter>
1516
</RunSettings>

0 commit comments

Comments
 (0)