[CMake] include_external_msproject for MS Visual Studio *.csproj

Yuri Timenkov yuri at timenkov.ru
Sat Mar 31 07:38:46 EDT 2012


This is because CMake generates invalid GUIDs in solution (these GUIDs are
for C++ project).

There is a bug report with patch on CMake bug tracker:
http://www.cmake.org/Bug/view.php?id=9742 but it seems C# is not very
interesting for CMake developers (complete C# support requires much more
effort).

The only way to build C# projects at the moment is to use custom commands
or targets (may be via ExternalProject script).

On Sat, Mar 31, 2012 at 2:05 AM, Valentine S. <dizel3d at gmail.com> wrote:

> I have several C++ projects (library, tests, examples) for Linux and
> Windows. This projects are generated by CMake (Makefile for Linux, *.vcproj
> for Windows MS Visual Studio). And I have C++/CLI (C++ library wrapper) and
> C# projects (tests, examples). This projects are written in MS Visual
> Studio and used on Windows platform only. I can include external MS C++/CLI
> project (*.vcxproj) to generated solution file (*.sln) using command
> "include_external_msproject". But I cannot include MS C# project (*.csproj)
> to generated solution. How can I do that? When will you
> implement "include_external_msproject" for *.csproj files?
> --
>
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120331/712ad27c/attachment.htm>


More information about the CMake mailing list