diff --git a/.github/build-test.yaml b/.github/workflows/build-test.yaml
similarity index 98%
rename from .github/build-test.yaml
rename to .github/workflows/build-test.yaml
index cc37045..8b73ac5 100644
--- a/.github/build-test.yaml
+++ b/.github/workflows/build-test.yaml
@@ -12,7 +12,6 @@ env:
jobs:
build-and-deploy:
runs-on: windows-latest # For Linux, use ubuntu-latest
- environment: dev
steps:
- name: "Checkout GitHub Action"
uses: actions/checkout@v4
diff --git a/.gitignore b/.gitignore
index 8d86f5e..b0fba1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -380,6 +380,8 @@ FodyWeavers.xsd
.idea/*
!/.idea/codeStyles
!/.idea/runConfigurations
+.idea/workspace.xml
+.idea/.idea.CleanArchitecture/.idea/workspace.xml
# VS Code files for those working on multiple tools
diff --git a/.idea/.idea.CleanArchitecture/.idea/workspace.xml b/.idea/.idea.CleanArchitecture/.idea/workspace.xml
index 565dccf..14e0de1 100644
--- a/.idea/.idea.CleanArchitecture/.idea/workspace.xml
+++ b/.idea/.idea.CleanArchitecture/.idea/workspace.xml
@@ -12,8 +12,9 @@
-
+
+
@@ -21,6 +22,39 @@
+
+
+
+
+
+
+
+
+
+
+ {
+ "lastFilter": {
+ "state": "OPEN",
+ "assignee": "bertusviljoen"
+ }
+}
+ {
+ "selectedUrlAndAccountId": {
+ "url": "https://github.com/bertusviljoen/elevator-management-simulator.git",
+ "accountId": "e765e374-653b-40d1-87c1-ff13188da68b"
+ },
+ "recentNewPullRequestHead": {
+ "server": {
+ "useHttp": false,
+ "host": "github.com",
+ "port": null,
+ "suffix": null
+ },
+ "owner": "bertusviljoen",
+ "repository": "elevator-management-simulator"
+ }
+}
{
"associatedIndex": 3
@@ -40,21 +96,21 @@
- {
+ "keyToString": {
+ ".NET Project.Presentation.executor": "Run",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "RunOnceActivity.git.unshallow": "true",
+ "git-widget-placeholder": "#2 on feature/github__actions",
+ "ignore.virus.scanning.warn.message": "true",
+ "node.js.detected.package.eslint": "true",
+ "node.js.detected.package.tslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
+ "node.js.selected.package.tslint": "(autodetect)",
+ "nodejs_package_manager_path": "npm",
+ "vue.rearranger.settings.migration": "true"
}
-}]]>
+}
@@ -170,7 +226,7 @@
1733456687604
-
+
@@ -188,7 +244,23 @@
1733465662666
-
+
+
+ 1733466139880
+
+
+
+ 1733466139880
+
+
+
+ 1733466843072
+
+
+
+ 1733466843072
+
+
@@ -207,7 +279,7 @@
-
+
@@ -223,6 +295,7 @@
-
+
+
\ No newline at end of file
diff --git a/Directory.Build.props b/Directory.Build.props
index 28bcd90..a30a423 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -4,11 +4,12 @@
enable
enable
- latest
- All
- true
- true
- true
+ 5.0
+ Default
+
+
+
+
diff --git a/Elevator-Management-Simulator.sln b/Elevator-Management-Simulator.sln
index 9212691..012bd9f 100644
--- a/Elevator-Management-Simulator.sln
+++ b/Elevator-Management-Simulator.sln
@@ -8,6 +8,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
README.md = README.md
+ .github\workflows\build-test.yaml = .github\workflows\build-test.yaml
+ .gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{64A28C1B-09AF-426E-8721-D002BE554B48}"