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

WebSharper.targets: allow passing references to WS only #493

Open
Tarmil opened this issue Nov 16, 2015 · 1 comment
Open

WebSharper.targets: allow passing references to WS only #493

Tarmil opened this issue Nov 16, 2015 · 1 comment

Comments

@Tarmil
Copy link
Member

Tarmil commented Nov 16, 2015

eg. passing proxies to the WebSharper compiler but not to the F# compiler. I suspect it might be as easy as adding @(WebSharperReference) to WebSharperTask's ItemInput in WebSharper.targets, and then the user would be able to do:

<ItemGroup>
  <WebSharperReference Include="..\packages\WebSharper.3.5.16.218\lib\net40\WebSharper.JavaScript.dll" />
  <WebSharperReference Include="..\packages\WebSharper.3.5.16.218\lib\net40\WebSharper.JQuery.dll" />
  <WebSharperReference Include="..\packages\WebSharper.3.5.16.218\lib\net40\WebSharper.Main.dll" />
  <WebSharperReference Include="..\packages\WebSharper.3.5.16.218\lib\net40\WebSharper.Control.dll" />
  <WebSharperReference Include="..\packages\WebSharper.3.5.16.218\lib\net40\WebSharper.Collections.dll" />
</ItemGroup>
@Tarmil Tarmil self-assigned this Nov 16, 2015
@Tarmil Tarmil closed this as completed in 8fa8cde Nov 16, 2015
@Jand42
Copy link
Member

Jand42 commented Sep 14, 2016

Need to be ported into WS4.

@Jand42 Jand42 reopened this Sep 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants