This commit is contained in:
Dimitrij
2025-08-28 18:08:26 +01:00
parent 5da7a582bf
commit 99c524c7b6
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
// temporary disabled
//Generated for platform: any
//Generated for platform: x64

View File

@@ -9,7 +9,7 @@
if (string.IsNullOrEmpty(platformValue))
{
#>
// temporary disabled <#@ include file="AssemblyInfo.ttinclude" #>
<#@ include file="AssemblyInfo.ttinclude" #>
<#
}
#>
@@ -32,7 +32,6 @@ using System.Resources;
DateTime lastReleaseDate = new DateTime(2019, 9, 2);
TimeSpan elapsed = DateTime.UtcNow - lastReleaseDate;
int build = (int)(elapsed.TotalMinutes / 1000);
platformValue = "x64";
#>
// General Information

View File

@@ -25,4 +25,5 @@
?? Environment.GetEnvironmentVariable("Platform")
?? Environment.GetEnvironmentVariable("PLATFORM")
?? "Any CPU";
#>
#>
<#@ import namespace="EnvDTE" #>