Initial Commit
This commit is contained in:
9
CShocker/CShocker.csproj
Normal file
9
CShocker/CShocker.csproj
Normal file
@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
5
CShocker/Class1.cs
Normal file
5
CShocker/Class1.cs
Normal file
@ -0,0 +1,5 @@
|
||||
namespace CShocker;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user