sestoft / C5

C5 generic collection library for C#/.NET
http://www.itu.dk/research/c5/
MIT License
1.03k stars 181 forks source link

Any way to use without Portable Library Tools? #6

Closed 2PMEnterprises closed 12 years ago

2PMEnterprises commented 12 years ago

I have SP1 installed, PLT just doesn't recognize it. Also, I have the Express Editions installed so some extensions don't work for me anyway.

2PMEnterprises commented 12 years ago

http://visualstudiogallery.msdn.microsoft.com/b0e0b5e9-e138-410b-ad10-00cb3caf4981 From the Q&A tab a microsoft guy says PLT won't work with Express Editions.

ondfisk commented 12 years ago

Hi Roland,

Can't you just get the .dll from NuGet - Install-Package C5 ?

If not I can provide a .csproj file which will build on your machine.

Med venlig hilsen / Best regards

rasmus NIELSEN tel: +45 27 28 11 54 e-mail: rasmus@dehler-nielsen.commailto:rasmus@dehler-nielsen.com internet: www.dehler-nielsen.comhttp://www.dehler-nielsen.com/

On 12/04/2012, at 07.09, RolandOfGilead wrote:

I have SP1 installed, PLT just doesn't recognize it. Also, I have the Express Editions installed so some extensions don't work for me anyway.


Reply to this email directly or view it on GitHub: https://github.com/sestoft/C5/issues/6

2PMEnterprises commented 12 years ago

I got NuGet installed, but only for Visual Studio 2010 Shell, not usable from Visual C# 2010. I still can't open the C5 project with either of them. "Solution Folders not supported" and the shell of course doesn't understand .csproj

C5.Tests and C5.UserGuideTests load fine

I also can't open C5 in MonoDevelop 2.8.5, which is actually where I need it. "Unknown solution type item" I just wanted it open in VS so I could examine it.

ondfisk commented 12 years ago

Hi Roland,

I have pushed a Mono-compatible solution to github.

You can now build "C5.Mono.dll" using MonoDevelop or from the terminal:

xbuild C5.Mono.sln

Med venlig hilsen / Best regards

rasmus NIELSEN tel: +45 27 28 11 54 e-mail: rasmus@dehler-nielsen.commailto:rasmus@dehler-nielsen.com internet: www.dehler-nielsen.comhttp://www.dehler-nielsen.com/

On 13/04/2012, at 20.01, RolandOfGilead wrote:

I got NuGet installed, but only for Visual Studio 2010 Shell, not usable from Visual C# 2010. I still can't open the C5 project with either of them. "Solution Folders not supported" and the shell of course doesn't understand .csproj

C5.Tests and C5.UserGuideTests load fine

I also can't open C5 in MonoDevelop 2.8.5, which is actually where I need it. "Unknown solution type item" I just wanted it open in VS so I could examine it.


Reply to this email directly or view it on GitHub: https://github.com/sestoft/C5/issues/6#issuecomment-5121701