DTLib.Exceptions
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
|||||||
[submodule "kerep"]
|
[submodule "kerep"]
|
||||||
path = kerep
|
path = kerep
|
||||||
url = https://github.com/Timerix22/kerep.git
|
url = https://github.com/Timerix22/kerep.git
|
||||||
|
[submodule "DTLib.Exceptions/Ben.Demystifier"]
|
||||||
|
path = DTLib.Exceptions/Ben.Demystifier
|
||||||
|
url = https://github.com/Timerix22/Ben.Demystifier
|
||||||
|
|||||||
1
DTLib.Exceptions/Ben.Demystifier
Submodule
1
DTLib.Exceptions/Ben.Demystifier
Submodule
Submodule DTLib.Exceptions/Ben.Demystifier added at 8db93654c2
16
DTLib.Exceptions/DTLib.Exceptions.csproj
Normal file
16
DTLib.Exceptions/DTLib.Exceptions.csproj
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>disable</ImplicitUsings>
|
||||||
|
<Nullable>disable</Nullable>
|
||||||
|
<DebugType>portable</DebugType>
|
||||||
|
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
|
||||||
|
<Configurations>Debug;Release</Configurations>
|
||||||
|
<Platforms>AnyCPU;x64;x86;arm64</Platforms>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\DTLib\DTLib.csproj" />
|
||||||
|
<ProjectReference Include="Ben.Demystifier\src\Ben.Demystifier\Ben.Demystifier.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
10
DTLib.Exceptions/MyExceptions.cs
Normal file
10
DTLib.Exceptions/MyExceptions.cs
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
global using DTLib;
|
||||||
|
global using DTLib.Extensions;
|
||||||
|
using System.Diagnostics;
|
||||||
|
|
||||||
|
namespace DTLib.Exceptions;
|
||||||
|
|
||||||
|
public static class MyExceptions
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user