File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 446446 Name =" CopyAndSubstituteTextFiles"
447447 Inputs =" @(CopyAndSubstituteText)"
448448 Outputs =" @(CopyAndSubstituteText->'$(OutDir)%(TargetFilename)')" >
449- <Exec Command =" $(FsiToolPath)\$(FsiToolExe) --exec $(MSBuildThisFileDirectory)scripts/subst.fsx --in:" %(CopyAndSubstituteText.FullPath)" --out:" $(OutDir)%(CopyAndSubstituteText.TargetFilename)" --pattern1:" %(CopyAndSubstituteText.Pattern1)" --replacement1:" %(CopyAndSubstituteText.Replacement1)" --pattern2:" %(CopyAndSubstituteText.Pattern2)" --replacement2:" %(CopyAndSubstituteText.Replacement2)" " />
449+ <Exec Command =" $(FsiToolPath)\$(FsiToolExe) --exec " $(MSBuildThisFileDirectory)scripts/subst.fsx" --in:" %(CopyAndSubstituteText.FullPath)" --out:" $(OutDir)%(CopyAndSubstituteText.TargetFilename)" --pattern1:" %(CopyAndSubstituteText.Pattern1)" --replacement1:" %(CopyAndSubstituteText.Replacement1)" --pattern2:" %(CopyAndSubstituteText.Pattern2)" --replacement2:" %(CopyAndSubstituteText.Replacement2)" " />
450450 <!-- Make sure it will get cleaned -->
451451 <CreateItem Include =" $(OutDir)%(CopyAndSubstituteText.TargetFilename)" >
452452 <Output TaskParameter =" Include" ItemName =" FileWrites" />
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Copyright (C) Microsoft Corporation. Apache 2.0 License.
2424 <!-- Create the output directory in case it doesn't exist yet -->
2525 <MakeDir Directories =" $(IntermediateOutputPath)" />
2626 <!-- Run the tool -->
27- <Exec Command =" $(FsiToolPath)\$(FsiToolExe) --exec $(MSBuildThisFileDirectory)fssrgen.fsx " %(FsSrGen.FullPath)" " $(IntermediateOutputPath)%(FsSrGen.Filename).fs" " $(IntermediateOutputPath)%(FsSrGen.Filename).resx" $(FsSrGenProjectName)" />
27+ <Exec Command =" $(FsiToolPath)\$(FsiToolExe) --exec " $(MSBuildThisFileDirectory)fssrgen.fsx" " %(FsSrGen.FullPath)" " $(IntermediateOutputPath)%(FsSrGen.Filename).fs" " $(IntermediateOutputPath)%(FsSrGen.Filename).resx" $(FsSrGenProjectName)" />
2828 </Target >
2929
3030 <!-- Process FsSrGen rules. No 'Inputs' and 'Outputs' means this rule always runs if there is any @FsSrGen, even if up-to-date. -->
You can’t perform that action at this time.
0 commit comments