facebook-csharp-sdk / simple-json

JSON library for .NET 2.0+/SL4+/WP7/WindowsStore with optional support for dynamic and DataContract
MIT License
379 stars 143 forks source link

jake build error #84

Open rooseveltdossantos opened 5 years ago

rooseveltdossantos commented 5 years ago

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?