File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Tests/NFUnitTest_DummyAdapter Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <RunSettings >
3
+ <!-- Configurations that affect the Test Framework -->
4
+ <RunConfiguration >
5
+ <MaxCpuCount >1</MaxCpuCount >
6
+ <ResultsDirectory >.\TestResults</ResultsDirectory ><!-- Path relative to solution directory -->
7
+ <TestSessionTimeout >1200000</TestSessionTimeout ><!-- Milliseconds -->
8
+ <TargetFrameworkVersion >net48</TargetFrameworkVersion >
9
+ <TargetPlatform >x64</TargetPlatform >
10
+ </RunConfiguration >
11
+ <nanoFrameworkAdapter >
12
+ <Logging >Verbose</Logging >
13
+ <IsRealHardware >False</IsRealHardware >
14
+ <PathToLocalCLRInstance >E:\GitHub\nf-interpreter\build\bin\Debug\nanoFramework.nanoCLR.dll</PathToLocalCLRInstance >
15
+ </nanoFrameworkAdapter >
16
+ </RunSettings >
You can’t perform that action at this time.
0 commit comments