From ad0943f88ba9f5ed6eae198ecb4835c0f44701de Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 17 Jun 2026 21:33:40 +0800 Subject: chore: initialize project structure and add core modules --- rola-desktop/rola-desktop.csproj | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 rola-desktop/rola-desktop.csproj (limited to 'rola-desktop/rola-desktop.csproj') diff --git a/rola-desktop/rola-desktop.csproj b/rola-desktop/rola-desktop.csproj new file mode 100644 index 0000000..5d6e1f8 --- /dev/null +++ b/rola-desktop/rola-desktop.csproj @@ -0,0 +1,32 @@ + + + WinExe + net9.0 + enable + true + app.manifest + true + + + + + + + + + + + + + + None + All + + + + -- cgit