File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <GeneratorOutput >$(BaseIntermediateOutputPath)$(TestName).Bindings.timestamp</GeneratorOutput >
4
3
<RunPostBuildEvent >OnOutputUpdated</RunPostBuildEvent >
5
4
<PostBuildEvent >$(DotNetCmd) "$(OutputPath)$(TestGeneratorName).$(GeneratorFileExtension)"</PostBuildEvent >
6
5
</PropertyGroup >
17
16
18
17
<ItemGroup >
19
18
<GeneratorInputs Include =" *.h" />
20
- <GeneratorInputs Include =" $(TestName).Gen.cs" />
21
- <UpToDateCheckInput Include =" @(GeneratorInputs)" Set =" Bindings" />
22
- <UpToDateCheckBuilt Include =" $(GeneratorOutput)" Set =" Bindings" />
19
+ <CustomAdditionalCompileInputs Include =" @(GeneratorInputs)" />
20
+ <UpToDateCheckInput Include =" @(GeneratorInputs)" />
23
21
</ItemGroup >
24
-
25
- <Target Name =" UpdateBindingsTimestamp" AfterTargets =" PostBuildEvent" >
26
- <Touch Files =" $(GeneratorOutput)" AlwaysCreate =" true" >
27
- <Output TaskParameter =" TouchedFiles" ItemName =" FileWrites" />
28
- </Touch >
29
- </Target >
30
22
</Project >
You can’t perform that action at this time.
0 commit comments