Fix line endings (CRLF and extra space).

This commit is contained in:
Bart House
2017-09-04 12:56:20 +03:00
committed by Pasi Kallinen
parent 5b08481637
commit 3614059379
30 changed files with 44 additions and 44 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="dirs.props"/>
<Import Project="files.props"/>
<Target Name="Build"
<Target Name="Build"
Inputs="$(ToolsDir)dgncomp.exe;$(DatDir)dungeon.pdf"
Outputs="$(DatDir)dungeon">
<Exec Command="$(ToolsDir)dgncomp.exe dungeon.pdf" WorkingDirectory="$(DatDir)"/>
@@ -9,4 +9,4 @@
<Target Name="Clean">
<Delete Files="$(DatDir)dungeon"/>
</Target>
</Project>
</Project>