Skip to content

Commit

Permalink
Updated source
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Oct 24, 2024
1 parent 293211f commit 0e10da8
Show file tree
Hide file tree
Showing 54 changed files with 7,569 additions and 7,752 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: Iswenzz
github: Iswenzz
26 changes: 26 additions & 0 deletions .github/workflows/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Application

on:
push:
branches: [master]
pull_request:
branches: [master]

env:
BUILD_TYPE: Debug

jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'

- name: Build
run: |
dotnet restore
dotnet build
11 changes: 3 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@

bin/

obj/

COVERAGE.sh

opencoverCoverage.xml
.vs/
bin/
obj/
209 changes: 0 additions & 209 deletions AION Chat.csproj

This file was deleted.

16 changes: 0 additions & 16 deletions AION Chat.csproj.user

This file was deleted.

22 changes: 22 additions & 0 deletions AION-Chat.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35410.144 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AION-Chat", "Chat\AION-Chat.csproj", "{D1259266-CF40-4CA0-9474-007E992C0F50}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1259266-CF40-4CA0-9474-007E992C0F50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1259266-CF40-4CA0-9474-007E992C0F50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1259266-CF40-4CA0-9474-007E992C0F50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1259266-CF40-4CA0-9474-007E992C0F50}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
30 changes: 0 additions & 30 deletions App.config

This file was deleted.

Loading

0 comments on commit 0e10da8

Please sign in to comment.