This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +170
-166
lines changed Expand file tree Collapse file tree 2 files changed +170
-166
lines changed Original file line number Diff line number Diff line change 9
9
<BclRewriterWorkDir >$(IntermediateOutputPath)\BclRewriter</BclRewriterWorkDir >
10
10
<BclRewriterSymbolOutput >$(IntermediateOutputPath)\BclRewriter\$(TargetName).pdb</BclRewriterSymbolOutput >
11
11
<BclRewriterOutput >$(IntermediateOutputPath)\BclRewriter\$(TargetName)$(TargetExt)</BclRewriterOutput >
12
+ <TargetPath >$(BclRewriterOutput)</TargetPath >
12
13
</PropertyGroup >
13
-
14
+
14
15
<ItemGroup >
15
16
<RewrittenAssembly Include =" $(BclRewriterOutput)" />
16
17
</ItemGroup >
17
-
18
- <Target Name =" RewriteWithBclRewriter"
18
+
19
+ <Target Name =" RewriteWithBclRewriter"
19
20
Inputs =" $(BclRewriterModelFile);@(AnnotatedAssembly)" Outputs =" @(RewrittenAssembly)" DependsOnTargets =" $(BclRewriterDependencyTargets)" >
20
21
21
22
<PropertyGroup >
22
23
<OSPlatform Condition =" '$(TargetsWindows)' == 'true'" >win</OSPlatform >
23
24
<OSPlatform Condition =" '$(TargetsWindows)' != 'true'" >unix</OSPlatform >
24
25
<BclRewriterCommand Condition =" '$(BclRewriterCommand)'==''" >"$(ToolRuntimePath)dotnetcli/$(ToolHost)" "$(ToolsDir)BclRewriter.exe"</BclRewriterCommand >
25
26
</PropertyGroup >
26
-
27
+
27
28
<Exec Command =" $(BclRewriterCommand) -in:" @(AnnotatedAssembly)" -out:" $(BclRewriterOutput)" -include:" $(BclRewriterModelFile)" -platform:$(OSPlatform) -architecture:$(Platform) -flavor:$(_BuildType) -removeSerializable- -define:" $(DefineConstants)" -keepTempFiles+" StandardOutputImportance =" Normal" />
28
29
29
30
<!-- Update the location of the symbol file-->
You can’t perform that action at this time.
0 commit comments