summary refs log tree commit diff
path: root/SystemdCtl/SystemdCtl.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-20 08:34:32 +0100
committerRory& <root@rory.gay>2024-01-20 08:34:32 +0100
commit43e06f4b1b7ead9f8cc97fe547eb49d51f341486 (patch)
treeb700ba441320e0f3944c398080cadd296f03ef07 /SystemdCtl/SystemdCtl.csproj
downloadSystemdCtl-43e06f4b1b7ead9f8cc97fe547eb49d51f341486.tar.xz
Initial commit
Diffstat (limited to 'SystemdCtl/SystemdCtl.csproj')
-rw-r--r--SystemdCtl/SystemdCtl.csproj19
1 files changed, 19 insertions, 0 deletions
diff --git a/SystemdCtl/SystemdCtl.csproj b/SystemdCtl/SystemdCtl.csproj
new file mode 100644
index 0000000..7a4f701
--- /dev/null
+++ b/SystemdCtl/SystemdCtl.csproj
@@ -0,0 +1,19 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">

+

+  <PropertyGroup>

+    <TargetFramework>net8.0</TargetFramework>

+    <Nullable>enable</Nullable>

+    <ImplicitUsings>enable</ImplicitUsings>

+  </PropertyGroup>

+

+  <ItemGroup>

+    <ProjectReference Include="..\LibSystemdCli\LibSystemdCli.csproj" />

+    <ProjectReference Include="..\SystemdCtl.Client\SystemdCtl.Client.csproj" />

+    <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.0" />

+  </ItemGroup>

+

+  <ItemGroup>

+    <Folder Include="Components\Partial\" />

+  </ItemGroup>

+

+</Project>