DTLib.Exceptions
This commit is contained in:
parent
762d53af19
commit
8fb9137d40
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "kerep"]
|
||||
path = kerep
|
||||
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
@ -0,0 +1 @@
|
||||
Subproject commit 8db93654c2869d3bc5ddb1462682f421c99a056b
|
||||
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
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user