removed reference to cie in vexillographer.csproj
This commit is contained in:
parent
d40eb1ef9a
commit
191aca0a3c
|
@ -70,7 +70,7 @@
|
|||
-->
|
||||
<Target Name="AfterBuild" Inputs="fdb.options;$(SolutionDir)bin\$(Configuration)\vexillographer.exe" Outputs="$(SolutionDir)bindings\c\foundationdb\fdb_c_options.g.h;$(SolutionDir)fdbclient\FDBOptions.g.h;$(SolutionDir)bindings\python\fdb\fdboptions.py">
|
||||
<Message Text="Running vexillographer." Importance="high" />
|
||||
<Exec Command=""$(SolutionDir)bin\$(Configuration)\vexillographer.exe" "$(ProjectDir)fdb.options" java "$(ProjectDir)..\..\bindings\java\src\main\com\apple\cie\foundationdb"" />
|
||||
<Exec Command=""$(SolutionDir)bin\$(Configuration)\vexillographer.exe" "$(ProjectDir)fdb.options" java "$(ProjectDir)..\..\bindings\java\src\main\com\apple\foundationdb"" />
|
||||
<Exec Command=""$(SolutionDir)bin\$(Configuration)\vexillographer.exe" "$(ProjectDir)fdb.options" c "$(ProjectDir)..\..\bindings\c\foundationdb\fdb_c_options.g.h"" />
|
||||
<Exec Command=""$(SolutionDir)bin\$(Configuration)\vexillographer.exe" "$(ProjectDir)fdb.options" cpp "$(ProjectDir)..\..\fdbclient\FDBOptions.g"" />
|
||||
<Exec Command=""$(SolutionDir)bin\$(Configuration)\vexillographer.exe" "$(ProjectDir)fdb.options" python "$(ProjectDir)..\..\bindings\python\fdb\fdboptions.py"" />
|
||||
|
|
Loading…
Reference in New Issue