Thanks, can build it now!
My wip german translation works fine aswell. :p
Dekirai
3
Posts
1
Topics
1
Following
A member registered Mar 10, 2017
Recent community posts
Link's Awakening DX HD community · Replied to squiddingme in Can't compile source, fails at "The command "dotnet [...] exited with code 1""
Link's Awakening DX HD community · Posted in @DEV: Any chance for a Linux port or open sourcing the code?
Link's Awakening DX HD community · Created a new topic Can't compile source, fails at "The command "dotnet [...] exited with code 1""
That's the command in MonoGame.Content.Builder.Task.targets:
<Exec
Condition="'%(ContentReference.FullPath)' != ''"
Command="$(DotnetCommand) $(MGCBCommand) $(MonoGameMGCBAdditionalArguments) /@:"%(ContentReference.FullPath)" /platform:$(MonoGamePlatform) /outputDir:"%(ContentReference.ContentOutputDir)" /intermediateDir:"%(ContentReference.ContentIntermediateOutputDir)" /workingDir:"%(ContentReference.FullDir)""
WorkingDirectory="$(MSBuildProjectDirectory)" />
Any help regarding this is appreciated!