Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb921e22

Browse files
committed
set OutputPath after TargetFramework
1 parent9586ecd commitb921e22

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

‎FSharp.Directory.Build.props‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
<FSharpSourcesRoot>$(RepoRoot)src</FSharpSourcesRoot>
1111
<ToolsRoot>$(RepoRoot)Tools</ToolsRoot>
1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
13-
<TargetDotnetProfileCondition="$(TargetFramework.StartsWith('netstandard')) or $(TargetFramework.StartsWith('netcoreapp'))">coreclr</TargetDotnetProfile>
14-
<TargetDotnetProfileCondition="$(TargetFramework.StartsWith('net4'))">net40</TargetDotnetProfile>
1513
<ProtoOutputPath>$(RepoRoot)Proto\net40\bin</ProtoOutputPath>
16-
<OutputPath>$(RepoRoot)$(Configuration)\$(TargetDotnetProfile)\bin</OutputPath>
17-
<IntermediateOutputPath>$(RepoRoot)$(Configuration)\$(TargetDotnetProfile)\obj\$(MSBuildProjectName)\</IntermediateOutputPath>
1814
</PropertyGroup>
1915

2016
<!-- nuget-->
@@ -47,6 +43,7 @@
4743
<PropertyGroup>
4844
<MicroBuildAssemblyFileLanguage>fs</MicroBuildAssemblyFileLanguage>
4945
<UseStandardResourceNames>false</UseStandardResourceNames>
46+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5047
</PropertyGroup>
5148

5249
<!-- SDK targets override-->

‎FSharp.Directory.Build.targets‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<Project>
22

33
<PropertyGroup>
4-
<ProjectNameCondition="'$(ProjectName)' == ''">$(AssemblyName)</ProjectName>
5-
<ProjectNameCondition="'$(ProjectName)' == ''">$(MSBuildProjectName)</ProjectName>
6-
<DocumentationFile>$(OutputPath)\$(ProjectName).xml</DocumentationFile>
4+
<TargetDotnetProfileCondition="$(TargetFramework.StartsWith('netstandard')) or $(TargetFramework.StartsWith('netcoreapp'))">coreclr</TargetDotnetProfile>
5+
<TargetDotnetProfileCondition="$(TargetFramework.StartsWith('net4'))">net40</TargetDotnetProfile>
6+
<OutputPath>$(RepoRoot)$(Configuration)\$(TargetDotnetProfile)\bin</OutputPath>
7+
<IntermediateOutputPath>$(RepoRoot)$(Configuration)\$(TargetDotnetProfile)\obj\$(MSBuildProjectName)\</IntermediateOutputPath>
78
<XlfLanguages>en;$(XlfLanguages)</XlfLanguages>
89
</PropertyGroup>
910

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp