Skip to content

Commit

Permalink
Fix edge paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Sep 8, 2017
1 parent 7232b01 commit 1a8d030
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -691,12 +691,6 @@
<None Include="App.config">
<SubType>Designer</SubType>
</None>
<None Include="edge\x64\edge_nativeclr.node">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="edge\x86\edge_nativeclr.node">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="npm\package.json" />
<None Include="packages.config">
<SubType>Designer</SubType>
Expand All @@ -715,25 +709,37 @@
</ItemGroup>
<ItemGroup>
<Content Include="AzureFunctions-CLI.ico" />
<Content Include="azurefunctions\functions.js">
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x86\edge_nativeclr.node">
<Link>edge\x86\edge_nativeclr.node</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="azurefunctions\http\request.js">
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x86\node.dll">
<Link>edge\x86\node.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="azurefunctions\http\response.js">
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x64\edge_nativeclr.node">
<Link>edge\x64\edge_nativeclr.node</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="edge\double_edge.js">
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\x64\node.dll">
<Link>edge\x64\node.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="edge\edge.js">
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\double_edge.js">
<Link>edge\double_edge.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="edge\x64\node.dll">
<Content Include="..\..\packages\Edge.js.6.11.3\content\edge\edge.js">
<Link>edge\edge.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="edge\x86\node.dll">
<Content Include="azurefunctions\functions.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="azurefunctions\http\request.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="azurefunctions\http\response.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down

0 comments on commit 1a8d030

Please sign in to comment.