|
56 | 56 | tools, build and runtime/native make unnecessary copies. |
57 | 57 | this approach gives a very small deployment. Which is kind of necessary. |
58 | 58 | --> |
| 59 | + <!-- assemblies --> |
59 | 60 | <file src="fsc.exe" target="lib\netstandard1.6" /> |
60 | 61 | <file src="fsi.exe" target="lib\netstandard1.6" /> |
61 | 62 | <file src="FSharp.Core.dll" target="lib\netstandard1.6" /> |
62 | 63 | <file src="FSharp.Compiler.Private.dll" target="lib\netstandard1.6" /> |
63 | 64 | <file src="FSharp.Build.dll" target="lib\netstandard1.6" /> |
64 | 65 | <file src="FSharp.Compiler.Interactive.Settings.dll" target="lib\netstandard1.6" /> |
| 66 | + <!-- symbols --> |
| 67 | + <file src="fsc.pdb" target="lib\netstandard1.6" /> |
| 68 | + <file src="fsi.pdb" target="lib\netstandard1.6" /> |
| 69 | + <file src="FSharp.Core.pdb" target="lib\netstandard1.6" /> |
| 70 | + <file src="FSharp.Compiler.Private.pdb" target="lib\netstandard1.6" /> |
| 71 | + <file src="FSharp.Build.pdb" target="lib\netstandard1.6" /> |
| 72 | + <file src="FSharp.Compiler.Interactive.Settings.pdb" target="lib\netstandard1.6" /> |
| 73 | + <!-- additional files --> |
65 | 74 | <file src="default.win32manifest" target="contentFiles\any\any" /> |
66 | 75 | <file src="Microsoft.FSharp.Targets" target="contentFiles\any\any" /> |
67 | 76 | <file src="Microsoft.Portable.FSharp.Targets" target="contentFiles\any\any" /> |
68 | 77 | <file src="Microsoft.FSharp.NetSdk.props" target="contentFiles\any\any" /> |
69 | 78 | <file src="Microsoft.FSharp.NetSdk.targets" target="contentFiles\any\any" /> |
70 | 79 | <file src="Microsoft.FSharp.Overrides.NetSdk.targets" target="contentFiles\any\any" /> |
71 | | - |
| 80 | + <!-- resources --> |
72 | 81 | <file src="**\FSharp.Core.resources.dll" target="lib\netstandard1.6" /> |
73 | 82 | <file src="**\FSharp.Compiler.Private.resources.dll" target="lib\netstandard1.6" /> |
74 | 83 | <file src="**\FSharp.Compiler.Interactive.Settings.resources.dll" target="lib\netstandard1.6" /> |
|
0 commit comments