"C:...\SimpleJson-Net40.csproj" (Build target) (1) ->
(_CheckForInvalidConfigurationAndPlatform target) ->
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(609,5): error : The OutputPath property is not set for project 'SimpleJson-Net40.csproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Release' Platform='x64'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [C:...\SimpleJson-Net40.csproj]
How can I pass the Configuration and Platform for jake build?
Hello!
I can't run jake build in the release 0.36.0.
The error is:
"C:...\SimpleJson-Net40.csproj" (Build target) (1) -> (_CheckForInvalidConfigurationAndPlatform target) -> C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(609,5): error : The OutputPath property is not set for project 'SimpleJson-Net40.csproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Release' Platform='x64'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [C:...\SimpleJson-Net40.csproj]
How can I pass the Configuration and Platform for jake build?