btc-ag / service-idl

Xtext-based Service IDL (Interface Definition Language) and Code Generators for Protobuf, C++, Java and .NET
Eclipse Public License 2.0
8 stars 8 forks source link

Change output directory of dotnet solutions from dst/AnyCPU/Release bin/Release #174

Closed claasd closed 6 years ago

claasd commented 6 years ago

The output directory $(SolutionDir)\dst\$(Platform)\$(Configuration)\ was used by BTC before nuget was used as package manager. It should be changed to $(SolutionDir)\bin\$(Configuration)\.

sigiesec commented 6 years ago

Without platform?

claasd commented 6 years ago

Yes, as the Platform for pure .NET builds (without Interop/CLI) is always AnyCPU

claasd commented 6 years ago

We probably also do not need the Win32 and x64 build options in the csproj files.

sigiesec commented 6 years ago

Ok.

sigiesec commented 6 years ago

You can test this with version 1.0.0-fix-issue-174-SNAPSHOT