File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4040 Ensure GetVersion runs prior to XAML's Markup Compiler in order to have the assembly version available.
4141 Otherwise the generated resource URI's are ambiguous when multiple versions are loaded simultaneously (i.e. in plugins)
4242 -->
43- <MarkupCompilePass1DependsOn >$(MarkupCompilePass1DependsOn);GetVersion</MarkupCompilePass1DependsOn >
43+ <MarkupCompilePass1DependsOn >$(MarkupCompilePass1DependsOn);GetVersion;UpdateAssemblyInfo;GenerateGitVersionInformation </MarkupCompilePass1DependsOn >
4444 <GetPackageVersionDependsOn >$(GetPackageVersionDependsOn);GetVersion</GetPackageVersionDependsOn >
4545
4646 <!-- Property that enables setting of Version -->
Original file line number Diff line number Diff line change 3030
3131 <ItemGroup Condition =" '$(Language)' == 'F#'" >
3232 <CompileBefore Include =" $(AssemblyInfoTempFilePath)" />
33+ <FileWrites Include =" $(AssemblyInfoTempFilePath)" />
34+ <_GeneratedCodeFiles Include =" $(AssemblyInfoTempFilePath)" />
3335 </ItemGroup >
3436 <ItemGroup Condition =" '$(Language)' != 'F#'" >
3537 <Compile Include =" $(AssemblyInfoTempFilePath)" />
38+ <FileWrites Include =" $(AssemblyInfoTempFilePath)" />
39+ <_GeneratedCodeFiles Include =" $(AssemblyInfoTempFilePath)" />
3640 </ItemGroup >
3741
3842 </Target >
5357 <ItemGroup Condition =" '$(Language)' == 'F#'" >
5458 <CompileBefore Include =" $(GitVersionInformationFilePath)" />
5559 <FileWrites Include =" $(GitVersionInformationFilePath)" />
60+ <_GeneratedCodeFiles Include =" $(GitVersionInformationFilePath)" />
5661 </ItemGroup >
5762 <ItemGroup Condition =" '$(Language)' != 'F#'" >
5863 <Compile Include =" $(GitVersionInformationFilePath)" />
5964 <FileWrites Include =" $(GitVersionInformationFilePath)" />
65+ <_GeneratedCodeFiles Include =" $(GitVersionInformationFilePath)" />
6066 </ItemGroup >
6167 </Target >
6268
You can’t perform that action at this time.
0 commit comments