diff --git a/.gitea/workflows/buildproject.yaml b/.gitea/workflows/buildproject.yaml
new file mode 100644
index 0000000..f334653
--- /dev/null
+++ b/.gitea/workflows/buildproject.yaml
@@ -0,0 +1,18 @@
+name: Gitea Actions Demo
+run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
+on: [push]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ dotnet: [ '8.0.12' ]
+ name: Dotnet ${{ matrix.dotnet }} sample
+ steps:
+ - uses: actions/checkout@master
+ - name: Setup dotnet
+ uses: actions/setup-dotnet@v1
+ with:
+ dotnet-version: ${{ matrix.dotnet }}
+ - run: dotnet build GiteaTest.sln
diff --git a/GiteaTest/GiteaTest.csproj.user b/GiteaTest/GiteaTest.csproj.user
new file mode 100644
index 0000000..76097bb
--- /dev/null
+++ b/GiteaTest/GiteaTest.csproj.user
@@ -0,0 +1,6 @@
+
+
+
+ <_LastSelectedProfileId>D:\Benutzer\germa\Dokumente\Visual Studio 2022\Projects\GiteaTest\Test\GiteaTest\Properties\PublishProfiles\PublishLinuxX64.pubxml
+
+
\ No newline at end of file
diff --git a/GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml b/GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml
new file mode 100644
index 0000000..ec14ddf
--- /dev/null
+++ b/GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml
@@ -0,0 +1,18 @@
+
+
+
+
+ Release
+ Any CPU
+ publish\linux-x64\
+ FileSystem
+ <_TargetId>Folder
+ net8.0
+ linux-x64
+ true
+ false
+ false
+
+
\ No newline at end of file
diff --git a/GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml.user b/GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml.user
new file mode 100644
index 0000000..c09c61c
--- /dev/null
+++ b/GiteaTest/Properties/PublishProfiles/PublishLinuxX64.pubxml.user
@@ -0,0 +1,6 @@
+
+
+
+
\ No newline at end of file
diff --git a/GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml b/GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml
new file mode 100644
index 0000000..840b953
--- /dev/null
+++ b/GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml
@@ -0,0 +1,19 @@
+
+
+
+
+ Release
+ Any CPU
+ publish\win-x64\
+ FileSystem
+ <_TargetId>Folder
+ net8.0
+ win-x64
+ true
+ false
+ false
+ false
+
+
\ No newline at end of file
diff --git a/GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml.user b/GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml.user
new file mode 100644
index 0000000..c09c61c
--- /dev/null
+++ b/GiteaTest/Properties/PublishProfiles/PublishWinX64.pubxml.user
@@ -0,0 +1,6 @@
+
+
+
+
\ No newline at end of file