This commit is contained in:
parent
60da5c74ef
commit
b4d4a528f0
|
|
@ -178,6 +178,7 @@ public class MainScriptingObject : IDisposable
|
||||||
Dictionary<string, string> toReturn = new(); // new SortedDictionary<string, string>(StringComparer.OrdinalIgnoreCase);
|
Dictionary<string, string> toReturn = new(); // new SortedDictionary<string, string>(StringComparer.OrdinalIgnoreCase);
|
||||||
|
|
||||||
HadErrors = false;
|
HadErrors = false;
|
||||||
|
Directory.CreateDirectory(Path.GetDirectoryName(outFile));
|
||||||
lstFilesToRemove.Add(outFile);
|
lstFilesToRemove.Add(outFile);
|
||||||
lstFilesToRemove.Add(scriptFile);
|
lstFilesToRemove.Add(scriptFile);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,9 @@
|
||||||
<TargetFramework>net10.0-windows10.0.22000.0</TargetFramework>
|
<TargetFramework>net10.0-windows10.0.22000.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<AssemblyVersion>1.2.0.53</AssemblyVersion>
|
<AssemblyVersion>1.2.0.55</AssemblyVersion>
|
||||||
<FileVersion>1.2.0.53</FileVersion>
|
<FileVersion>1.2.0.55</FileVersion>
|
||||||
<Version>1.0.0.53</Version>
|
<Version>1.0.0.55</Version>
|
||||||
<SupportedOSPlatformVersion>10.0.22000.0</SupportedOSPlatformVersion>
|
<SupportedOSPlatformVersion>10.0.22000.0</SupportedOSPlatformVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue