jj fix encoding of subject
This commit is contained in:
@@ -134,6 +134,12 @@
|
||||
<File Id="Global_Indexer.resource.en_us" Name="Global_Indexer.resources.dll" Source="en-US\Global_Indexer.resources.dll"></File>
|
||||
</Component>
|
||||
</Directory>
|
||||
|
||||
<Directory Id="LOCALE_EN" Name="en">
|
||||
<Component Id="GlobalIndexer.Locales.en" Guid="3bba6463-aa8d-4cff-b4e0-7941491260db">
|
||||
<File Id="Global_Indexer.resource.en" Name="Global_Indexer.resources.dll" Source="en\Global_Indexer.resources.dll"></File>
|
||||
</Component>
|
||||
</Directory>
|
||||
|
||||
<Directory Id="LOCALE_DE" Name="de-DE">
|
||||
<Component Id="GlobalIndexer.Locales.de" Guid="9E7F8C29-44DF-4D38-AD7B-D64B74990CDB">
|
||||
@@ -214,6 +220,7 @@
|
||||
<ComponentRef Id="RegistryEntries"/>
|
||||
<ComponentRef Id="ApplicationIco"/>
|
||||
<ComponentRef Id="GlobalIndexer.Locales.de" />
|
||||
<ComponentRef Id="GlobalIndexer.Locales.en"/>
|
||||
<ComponentRef Id="GlobalIndexer.Locales.en_us" />
|
||||
<ComponentRef Id="Scheduler.Locales" />
|
||||
|
||||
|
||||
@@ -48,16 +48,6 @@
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
<Target Name="BeforeBuild">
|
||||
<!-- Get the programs assembly version from the .exe file -->
|
||||
<GetAssemblyIdentity AssemblyFiles="..\Global_Indexer\bin\$(Configuration)\Global_Indexer.exe">
|
||||
<Output TaskParameter="Assemblies" ItemName="AsmInfo" />
|
||||
</GetAssemblyIdentity>
|
||||
<!-- Store the assembly version number in ProductVersion preprocessor variable -->
|
||||
<CreateProperty Value="$(DefineConstants);ProductVersion=%(AsmInfo.Version)">
|
||||
<Output TaskParameter="Value" PropertyName="DefineConstants" />
|
||||
</CreateProperty>
|
||||
</Target>
|
||||
<Target Name="BeforeBuild">
|
||||
<!-- Get the programs assembly version from the .exe file -->
|
||||
<GetAssemblyIdentity AssemblyFiles="..\Global_Indexer\bin\$(Configuration)\Global_Indexer.exe">
|
||||
|
||||
Reference in New Issue
Block a user