forked from MatterHackers/MatterControl
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMatterControl.mac.nunit
More file actions
13 lines (13 loc) · 822 Bytes
/
MatterControl.mac.nunit
File metadata and controls
13 lines (13 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<NUnitProject>
<Settings activeconfig="Debug" processModel="Multiple" domainUsage="Multiple" />
<Config name="Debug" binpathtype="Auto" runtimeFramework="v4.0.21006">
<assembly path="Submodules/agg-sharp/Tests/Agg.Tests/bin/Debug/Agg.Tests.dll" />
<assembly path="Tests/MatterControl.Tests/bin/Debug/MatterControl.Tests.dll" />
<assembly path="Submodules/MatterSlice/Tests/MatterSlice.Tests/bin/Debug/MatterSlice.Tests.dll" />
</Config>
<Config name="Release" binpathtype="Auto" runtimeFramework="v4.0.21006">
<assembly path="Tests/MatterControl.Tests/bin/Release/MatterControl.Tests.dll" />
<assembly path="Submodules/agg-sharp/Tests/Agg.Tests/bin/Release/Agg.Tests.dll" />
<assembly path="Submodules/MatterSlice/Tests/MatterSlice.Tests/bin/Release/MatterSlice.Tests.dll" />
</Config>
</NUnitProject>