mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
10 lines
142 B
C#
10 lines
142 B
C#
namespace Cosmos.TestRunner.Core
|
|
{
|
|
public enum RunTargetEnum
|
|
{
|
|
Bochs,
|
|
VMware,
|
|
HyperV,
|
|
Qemu
|
|
}
|
|
}
|