diff --git a/src/IKVM.MSBuild/buildTransitive/IKVM.MSBuild.IkvmToolReference.targets b/src/IKVM.MSBuild/buildTransitive/IKVM.MSBuild.IkvmToolReference.targets
index 394eee6e9..8d7b3a08a 100644
--- a/src/IKVM.MSBuild/buildTransitive/IKVM.MSBuild.IkvmToolReference.targets
+++ b/src/IKVM.MSBuild/buildTransitive/IKVM.MSBuild.IkvmToolReference.targets
@@ -59,9 +59,8 @@
- $([System.IO.Path]::GetFullPath('$(_JavaCompilerPublishDir)\javac.exe'))
- $([System.IO.Path]::GetFullPath('$(_JavaCompilerPublishDir)\javac'))
- $([System.IO.Path]::GetFullPath('$(_JavaCompilerPublishDir)\javac.exe'))
+ $([System.IO.Path]::GetFullPath('$(_JavaCompilerPublishDir)\javac'))
+ $([System.IO.Path]::GetFullPath('$(_JavaCompilerPublishDir)\javac.exe'))
mono $(JavaCompilerPath)
$(JavaCompilerPath)
@@ -83,9 +82,8 @@
- $([System.IO.Path]::GetFullPath('$(_IkvmCompilerPublishDir)\ikvmc.exe'))
- $([System.IO.Path]::GetFullPath('$(_IkvmCompilerPublishDir)\ikvmc'))
- $([System.IO.Path]::GetFullPath('$(_IkvmCompilerPublishDir)\ikvmc.exe'))
+ $([System.IO.Path]::GetFullPath('$(_IkvmCompilerPublishDir)\ikvmc'))
+ $([System.IO.Path]::GetFullPath('$(_IkvmCompilerPublishDir)\ikvmc.exe'))
mono $(IkvmCompilerPath)
$(IkvmCompilerPath)
@@ -107,9 +105,8 @@
- $([System.IO.Path]::GetFullPath('$(_IkvmExporterPublishDir)ikvmstub.exe'))
- $([System.IO.Path]::GetFullPath('$(_IkvmExporterPublishDir)ikvmstub'))
- $([System.IO.Path]::GetFullPath('$(_IkvmExporterPublishDir)ikvmstub.exe'))
+ $([System.IO.Path]::GetFullPath('$(_IkvmExporterPublishDir)ikvmstub'))
+ $([System.IO.Path]::GetFullPath('$(_IkvmExporterPublishDir)ikvmstub.exe'))
mono $(IkvmExporterPath)
$(IkvmExporterPath)
diff --git a/src/javac-ref/javac-ref.msbuildproj b/src/javac-ref/javac-ref.msbuildproj
index a4919c75a..ad4e3eca9 100644
--- a/src/javac-ref/javac-ref.msbuildproj
+++ b/src/javac-ref/javac-ref.msbuildproj
@@ -26,9 +26,8 @@
- $([System.IO.Path]::GetFullPath('$(_JavaCompilerPublishDir)\javac.exe'))
- $([System.IO.Path]::GetFullPath('$(_JavaCompilerPublishDir)\javac'))
- $([System.IO.Path]::GetFullPath('$(_JavaCompilerPublishDir)\javac.exe'))
+ $([System.IO.Path]::GetFullPath('$(_JavaCompilerPublishDir)\javac'))
+ $([System.IO.Path]::GetFullPath('$(_JavaCompilerPublishDir)\javac.exe'))
-J-Xmx1536M
mono $(JavaCompilerPath) $(JavaCompilerArgs)
$(JavaCompilerPath) $(JavaCompilerArgs)