|
10 | 10 | <FSharpSourcesRoot>$(RepoRoot)src</FSharpSourcesRoot> |
11 | 11 | <ToolsRoot>$(RepoRoot)Tools</ToolsRoot> |
12 | 12 | <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
13 | | - <TargetDotnetProfileCondition="$(TargetFramework.StartsWith('netstandard')) or $(TargetFramework.StartsWith('netcoreapp'))">coreclr</TargetDotnetProfile> |
14 | | - <TargetDotnetProfileCondition="$(TargetFramework.StartsWith('net4'))">net40</TargetDotnetProfile> |
15 | 13 | <ProtoOutputPath>$(RepoRoot)Proto\net40\bin</ProtoOutputPath> |
16 | | - <OutputPath>$(RepoRoot)$(Configuration)\$(TargetDotnetProfile)\bin</OutputPath> |
17 | | - <IntermediateOutputPath>$(RepoRoot)$(Configuration)\$(TargetDotnetProfile)\obj\$(MSBuildProjectName)\</IntermediateOutputPath> |
18 | 14 | </PropertyGroup> |
19 | 15 |
|
20 | 16 | <!-- nuget--> |
|
47 | 43 | <PropertyGroup> |
48 | 44 | <MicroBuildAssemblyFileLanguage>fs</MicroBuildAssemblyFileLanguage> |
49 | 45 | <UseStandardResourceNames>false</UseStandardResourceNames> |
| 46 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
50 | 47 | </PropertyGroup> |
51 | 48 |
|
52 | 49 | <!-- SDK targets override--> |
|