Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Add a How to Build guide. #44

Open
pjc0247 opened this issue Oct 23, 2015 · 4 comments
Open

Add a How to Build guide. #44

pjc0247 opened this issue Oct 23, 2015 · 4 comments

Comments

@pjc0247
Copy link

pjc0247 commented Oct 23, 2015

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

@ppittle
Copy link
Owner

ppittle commented Oct 28, 2015

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?

@pjc0247
Copy link
Author

pjc0247 commented Oct 28, 2015

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)

@ppittle
Copy link
Owner

ppittle commented Oct 30, 2015

Unfortunately, Visual Studio 2015 isn't supported yet (#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.

@pjc0247
Copy link
Author

pjc0247 commented Oct 30, 2015

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants