MS Update Globix Renaming
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
<!-- TODO: Put your code here. -->
|
||||
<?define ProgramName="FileFlow"?>
|
||||
<?define ProgramName="fileFLOW"?>
|
||||
<?define ProductName="fileFLOW"?>
|
||||
<?define Manufacturer="Digital Data"?>
|
||||
<?define Description="Beschreibung des Programms"?>
|
||||
|
||||
@@ -103,8 +103,7 @@
|
||||
|
||||
<!-- Die ApplicationIco -->
|
||||
<Component Id="ApplicationIco" Guid="5C2EEA18-0718-41E9-A8C6-38D3C622921B">
|
||||
<File Id="ApplicationIco" Name="DD_Icons_ICO_GLOBIX_128.ico" Source="DD_Icons_ICO_GLOBIX_128.ico" KeyPath="yes" />
|
||||
<File Id="ApplicationIco2" Name="DD_Icons_ICO_GLOBIX_1.ico" Source="DD_Icons_ICO_GLOBIX_1.ico" KeyPath="no" />
|
||||
<File Id="ApplicationIco" Name="DD_fileFLOW_ICON.ico" Source="DD_fileFLOW_ICON.ico" KeyPath="yes" />
|
||||
</Component>
|
||||
|
||||
<!--Digital Data Bibliotheken-->
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
</Target>
|
||||
<Target Name="BeforeBuild">
|
||||
<!-- Get the programs assembly version from the .exe file -->
|
||||
<GetAssemblyIdentity AssemblyFiles="..\Global_Indexer\bin\$(Configuration)\FileFlow.exe">
|
||||
<GetAssemblyIdentity AssemblyFiles="..\Global_Indexer\bin\$(Configuration)\fileFLOW.exe">
|
||||
<Output TaskParameter="Assemblies" ItemName="AsmInfo" />
|
||||
</GetAssemblyIdentity>
|
||||
<!-- Store the assembly version number in ProductVersion preprocessor variable -->
|
||||
|
||||
Reference in New Issue
Block a user