Skip to content

Commit

Permalink
Ver 0.0.1: Changed sth.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiroiame-Kusu committed Jul 10, 2023
1 parent c6f1299 commit af7ebd3
Show file tree
Hide file tree
Showing 36 changed files with 200 additions and 2,525 deletions.
70 changes: 70 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,73 @@ dotnet_diagnostic.CS0649.severity = none

# This call site is reachable on all platforms.
dotnet_diagnostic.CA1416.severity = none

[*.{cs,vb}]
#### Naming styles ####

# Naming rules

dotnet_naming_rule.interface_should_be_begins_with_i.severity = suggestion
dotnet_naming_rule.interface_should_be_begins_with_i.symbols = interface
dotnet_naming_rule.interface_should_be_begins_with_i.style = begins_with_i

dotnet_naming_rule.types_should_be_pascal_case.severity = suggestion
dotnet_naming_rule.types_should_be_pascal_case.symbols = types
dotnet_naming_rule.types_should_be_pascal_case.style = pascal_case

dotnet_naming_rule.non_field_members_should_be_pascal_case.severity = suggestion
dotnet_naming_rule.non_field_members_should_be_pascal_case.symbols = non_field_members
dotnet_naming_rule.non_field_members_should_be_pascal_case.style = pascal_case

# Symbol specifications

dotnet_naming_symbols.interface.applicable_kinds = interface
dotnet_naming_symbols.interface.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected
dotnet_naming_symbols.interface.required_modifiers =

dotnet_naming_symbols.types.applicable_kinds = class, struct, interface, enum
dotnet_naming_symbols.types.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected
dotnet_naming_symbols.types.required_modifiers =

dotnet_naming_symbols.non_field_members.applicable_kinds = property, event, method
dotnet_naming_symbols.non_field_members.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected
dotnet_naming_symbols.non_field_members.required_modifiers =

# Naming styles

dotnet_naming_style.begins_with_i.required_prefix = I
dotnet_naming_style.begins_with_i.required_suffix =
dotnet_naming_style.begins_with_i.word_separator =
dotnet_naming_style.begins_with_i.capitalization = pascal_case

dotnet_naming_style.pascal_case.required_prefix =
dotnet_naming_style.pascal_case.required_suffix =
dotnet_naming_style.pascal_case.word_separator =
dotnet_naming_style.pascal_case.capitalization = pascal_case

dotnet_naming_style.pascal_case.required_prefix =
dotnet_naming_style.pascal_case.required_suffix =
dotnet_naming_style.pascal_case.word_separator =
dotnet_naming_style.pascal_case.capitalization = pascal_case
dotnet_style_operator_placement_when_wrapping = beginning_of_line
tab_width = 4
indent_size = 4
end_of_line = crlf

[*.cs]
csharp_using_directive_placement = outside_namespace:silent
csharp_prefer_simple_using_statement = true:suggestion
csharp_prefer_braces = true:silent
csharp_style_namespace_declarations = block_scoped:silent
csharp_style_prefer_method_group_conversion = true:silent
csharp_style_prefer_top_level_statements = true:silent
csharp_style_prefer_primary_constructors = true:suggestion
csharp_style_expression_bodied_methods = false:silent
csharp_style_expression_bodied_constructors = false:silent
csharp_style_expression_bodied_operators = false:silent
csharp_style_expression_bodied_properties = true:silent
csharp_style_expression_bodied_indexers = true:silent
csharp_style_expression_bodied_accessors = true:silent
csharp_style_expression_bodied_lambdas = true:silent
csharp_style_expression_bodied_local_functions = false:silent
csharp_indent_labels = one_less_than_current
28 changes: 5 additions & 23 deletions Serein.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,44 +8,26 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serein-Console", "Serein\Console\Serein-Console.csproj", "{C16CD04A-8A19-4B28-94D6-0E757C5C74F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serein-WPF", "Serein\WPF\Serein-WPF.csproj", "{8F3D398A-56EC-472C-A8A2-7FEFDA52802E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serein-Winform", "Serein\Winform\Serein-Winform.csproj", "{64923BFD-B79D-4E78-B11B-4CB268C6DA53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Serein-Console_For_Unix", "Serein\Console_For_Unix\Serein-Console_For_Unix.csproj", "{7A32DAB6-3CC0-4318-A6F8-9355B9F35495}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Serein", "Serein", "{4CE8D3DC-CC71-4D90-A331-200DB3349565}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{F3289A65-8F01-478A-9A67-01E30B49A929}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Updater", "Serein\Tools\Updater\Updater.csproj", "{032DD87F-85CE-43E6-9E9B-75B6BA11553A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Updater", "Serein\Tools\Updater\Updater.csproj", "{032DD87F-85CE-43E6-9E9B-75B6BA11553A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwitchToEdge", "Serein\Tools\SwitchToEdge\SwitchToEdge.csproj", "{FE2D1C6E-BF95-465E-B1B8-B48853DBAD3C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SwitchToEdge", "Serein\Tools\SwitchToEdge\SwitchToEdge.csproj", "{FE2D1C6E-BF95-465E-B1B8-B48853DBAD3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C16CD04A-8A19-4B28-94D6-0E757C5C74F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C16CD04A-8A19-4B28-94D6-0E757C5C74F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C16CD04A-8A19-4B28-94D6-0E757C5C74F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C16CD04A-8A19-4B28-94D6-0E757C5C74F6}.Release|Any CPU.Build.0 = Release|Any CPU
{8F3D398A-56EC-472C-A8A2-7FEFDA52802E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F3D398A-56EC-472C-A8A2-7FEFDA52802E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F3D398A-56EC-472C-A8A2-7FEFDA52802E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F3D398A-56EC-472C-A8A2-7FEFDA52802E}.Release|Any CPU.Build.0 = Release|Any CPU
{64923BFD-B79D-4E78-B11B-4CB268C6DA53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64923BFD-B79D-4E78-B11B-4CB268C6DA53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64923BFD-B79D-4E78-B11B-4CB268C6DA53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64923BFD-B79D-4E78-B11B-4CB268C6DA53}.Release|Any CPU.Build.0 = Release|Any CPU
{7A32DAB6-3CC0-4318-A6F8-9355B9F35495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A32DAB6-3CC0-4318-A6F8-9355B9F35495}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A32DAB6-3CC0-4318-A6F8-9355B9F35495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A32DAB6-3CC0-4318-A6F8-9355B9F35495}.Release|Any CPU.Build.0 = Release|Any CPU
{032DD87F-85CE-43E6-9E9B-75B6BA11553A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{032DD87F-85CE-43E6-9E9B-75B6BA11553A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{032DD87F-85CE-43E6-9E9B-75B6BA11553A}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -58,12 +40,12 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F3DC78B-1E52-4676-B9AC-AE4D8A4745D0}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F3289A65-8F01-478A-9A67-01E30B49A929} = {4CE8D3DC-CC71-4D90-A331-200DB3349565}
{032DD87F-85CE-43E6-9E9B-75B6BA11553A} = {F3289A65-8F01-478A-9A67-01E30B49A929}
{FE2D1C6E-BF95-465E-B1B8-B48853DBAD3C} = {F3289A65-8F01-478A-9A67-01E30B49A929}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F3DC78B-1E52-4676-B9AC-AE4D8A4745D0}
EndGlobalSection
EndGlobal
Loading

0 comments on commit af7ebd3

Please sign in to comment.