pMixins icon indicating copy to clipboard operation
pMixins copied to clipboard

Add a `How to Build ` guide.

Open pjc0247 opened this issue 9 years ago • 4 comments

Hi

I tried to build your pMixin project, but seems to need a few configuration steps before building it. I think, it will be a great to write a How to Build guide for who wants to build this cool project.

Thanks

pjc0247 avatar Oct 23 '15 06:10 pjc0247

Hi @pjc0247!

Good idea. In the mean time, what problem did you have? The sln is optimized for VS 2013, so you'll need VS 2013 Pro and the VS 2013 SDK.

What build error did you get?

ppittle avatar Oct 28 '15 02:10 ppittle

First of all, I'm using the Visual Studio 2015 version.

When I built it, it occurs some build errors which solved by just executing script/Enable~~.bat file. And now, it still has one error. I think it's a signing issue but I don't know how to solve it.

CSC : error CS7027: '..\..\..\pMixins.snk' 파일에서 공용 키를 사용하여 출력에 서명하는 동안 오류가 발생했습니다. 파일을 찾을 수 없습니다.

(Sorry for this unfriendly message, I don't use the English version of Visual Studio)

pjc0247 avatar Oct 28 '15 04:10 pjc0247

Unfortunately, Visual Studio 2015 isn't supported yet (https://github.com/ppittle/pMixins/issues/42), so you'll need to use Visual Studio 2013.

In this specific error message, the compiler is complaining that you're missing the Key (*.snk) to sign the pMixins dlls. I can't release the real one I use for pMixins, so you'll need to generate your own in order to build locally.

ppittle avatar Oct 30 '15 03:10 ppittle

Thanks, This is my first time to build Visual Studio Plugins project, So I didn't know about what the code signing is.

In the Visual Studio 2015, there are many new features like C# 6.0 syntaxes, and I want to keep using it.

Have any plans to migrate it?

pjc0247 avatar Oct 30 '15 04:10 pjc0247