Optimize trace build, add trace sim code

This commit is contained in:
Asriel Camora
2023-11-04 18:44:30 -07:00
parent 4f953f2fa3
commit 269a7f9870
5 changed files with 118 additions and 55 deletions
+3 -3
View File
@@ -22,9 +22,9 @@
<ProjectReference Include="..\Simulator\Craftimizer.Simulator.csproj" />
<ProjectReference Include="..\Solver\Craftimizer.Solver.csproj" />
</ItemGroup>
<PropertyGroup>
<DefineConstants Condition="'$(IS_BENCH)'=='1'">$(DefineConstants);IS_DETERMINISTIC</DefineConstants>
<PropertyGroup Condition="'$(IS_BENCH)'=='1'">
<DefineConstants>$(DefineConstants);IS_DETERMINISTIC</DefineConstants>
</PropertyGroup>
</Project>