This commit is contained in:
2019-02-14 19:29:19 +00:00
parent 46dbac8b23
commit 6361ece03c
2 changed files with 20 additions and 0 deletions

View File

@@ -237,6 +237,8 @@ Source: "2016PeachtreeAccounting.dll"; DestDir: "{app}\plugins\PTI";DestName: "P
Source: "2018PeachtreeAccounting.dll"; DestDir: "{app}\plugins\PTI";DestName: "PeachtreeAccounting.dll";Tasks: pti/2018;Flags:ignoreversion;
Source: "..\..\utils\GeneratorService\bin\Release\Generator.exe"; DestDir: "{app}";Tasks: gen;Flags:ignoreversion;
Source: "Web.config"; DestDir: "{app}";Tasks: portal;Check: CheckPortalServer;
;case 3677
Source: "Generator.exe.config"; DestDir: "{app}";Tasks: gen;Flags:ignoreversion;
;ImportExport CSV plugin
Source: "..\..\3rdprtylibs\FileHelpers\FileHelpers.dll"; DestDir: "{app}\plugins\ImportExportCSV";Tasks: csvplugin;

View File

@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>