divide workloads into their own item group

This commit is contained in:
Evan Tschannen 2018-10-16 15:29:44 -07:00
parent c89b56355a
commit cae1efee4e
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@
<ClCompile Include="SkipList.cpp" />
<ActorCompiler Include="WaitFailure.actor.cpp" />
<ActorCompiler Include="tester.actor.cpp" />
</ItemGroup>
<ItemGroup>
<ActorCompiler Include="workloads\Cycle.actor.cpp" />
<ActorCompiler Include="workloads\SlowTaskWorkload.actor.cpp" />
<ActorCompiler Include="workloads\PubSubMultiples.actor.cpp" />