File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Tests/NFUnitTest_DummyAdapter Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 23
23
<TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
24
24
</PropertyGroup >
25
25
<Import Project =" $(NanoFrameworkProjectSystemPath)NFProjectSystem.props" Condition =" Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.props')" />
26
+ <PropertyGroup >
27
+ <RunSettingsFilePath >$(MSBuildProjectDirectory)\nano.runsettings</RunSettingsFilePath >
28
+ </PropertyGroup >
26
29
<ItemGroup >
27
30
<Compile Include =" DummyClass.cs" />
28
31
<Compile Include =" Properties\AssemblyInfo.cs" />
Original file line number Diff line number Diff line change 11
11
<nanoFrameworkAdapter >
12
12
<Logging >Verbose</Logging >
13
13
<IsRealHardware >False</IsRealHardware >
14
+ <PathToLocalCLRInstance >E:\GitHub\nf-interpreter\build\bin\Debug\nanoFramework.nanoCLR.dll</PathToLocalCLRInstance >
14
15
</nanoFrameworkAdapter >
15
16
</RunSettings >
You can’t perform that action at this time.
0 commit comments