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

Commit17323db

Browse files
committed
Undo line ending changes in FSharpSource.targets
1 parent2d76c90 commit17323db

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎src/FSharpSource.targets‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,11 @@
7373
<ConfigurationOutputDirectory>proto</ConfigurationOutputDirectory>
7474
</PropertyGroup>
7575

76+
<!-- For now define 'MONO', even when building using msbuild on Windows, see https://github.com/fsharp/fsharp/issues/69-->
7677
<PropertyGroup>
7778
<DefineConstants>MONO;$(DefineConstants)</DefineConstants>
7879
</PropertyGroup>
7980

80-
<!-- Always qualify the IntermediateOutputPath by the TargetFramework if any exists-->
81-
<PropertyGroup>
82-
<IntermediateOutputPath>obj\$(ConfigurationOutputDirectory)\$(TargetFramework)\</IntermediateOutputPath>
83-
</PropertyGroup>
84-
8581
<!-- v2.0-specific flags-->
8682
<PropertyGroupCondition="'$(TargetFramework)'=='net20'">
8783
<!-- If 3.5 is not configured explicitly, use 2.0-->
@@ -448,6 +444,11 @@
448444

449445

450446

447+
<!-- Always qualify the IntermediateOutputPath by the TargetFramework if any exists-->
448+
<PropertyGroup>
449+
<IntermediateOutputPath>obj\$(ConfigurationOutputDirectory)\$(TargetFrameworkVersionShort)\</IntermediateOutputPath>
450+
</PropertyGroup>
451+
451452
<!-- Build with LKG compiler (location is determined by Microsoft.FSharp.targets). The output compiler has suffix "-proto"-->
452453
<PropertyGroupCondition=" '$(BuildWith)' == 'LKG' And '$(ProjectLanguage)' == 'FSharp'">
453454
<FsBuildSuffix>-proto</FsBuildSuffix>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp