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

Commite57a811

Browse files
committed
Put comment in right place in FsSrGen
1 parentb9ef7e6 commite57a811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/bootstrap/2.0/FSharp.SRGen.targets‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Copyright (C) Microsoft Corporation. All rights reserved.
2525
<!-- Create the output directory in case it doesn't exist yet-->
2626
<MakeDirDirectories="$(IntermediateOutputPath)"/>
2727
<!-- Run the tool-->
28+
<!-- Don't put the resx in the IntermediateOutputPath as the Mono targets ends up naming the resource incorrectly (it ignores ManifestResourceName)-->
2829
<FsSrGen
2930
InputFile="%(FsSrGen.FullPath)"
3031
ToolPath="$(FsSrGenToolPath)"
3132
OutputFsFile="$(IntermediateOutputPath)%(FsSrGen.Filename).fs"
32-
<!-- Don't put the resx in the IntermediateOutputPath as the Mono targets ends up naming the resource incorrectly (it ignores ManifestResourceName) -->
3333
OutputResxFile="%(FsSrGen.Filename).resx"
3434
>
3535
</FsSrGen>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp