-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Import language targets conditional on proj file extension #1051
Comments
From @dazinator on March 26, 2017 22:54 Ok so this also seems to be the reason why Roslyn compilation can't find assemblies referenced via Declaring the following
|
The capability gets added based on the extension as well, so this will not work. |
Yes it will work.. |
Honestly dont see the point of a |
…anges Removing the packageicon references from repo
Due to lack of recent activity, this issue has been labeled as 'stale'. It will be closed if no further activity occurs within 30 more days. Any new comment will remove the label. |
I no longer develop custom project types. However I think this should be active until someone can confirm if anything has already been or will be done:
|
From @dazinator on March 26, 2017 16:25
This is in the SDK targets:
Shouldn't the language targets be imported based on a capability( i.e CSharp), not project file extension?
I currently have to manually import the csharp targets into my custom project (.dnnproj), when using the new proj file format.. event though I declare
CSharp
capability.Copied from original issue: microsoft/VSProjectSystem#219
The text was updated successfully, but these errors were encountered: