Skip to content

Commit

Permalink
Initial GitHub Commit. V2.0.0 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawky committed Jul 23, 2023
1 parent 57a481d commit e0e0b75
Show file tree
Hide file tree
Showing 30 changed files with 3,667 additions and 2 deletions.
19 changes: 19 additions & 0 deletions Core/Libraries/CsTool.Core.Logger/CsTool.Core.Logger.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IntermediateOutputPath>C:\ProgramData\VisualStudio\$(SolutionName)\$(MSBuildProjectName)\obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>CsTool.Logger</RootNamespace>
<Version>2.0.0</Version>
<Company>SHAWKY Electronics</Company>
<Authors>CShawky</Authors>
<Copyright>Copyright © Shawky 2016 - 2020 and distributable under MIT License</Copyright>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

<Import Project="..\..\..\Source\Libraries\CsTool.LoggerSrc\CsTool.LoggerSrc.projitems" Label="Shared" />

</Project>
18 changes: 18 additions & 0 deletions Core/Tests/Test.Core.Logger1/Test.Core.Logger1.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IntermediateOutputPath>C:\ProgramData\VisualStudio\$(SolutionName)\$(MSBuildProjectName)\obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\Libraries\CsTool.Core.Logger\CsTool.Core.Logger.csproj" />
</ItemGroup>

<Import Project="..\..\..\Source\Tests\Test.LoggerSrc\Test.LoggerSrc.projitems" Label="Shared" />

</Project>
16 changes: 16 additions & 0 deletions Core/Tests/Test.Core.Logger2/Test.Core.Logger2.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IntermediateOutputPath>C:\ProgramData\VisualStudio\$(SolutionName)\$(MSBuildProjectName)\obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

<Import Project="..\..\..\Source\Tests\Test.LoggerSrc\Test.LoggerSrc.projitems" Label="Shared" />

<Import Project="..\..\..\Source\Libraries\CsTool.LoggerSrc\CsTool.LoggerSrc.projitems" Label="Shared" />

</Project>
131 changes: 131 additions & 0 deletions CsTool.Logger.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33913.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{D7170F15-BEA2-40C2-8F0E-E86C2C4EDEDA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{A08A5AB5-2A25-4F31-9095-F9D97E7165A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{EFBE5641-5DF3-4BC5-A48D-63AE5B1A0790}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{ACD812AB-72E2-4CD8-9566-8AF085B11349}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Framework", "Framework", "{D6806617-518C-452B-AB24-36085E5D2DCA}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CsTool.LoggerSrc", "Source\Libraries\CsTool.LoggerSrc\CsTool.LoggerSrc.shproj", "{0D328CE9-244C-4B17-B056-AEE758A3AB78}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{650002C9-E42B-4556-9F4E-64225B84F36D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C99201EC-4467-4041-9438-852D599E478F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{B4ABB0DD-3A68-430B-BF78-D5D4C571CB39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{24B28C5C-59FE-4FE4-B4B5-3873031400BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsTool.Logger", "Framework\Libraries\CsTool.Logger\CsTool.Logger.csproj", "{1AB48E96-44FE-4278-96BA-478C67BC7B01}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Test.LoggerSrc", "Source\Tests\Test.LoggerSrc\Test.LoggerSrc.shproj", "{C77751CA-5D66-4DF0-B959-7E07F70576DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsTool.Core.Logger", "Core\Libraries\CsTool.Core.Logger\CsTool.Core.Logger.csproj", "{EC476C35-D34B-43B1-B9C5-7A8E29FDE12B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Core.Logger1", "Core\Tests\Test.Core.Logger1\Test.Core.Logger1.csproj", "{19AFB4D8-EDCB-4386-89D4-FAF9D2F842A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Core.Logger2", "Core\Tests\Test.Core.Logger2\Test.Core.Logger2.csproj", "{642B8712-208B-47FE-A495-D1F974D1A16D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Logger1", "Framework\Tests\Test.Logger1\Test.Logger1.csproj", "{32CA3D74-BE4B-444A-B85F-0C1A0FF55644}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Logger2", "Framework\Tests\Test.Logger2\Test.Logger2.csproj", "{622C5040-050A-4C60-ACC9-C31B930ED464}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1AB48E96-44FE-4278-96BA-478C67BC7B01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AB48E96-44FE-4278-96BA-478C67BC7B01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AB48E96-44FE-4278-96BA-478C67BC7B01}.Debug|x64.ActiveCfg = Debug|x64
{1AB48E96-44FE-4278-96BA-478C67BC7B01}.Debug|x64.Build.0 = Debug|x64
{1AB48E96-44FE-4278-96BA-478C67BC7B01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AB48E96-44FE-4278-96BA-478C67BC7B01}.Release|Any CPU.Build.0 = Release|Any CPU
{1AB48E96-44FE-4278-96BA-478C67BC7B01}.Release|x64.ActiveCfg = Release|x64
{1AB48E96-44FE-4278-96BA-478C67BC7B01}.Release|x64.Build.0 = Release|x64
{EC476C35-D34B-43B1-B9C5-7A8E29FDE12B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC476C35-D34B-43B1-B9C5-7A8E29FDE12B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC476C35-D34B-43B1-B9C5-7A8E29FDE12B}.Debug|x64.ActiveCfg = Debug|x64
{EC476C35-D34B-43B1-B9C5-7A8E29FDE12B}.Debug|x64.Build.0 = Debug|x64
{EC476C35-D34B-43B1-B9C5-7A8E29FDE12B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC476C35-D34B-43B1-B9C5-7A8E29FDE12B}.Release|Any CPU.Build.0 = Release|Any CPU
{EC476C35-D34B-43B1-B9C5-7A8E29FDE12B}.Release|x64.ActiveCfg = Release|x64
{EC476C35-D34B-43B1-B9C5-7A8E29FDE12B}.Release|x64.Build.0 = Release|x64
{19AFB4D8-EDCB-4386-89D4-FAF9D2F842A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19AFB4D8-EDCB-4386-89D4-FAF9D2F842A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19AFB4D8-EDCB-4386-89D4-FAF9D2F842A5}.Debug|x64.ActiveCfg = Debug|x64
{19AFB4D8-EDCB-4386-89D4-FAF9D2F842A5}.Debug|x64.Build.0 = Debug|x64
{19AFB4D8-EDCB-4386-89D4-FAF9D2F842A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19AFB4D8-EDCB-4386-89D4-FAF9D2F842A5}.Release|Any CPU.Build.0 = Release|Any CPU
{19AFB4D8-EDCB-4386-89D4-FAF9D2F842A5}.Release|x64.ActiveCfg = Release|x64
{19AFB4D8-EDCB-4386-89D4-FAF9D2F842A5}.Release|x64.Build.0 = Release|x64
{642B8712-208B-47FE-A495-D1F974D1A16D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{642B8712-208B-47FE-A495-D1F974D1A16D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{642B8712-208B-47FE-A495-D1F974D1A16D}.Debug|x64.ActiveCfg = Debug|x64
{642B8712-208B-47FE-A495-D1F974D1A16D}.Debug|x64.Build.0 = Debug|x64
{642B8712-208B-47FE-A495-D1F974D1A16D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{642B8712-208B-47FE-A495-D1F974D1A16D}.Release|Any CPU.Build.0 = Release|Any CPU
{642B8712-208B-47FE-A495-D1F974D1A16D}.Release|x64.ActiveCfg = Release|x64
{642B8712-208B-47FE-A495-D1F974D1A16D}.Release|x64.Build.0 = Release|x64
{32CA3D74-BE4B-444A-B85F-0C1A0FF55644}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32CA3D74-BE4B-444A-B85F-0C1A0FF55644}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32CA3D74-BE4B-444A-B85F-0C1A0FF55644}.Debug|x64.ActiveCfg = Debug|x64
{32CA3D74-BE4B-444A-B85F-0C1A0FF55644}.Debug|x64.Build.0 = Debug|x64
{32CA3D74-BE4B-444A-B85F-0C1A0FF55644}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32CA3D74-BE4B-444A-B85F-0C1A0FF55644}.Release|Any CPU.Build.0 = Release|Any CPU
{32CA3D74-BE4B-444A-B85F-0C1A0FF55644}.Release|x64.ActiveCfg = Release|x64
{32CA3D74-BE4B-444A-B85F-0C1A0FF55644}.Release|x64.Build.0 = Release|x64
{622C5040-050A-4C60-ACC9-C31B930ED464}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{622C5040-050A-4C60-ACC9-C31B930ED464}.Debug|Any CPU.Build.0 = Debug|Any CPU
{622C5040-050A-4C60-ACC9-C31B930ED464}.Debug|x64.ActiveCfg = Debug|x64
{622C5040-050A-4C60-ACC9-C31B930ED464}.Debug|x64.Build.0 = Debug|x64
{622C5040-050A-4C60-ACC9-C31B930ED464}.Release|Any CPU.ActiveCfg = Release|Any CPU
{622C5040-050A-4C60-ACC9-C31B930ED464}.Release|Any CPU.Build.0 = Release|Any CPU
{622C5040-050A-4C60-ACC9-C31B930ED464}.Release|x64.ActiveCfg = Release|x64
{622C5040-050A-4C60-ACC9-C31B930ED464}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A08A5AB5-2A25-4F31-9095-F9D97E7165A0} = {D7170F15-BEA2-40C2-8F0E-E86C2C4EDEDA}
{EFBE5641-5DF3-4BC5-A48D-63AE5B1A0790} = {D7170F15-BEA2-40C2-8F0E-E86C2C4EDEDA}
{0D328CE9-244C-4B17-B056-AEE758A3AB78} = {A08A5AB5-2A25-4F31-9095-F9D97E7165A0}
{650002C9-E42B-4556-9F4E-64225B84F36D} = {ACD812AB-72E2-4CD8-9566-8AF085B11349}
{C99201EC-4467-4041-9438-852D599E478F} = {D6806617-518C-452B-AB24-36085E5D2DCA}
{B4ABB0DD-3A68-430B-BF78-D5D4C571CB39} = {ACD812AB-72E2-4CD8-9566-8AF085B11349}
{24B28C5C-59FE-4FE4-B4B5-3873031400BC} = {D6806617-518C-452B-AB24-36085E5D2DCA}
{1AB48E96-44FE-4278-96BA-478C67BC7B01} = {24B28C5C-59FE-4FE4-B4B5-3873031400BC}
{C77751CA-5D66-4DF0-B959-7E07F70576DC} = {EFBE5641-5DF3-4BC5-A48D-63AE5B1A0790}
{EC476C35-D34B-43B1-B9C5-7A8E29FDE12B} = {B4ABB0DD-3A68-430B-BF78-D5D4C571CB39}
{19AFB4D8-EDCB-4386-89D4-FAF9D2F842A5} = {650002C9-E42B-4556-9F4E-64225B84F36D}
{642B8712-208B-47FE-A495-D1F974D1A16D} = {650002C9-E42B-4556-9F4E-64225B84F36D}
{32CA3D74-BE4B-444A-B85F-0C1A0FF55644} = {C99201EC-4467-4041-9438-852D599E478F}
{622C5040-050A-4C60-ACC9-C31B930ED464} = {C99201EC-4467-4041-9438-852D599E478F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4E42304-91FB-4184-87BD-986E35FA0740}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Source\Libraries\CsTool.LoggerSrc\CsTool.LoggerSrc.projitems*{0d328ce9-244c-4b17-b056-aee758a3ab78}*SharedItemsImports = 13
Source\Tests\Test.LoggerSrc\Test.LoggerSrc.projitems*{19afb4d8-edcb-4386-89d4-faf9d2f842a5}*SharedItemsImports = 5
Source\Libraries\CsTool.LoggerSrc\CsTool.LoggerSrc.projitems*{1ab48e96-44fe-4278-96ba-478c67bc7b01}*SharedItemsImports = 4
Source\Tests\Test.LoggerSrc\Test.LoggerSrc.projitems*{32ca3d74-be4b-444a-b85f-0c1a0ff55644}*SharedItemsImports = 4
Source\Libraries\CsTool.LoggerSrc\CsTool.LoggerSrc.projitems*{622c5040-050a-4c60-acc9-c31b930ed464}*SharedItemsImports = 4
Source\Tests\Test.LoggerSrc\Test.LoggerSrc.projitems*{622c5040-050a-4c60-acc9-c31b930ed464}*SharedItemsImports = 4
Source\Libraries\CsTool.LoggerSrc\CsTool.LoggerSrc.projitems*{642b8712-208b-47fe-a495-d1f974d1a16d}*SharedItemsImports = 5
Source\Tests\Test.LoggerSrc\Test.LoggerSrc.projitems*{642b8712-208b-47fe-a495-d1f974d1a16d}*SharedItemsImports = 5
Source\Tests\Test.LoggerSrc\Test.LoggerSrc.projitems*{c77751ca-5d66-4df0-b959-7e07f70576dc}*SharedItemsImports = 13
Source\Libraries\CsTool.LoggerSrc\CsTool.LoggerSrc.projitems*{ec476c35-d34b-43b1-b9c5-7a8e29fde12b}*SharedItemsImports = 5
EndGlobalSection
EndGlobal
76 changes: 76 additions & 0 deletions Framework/Libraries/CsTool.Logger/CsTool.Logger.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<IntermediateOutputPath>C:\ProgramData\VisualStudio\$(SolutionName)\$(MSBuildProjectName)\obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1AB48E96-44FE-4278-96BA-478C67BC7B01}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CsTool.Logger</RootNamespace>
<AssemblyName>CsTool.Logger</AssemblyName>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="..\..\..\Source\Libraries\CsTool.LoggerSrc\CsTool.LoggerSrc.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
36 changes: 36 additions & 0 deletions Framework/Libraries/CsTool.Logger/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CsTool.Logger")]
[assembly: AssemblyDescription("Shawky's Core Support Utilities v2 - Async Fast File Logger")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SHAWKY Electronics")]
[assembly: AssemblyProduct("CsTool.Logger")]
[assembly: AssemblyCopyright("Copyright © Shawky 2016 - 2020 and Client Use Rights")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("1ab48e96-44fe-4278-96ba-478c67bc7b01")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
6 changes: 6 additions & 0 deletions Framework/Tests/Test.Logger1/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1"/>
</startup>
</configuration>
36 changes: 36 additions & 0 deletions Framework/Tests/Test.Logger1/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Test.Logger")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Test.Logger")]
[assembly: AssemblyCopyright("Copyright © Shawky 2016 - 2020 and Client Use Rights")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("32ca3d74-be4b-444a-b85f-0c1a0ff55644")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
Loading

0 comments on commit e0e0b75

Please sign in to comment.