We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660cdfc commit 9193dabCopy full SHA for 9193dab
src/InEngine/InEngine.csproj
@@ -93,6 +93,7 @@
93
</None>
94
<None Include="job_scheduling_data_2_0.xsd" />
95
<None Include="Plugins\.gitkeep" />
96
+ <None Include="inengine" />
97
</ItemGroup>
98
<ItemGroup>
99
<ProjectReference Include="..\InEngine.Commands\InEngine.Commands.csproj">
src/InEngine/inengine
@@ -0,0 +1,2 @@
1
+#!/usr/bin/env bash
2
+mono inengine.exe "$@"
0 commit comments