Skip to content

Commit

Permalink
Merge pull request #1 from Verchurro/Develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Verchurro committed Mar 27, 2023
2 parents cda7fb1 + ef86392 commit dc57e2f
Show file tree
Hide file tree
Showing 184 changed files with 1,058 additions and 13,055 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Please put language-specific ignore patterns
# in a .gitignore file inside the root folder
# of that language. See Scala/.gitignore for
# an example. Thanks.
# Please put language-specific ignore patterns
# in a .gitignore file inside the root folder
# of that language. See Scala/.gitignore for
# an example. Thanks.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": "No Configurations"
}
10 changes: 10 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"ExpandedNodes": [
"",
"\\C#",
"\\C#\\Trivia",
"\\C#\\Trivia\\Trivia"
],
"SelectedNode": "\\C#\\Trivia\\Trivia\\Game.cs",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added .vs/trivia/v17/.wsuo
Binary file not shown.
Binary file added .vs/trivia/v17/Browse.VC.db
Binary file not shown.
Binary file added .vs/trivia/v17/TestStore/0/000.testlog
Binary file not shown.
Binary file added .vs/trivia/v17/TestStore/0/testlog.manifest
Binary file not shown.
12 changes: 6 additions & 6 deletions C#/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MS Visual Studio
*.suo
*.csproj.user
.vs/
obj
bin
# MS Visual Studio
*.suo
*.csproj.user
.vs/
obj
bin
.idea
4 changes: 2 additions & 2 deletions C#/Trivia/Trivia.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=Method/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=Method/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
</wpf:ResourceDictionary>
4 changes: 2 additions & 2 deletions C#/Trivia/Trivia/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bin/
obj/
bin/
obj/
Loading

0 comments on commit dc57e2f

Please sign in to comment.