You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Roger Meier (JIRA)" <ji...@apache.org> on 2012/10/20 21:56:12 UTC

[jira] [Created] (THRIFT-1736) Visual Studio top level project files within msvc

Roger Meier created THRIFT-1736:
-----------------------------------

             Summary: Visual Studio top level project files within msvc
                 Key: THRIFT-1736
                 URL: https://issues.apache.org/jira/browse/THRIFT-1736
             Project: Thrift
          Issue Type: Improvement
            Reporter: Roger Meier


improve visual studio support by introducing a top level solution file within top level msvc folder.

see libusb for a good example:
http://www.libusb.org/browser/libusb/msvc


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (THRIFT-1736) Visual Studio top level project files within msvc

Posted by "Roger Meier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-1736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483526#comment-13483526 ] 

Roger Meier commented on THRIFT-1736:
-------------------------------------

today:
{noformat}
./compiler/cpp/compiler.sln
./compiler/cpp/compiler.vcxproj
./contrib/transport-sample/server/server.vcxproj
./contrib/transport-sample/client/client.vcxproj
./contrib/transport-sample/transport-sample.sln
./contrib/zeromq/csharp/ThriftZMQ.csproj
./contrib/zeromq/csharp/ThriftZMQ.sln
./lib/cpp/thrift.sln
./lib/cpp/libthrift.vcxproj
./lib/cpp/libthriftnb.vcxproj
./lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj
./lib/csharp/src/Thrift.csproj
./lib/csharp/src/Thrift.sln
./lib/csharp/src/Thrift.WP7.csproj
./test/csharp/ThriftTest/ThriftTest.csproj
./tutorial/csharp/CsharpClient/CsharpClient.csproj
./tutorial/csharp/CsharpServer/CsharpServer.csproj
./tutorial/csharp/tutorial.sln
{noformat}

tomorrow:
{noformat}
msvc/compiler_vs2010.sln
msvc/compiler.vcxproj
msvc/thrift_vs2010.sln
msvc/lib-cpp.vcxproj
msvc/lib-cppnb.vcxproj
msvc/lib-cpp-test.csproj => not available today
msvc/lib-cpp-tutorial.csproj => not available today
msvc/lib-csharp.csproj
msvc/lib-csharp.WP7.csproj
msvc/lib-csharp-test.csproj
msvc/lib-csharp-tutorial.csproj
{noformat}

what about this?
                
> Visual Studio top level project files within msvc
> -------------------------------------------------
>
>                 Key: THRIFT-1736
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1736
>             Project: Thrift
>          Issue Type: Improvement
>            Reporter: Roger Meier
>
> improve visual studio support by introducing a top level solution file within top level msvc folder.
> see libusb for a good example:
> http://www.libusb.org/browser/libusb/msvc

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira