Whitespace cleanup
parent
b71b9bff02
commit
5edee711f4
|
|
@ -304,9 +304,10 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<CustomBuild Include="adhoc.cpp.proto">
|
<CustomBuild Include="adhoc.cpp.proto">
|
||||||
<Command>if not exist adhoc.cpp copy "%(FullPath)" adhoc.cpp
|
<Command>
|
||||||
echo: >> adhoc.cpp.copied
|
if not exist adhoc.cpp copy "%(FullPath)" adhoc.cpp
|
||||||
</Command>
|
echo: >> adhoc.cpp.copied
|
||||||
|
</Command>
|
||||||
<Outputs>adhoc.cpp.copied;%(Outputs)</Outputs>
|
<Outputs>adhoc.cpp.copied;%(Outputs)</Outputs>
|
||||||
</CustomBuild>
|
</CustomBuild>
|
||||||
<None Include="Doxyfile" />
|
<None Include="Doxyfile" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue