- add log components

- fix version
master
Simon G 5 years ago
parent 4b7fd57571
commit 9cc5abcf03
  1. 7
      Lib.Audio/Properties/AssemblyInfo.cs
  2. 4
      Lib.Driver/Lib.Driver.csproj
  3. 7
      Lib.Driver/Properties/AssemblyInfo.cs
  4. 1
      Lib.Midi/Lib.Midi.csproj
  5. 7
      Lib.Midi/Properties/AssemblyInfo.cs
  6. 3
      Mystify/Mystify.csproj
  7. 7
      Mystify/Properties/AssemblyInfo.cs

@ -0,0 +1,7 @@
// Author: Gockner, Simon
// Created: 2021-04-16
// Copyright(c) 2021 SimonG. All Rights Reserved.
using Lib.Logging;
[assembly:LogComponent("AUDIO")]

@ -5,4 +5,8 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Lib.Logging\Lib.Logging.csproj" />
</ItemGroup>
</Project> </Project>

@ -0,0 +1,7 @@
// Author: Gockner, Simon
// Created: 2021-04-16
// Copyright(c) 2021 SimonG. All Rights Reserved.
using Lib.Logging;
[assembly:LogComponent("DRIVER")]

@ -11,6 +11,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Lib.Driver\Lib.Driver.csproj" /> <ProjectReference Include="..\Lib.Driver\Lib.Driver.csproj" />
<ProjectReference Include="..\Lib.Logging\Lib.Logging.csproj" />
</ItemGroup> </ItemGroup>
</Project> </Project>

@ -0,0 +1,7 @@
// Author: Gockner, Simon
// Created: 2021-04-16
// Copyright(c) 2021 SimonG. All Rights Reserved.
using Lib.Logging;
[assembly:LogComponent("MIDI")]

@ -3,6 +3,8 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<AssemblyVersion>0.0.1</AssemblyVersion>
<FileVersion>0.0.1</FileVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<AvaloniaResource Include="Resources\**" /> <AvaloniaResource Include="Resources\**" />
@ -17,6 +19,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Lib.Audio\Lib.Audio.csproj" /> <ProjectReference Include="..\Lib.Audio\Lib.Audio.csproj" />
<ProjectReference Include="..\Lib.Driver\Lib.Driver.csproj" /> <ProjectReference Include="..\Lib.Driver\Lib.Driver.csproj" />
<ProjectReference Include="..\Lib.Logging\Lib.Logging.csproj" />
<ProjectReference Include="..\Lib.Midi\Lib.Midi.csproj" /> <ProjectReference Include="..\Lib.Midi\Lib.Midi.csproj" />
<ProjectReference Include="..\Lib.NotifyIcon\Lib.NotifyIcon.csproj" /> <ProjectReference Include="..\Lib.NotifyIcon\Lib.NotifyIcon.csproj" />
<ProjectReference Include="..\Lib.Tools\Lib.Tools.csproj" /> <ProjectReference Include="..\Lib.Tools\Lib.Tools.csproj" />

@ -0,0 +1,7 @@
// Author: Gockner, Simon
// Created: 2021-04-16
// Copyright(c) 2021 SimonG. All Rights Reserved.
using Lib.Logging;
[assembly:LogComponent("MYSTIFY")]
Loading…
Cancel
Save