Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS2012 #8

Open
EGirardi opened this issue Apr 12, 2016 · 1 comment
Open

VS2012 #8

EGirardi opened this issue Apr 12, 2016 · 1 comment

Comments

@EGirardi
Copy link

Can this work in Visual Studio 2012? IF so - what are the steps to set it up ?

Tried to open in VS2012 - but seems like something is not right. For example under the website project, the ChatWindow.cs and ChatWindow.Designer.cs, and ChatWindow.resx are all separate noeds in the solutikn explorere (i.e., not nested under ChatWindow.cs)

@Terricide
Copy link
Owner

Right now I am targeting VS 2015 and .net framework 4.6.

The reason why they are separate is because the files aren't under the website project they are just linked to files under the windowsformslib project. So that I could leverage the built in winforms designer but compile it against the ReVision.Forms library in the website project.

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

No branches or pull requests

2 participants