Migrated to 4.8 (VS 2019)
80cef2ca
Mark Jourdan
committed
6 changed files
AssemblyInfo.cs
/AtlasExample/Properties/AssemblyInfo.cs-1
/AtlasExample/Properties/AssemblyInfo.cs
Add comment 1 using System.Reflection;
Add comment 2 Minus  using System.Runtime.CompilerServices;
Add comment 3 2 using System.Runtime.InteropServices;
Add comment 4 3
Add comment 5 4 // General Information about an assembly is controlled through the following
App.config
/AtlasExample/App.config-3+3
utf-8 -> Windows-1252
/AtlasExample/App.config
Add comment 1 <?xml version="1.0"?>
Add comment 2 <configuration>
Add comment 3 <configSections>
Add comment 4 Minus   <section name="atlas" type="Atlas.Configuration.XmlConfiguration, Atlas" />
Add comment 4 Plus   <section name="atlas" type="Atlas.Configuration.XmlConfiguration, Atlas"/>
Add comment 5 </configSections>
Add comment 6 <startup>
Add comment 7 Minus   <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
Add comment 7 Plus   <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
Add comment 8 </startup>
Add comment 9 <atlas>
Add comment 10 <host name="AtlasExample" displayName="Atlas Sample" description="a sample project for atlas" allowMultipleInstances="true">
Add comment 11 Minus   <runtime accounttype="networkservice" startup="automatic" />
Add comment 11 Plus   <runtime accounttype="networkservice" startup="automatic"/>
Add comment 12 </host>
Add comment 13 </atlas>
Add comment 14 </configuration>
AtlasExample.csproj
/AtlasExample/AtlasExample.csproj
/AtlasExample/AtlasExample.csproj
AutofacJobListener.cs
/AtlasExample/AutofacJobListener.cs
/AtlasExample/AutofacJobListener.cs
packages.config
/AtlasExample/packages.config
/AtlasExample/packages.config
Program.cs
/AtlasExample/Program.cs
/AtlasExample/Program.cs