mirror of
https://github.com/yaakov-h/Shamir.git
synced 2025-04-19 13:05:20 +00:00
basic restreucturing
This commit is contained in:
parent
395af281d1
commit
d2281dc1ca
10 changed files with 136 additions and 1 deletions
8
src/commands/azure/Class1.cs
Normal file
8
src/commands/azure/Class1.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using System;
|
||||
|
||||
namespace azure
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
}
|
13
src/commands/azure/azure.csproj
Normal file
13
src/commands/azure/azure.csproj
Normal file
|
@ -0,0 +1,13 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RootNamespace>Shamir.Commands.Azure</RootNamespace>
|
||||
<AssemblyName>Shamir.Commands.Azure</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\abstractions\abstractions.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
8
src/commands/radio/Class1.cs
Normal file
8
src/commands/radio/Class1.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using System;
|
||||
|
||||
namespace radio
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
}
|
13
src/commands/radio/radio.csproj
Normal file
13
src/commands/radio/radio.csproj
Normal file
|
@ -0,0 +1,13 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RootNamespace>Shamir.Commands.Radio</RootNamespace>
|
||||
<AssemblyName>Shamir.Commands.Radio</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\abstractions\abstractions.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
8
src/commands/steam/Class1.cs
Normal file
8
src/commands/steam/Class1.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using System;
|
||||
|
||||
namespace steam
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
}
|
13
src/commands/steam/steam.csproj
Normal file
13
src/commands/steam/steam.csproj
Normal file
|
@ -0,0 +1,13 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RootNamespace>Shamir.Commands.Steam</RootNamespace>
|
||||
<AssemblyName>Shamir.Commands.Steam</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\abstractions\abstractions.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue