MS .net 4.6.2 Modules Update

This commit is contained in:
2023-01-31 13:55:52 +01:00
parent b6b4c87dd2
commit 3995c6c9fd
31 changed files with 2134 additions and 2095 deletions

View File

@@ -44,7 +44,7 @@
</Target>
<Target Name="BeforeBuild">
<!-- Get the programs assembly version from the .exe file -->
<GetAssemblyIdentity AssemblyFiles="..\Global_Indexer\bin\$(Configuration)\Global_Indexer.exe">
<GetAssemblyIdentity AssemblyFiles="..\Global_Indexer\bin\$(Configuration)\FileFlow.exe">
<Output TaskParameter="Assemblies" ItemName="AsmInfo" />
</GetAssemblyIdentity>
<!-- Store the assembly version number in ProductVersion preprocessor variable -->