summary refs log tree commit diff
path: root/testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-31 20:29:51 +0200
committerRory& <root@rory.gay>2025-05-31 20:29:51 +0200
commita3576c6bd765eb3e73f6af311f22923ea8f8fb80 (patch)
tree2708f4fccd52e759d0409352aa66b5dd4814a3ec /testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj
parentGenerate jwt secrets (diff)
downloadnodejs-final-assignment-a3576c6bd765eb3e73f6af311f22923ea8f8fb80.tar.xz
Init test frontend
Diffstat (limited to 'testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj')
-rw-r--r--testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj b/testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj
new file mode 100644

index 0000000..7338078 --- /dev/null +++ b/testFrontend/SafeNSound.Sdk/SafeNSound.Sdk.csproj
@@ -0,0 +1,16 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>net9.0</TargetFramework> + <LangVersion>preview</LangVersion> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + </PropertyGroup> + + <ItemGroup> + <Folder Include="Clients\AdminClient\" /> + <Folder Include="Clients\MonitorClient\" /> + <Folder Include="Clients\UserClient\" /> + </ItemGroup> + +</Project>