Skip to content

Commit

Permalink
Added missing lib projects
Browse files Browse the repository at this point in the history
  • Loading branch information
leMicin committed Jan 27, 2021
1 parent 806b2f2 commit 2ac709b
Show file tree
Hide file tree
Showing 46 changed files with 4,696 additions and 1 deletion.
40 changes: 39 additions & 1 deletion Sidekick.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sidekick.TestDataCollector"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sidekick.Mediator", "src\Sidekick.Mediator\Sidekick.Mediator.csproj", "{5248279F-EAC3-444C-B9BD-925C68E89A11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildingBlocks", "BuildingBlocks", "{E4920CFB-0EED-44B1-AC8D-8F5ECBCB7788}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{E4920CFB-0EED-44B1-AC8D-8F5ECBCB7788}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sidekick.Logging", "src\Sidekick.Logging\Sidekick.Logging.csproj", "{BDC69A0B-3D18-4720-BD78-FA34A6C81173}"
EndProject
Expand All @@ -45,6 +45,22 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sidekick.Application.Tests"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sidekick.Mapper", "src\Sidekick.Mapper\Sidekick.Mapper.csproj", "{8E09D8B1-46A3-438F-B1F3-DE3305521299}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Platforms", "Platforms", "{FE50D09B-DA05-42C4-9A8C-014EC3A24B25}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sidekick.Platform.Windows", "src\Sidekick.Platform.Windows\Sidekick.Platform.Windows.csproj", "{0C6A5536-70E4-4723-BBCE-702E10F100DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sidekick.Platform", "src\Sidekick.Platform\Sidekick.Platform.csproj", "{243A7096-6057-4F7E-8813-30C6A03B03A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Windows", "Windows", "{5410FE74-2670-4397-9E60-0D29AE6B5E7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SendInput", "SendInput", "{5C13B9AF-ABCB-49D5-96F8-BC71B036DE92}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{42ACD293-2300-4599-A861-0FB1A5C84FE5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GregsStack.InputSimulatorStandard", "lib\InputSimulatorStandard\src\GregsStack.InputSimulatorStandard\GregsStack.InputSimulatorStandard.csproj", "{CD853F77-81F5-4670-9FA6-51530E1812C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GregsStack.InputSimulatorStandard.Tests", "lib\InputSimulatorStandard\tests\GregsStack.InputSimulatorStandard.Tests\GregsStack.InputSimulatorStandard.Tests.csproj", "{88D66376-964B-46F3-8BD7-4769EA0CD577}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -107,6 +123,22 @@ Global
{8E09D8B1-46A3-438F-B1F3-DE3305521299}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E09D8B1-46A3-438F-B1F3-DE3305521299}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E09D8B1-46A3-438F-B1F3-DE3305521299}.Release|Any CPU.Build.0 = Release|Any CPU
{0C6A5536-70E4-4723-BBCE-702E10F100DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C6A5536-70E4-4723-BBCE-702E10F100DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C6A5536-70E4-4723-BBCE-702E10F100DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C6A5536-70E4-4723-BBCE-702E10F100DF}.Release|Any CPU.Build.0 = Release|Any CPU
{243A7096-6057-4F7E-8813-30C6A03B03A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{243A7096-6057-4F7E-8813-30C6A03B03A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{243A7096-6057-4F7E-8813-30C6A03B03A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{243A7096-6057-4F7E-8813-30C6A03B03A8}.Release|Any CPU.Build.0 = Release|Any CPU
{CD853F77-81F5-4670-9FA6-51530E1812C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD853F77-81F5-4670-9FA6-51530E1812C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD853F77-81F5-4670-9FA6-51530E1812C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD853F77-81F5-4670-9FA6-51530E1812C0}.Release|Any CPU.Build.0 = Release|Any CPU
{88D66376-964B-46F3-8BD7-4769EA0CD577}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88D66376-964B-46F3-8BD7-4769EA0CD577}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88D66376-964B-46F3-8BD7-4769EA0CD577}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88D66376-964B-46F3-8BD7-4769EA0CD577}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -120,6 +152,12 @@ Global
{4135AA01-4A10-4574-B38D-103CF1359867} = {E4920CFB-0EED-44B1-AC8D-8F5ECBCB7788}
{279A17F4-9C1A-4DAF-B77F-E8E43E64793D} = {B4E782B6-CF03-4448-81D1-3E308D20BF2B}
{8E09D8B1-46A3-438F-B1F3-DE3305521299} = {E4920CFB-0EED-44B1-AC8D-8F5ECBCB7788}
{0C6A5536-70E4-4723-BBCE-702E10F100DF} = {5410FE74-2670-4397-9E60-0D29AE6B5E7C}
{243A7096-6057-4F7E-8813-30C6A03B03A8} = {FE50D09B-DA05-42C4-9A8C-014EC3A24B25}
{5410FE74-2670-4397-9E60-0D29AE6B5E7C} = {FE50D09B-DA05-42C4-9A8C-014EC3A24B25}
{5C13B9AF-ABCB-49D5-96F8-BC71B036DE92} = {42ACD293-2300-4599-A861-0FB1A5C84FE5}
{CD853F77-81F5-4670-9FA6-51530E1812C0} = {5C13B9AF-ABCB-49D5-96F8-BC71B036DE92}
{88D66376-964B-46F3-8BD7-4769EA0CD577} = {5C13B9AF-ABCB-49D5-96F8-BC71B036DE92}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17B5631D-95B3-4007-BE6B-C9BBE799D014}
Expand Down
178 changes: 178 additions & 0 deletions lib/InputSimulatorStandard/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
# EditorConfig is awesome: https://EditorConfig.org
# File adapted from https://github.com/RehanSaeed/EditorConfig/blob/master/.editorconfig

#################
# Common Settings
#################

# top-most EditorConfig file
root = true

# All Files
[*]
indent_style = space
insert_final_newline = false
trim_trailing_whitespace = true

#########################
# File Extension Settings
#########################

# Code files
[*.{cs,csx,vb,vbx}]
indent_size = 4
insert_final_newline = true
max_line_length = 200

# Solution Files
[*.sln]
indent_style = tab

# XML Project Files
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]
indent_size = 2

# Configuration Files
[*.{json,xml,yml,config,props,targets,nuspec,resx,ruleset,vsixmanifest,vsct}]
indent_size = 2

# YAML Files
[*.{yml,yaml}]
indent_size = 2

# Markdown Files
[*.md]
trim_trailing_whitespace = false

# Web Files
[*.{htm,html,js,ts,css,scss,less}]
indent_size = 2
insert_final_newline = true

# Bash Files
[*.sh]
end_of_line = lf

[*.cs]
#### .NET Coding Conventions ####

# this. and Me. preferences
dotnet_style_qualification_for_event = true:silent
dotnet_style_qualification_for_field = true:silent
dotnet_style_qualification_for_method = true:silent
dotnet_style_qualification_for_property = true:silent

# Language keywords vs BCL types preferences
dotnet_style_predefined_type_for_locals_parameters_members = true:silent
dotnet_style_predefined_type_for_member_access = true:silent

# Parentheses preferences
dotnet_style_parentheses_in_arithmetic_binary_operators = always_for_clarity:silent
dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:silent
dotnet_style_parentheses_in_other_operators = never_if_unnecessary:silent
dotnet_style_parentheses_in_relational_binary_operators = always_for_clarity:silent

# Modifier preferences
dotnet_style_require_accessibility_modifiers = for_non_interface_members:silent

# Expression-level preferences
csharp_style_deconstructed_variable_declaration = true:suggestion
csharp_style_inlined_variable_declaration = true:suggestion
csharp_style_throw_expression = true:suggestion
dotnet_style_coalesce_expression = true:suggestion
dotnet_style_collection_initializer = true:suggestion
dotnet_style_explicit_tuple_names = true:suggestion
dotnet_style_null_propagation = true:suggestion
dotnet_style_object_initializer = true:suggestion
dotnet_style_prefer_auto_properties = true:silent
dotnet_style_prefer_conditional_expression_over_assignment = true:silent
dotnet_style_prefer_conditional_expression_over_return = true:silent
dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
dotnet_style_prefer_inferred_tuple_names = true:suggestion
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion

# Field preferences
dotnet_style_readonly_field = true:suggestion

#### C# Coding Conventions ####

# var preferences
csharp_style_var_elsewhere = false:silent
csharp_style_var_for_built_in_types = false:silent
csharp_style_var_when_type_is_apparent = false:silent

# Expression-bodied members
csharp_style_expression_bodied_accessors = true:silent
csharp_style_expression_bodied_constructors = false:silent
csharp_style_expression_bodied_indexers = true:silent
csharp_style_expression_bodied_lambdas = true:silent
csharp_style_expression_bodied_methods = false:silent
csharp_style_expression_bodied_operators = false:silent
csharp_style_expression_bodied_properties = true:silent

# Pattern matching preferences
csharp_style_pattern_matching_over_as_with_null_check = true:suggestion
csharp_style_pattern_matching_over_is_with_cast_check = true:suggestion

# Null-checking preferences
csharp_style_conditional_delegate_call = true:suggestion

# Modifier preferences
csharp_preferred_modifier_order = public,private,protected,internal,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async

# Code-block preferences
csharp_prefer_braces = true:silent

# Expression-level preferences
csharp_prefer_simple_default_expression = true:suggestion
csharp_style_pattern_local_over_anonymous_function = true:suggestion

#### C# Formatting Rules ####

# New line preferences
csharp_new_line_before_catch = true
csharp_new_line_before_else = true
csharp_new_line_before_finally = true
csharp_new_line_before_members_in_anonymous_types = true
csharp_new_line_before_members_in_object_initializers = true
csharp_new_line_before_open_brace = all
csharp_new_line_between_query_expression_clauses = true

# Indentation preferences
csharp_indent_block_contents = true
csharp_indent_braces = false
csharp_indent_case_contents = true
csharp_indent_case_contents_when_block = true
csharp_indent_labels = one_less_than_current
csharp_indent_switch_labels = true

# Space preferences
csharp_space_after_cast = false
csharp_space_after_colon_in_inheritance_clause = true
csharp_space_after_comma = true
csharp_space_after_dot = false
csharp_space_after_keywords_in_control_flow_statements = true
csharp_space_after_semicolon_in_for_statement = true
csharp_space_around_binary_operators = before_and_after
csharp_space_around_declaration_statements = false
csharp_space_before_colon_in_inheritance_clause = true
csharp_space_before_comma = false
csharp_space_before_dot = false
csharp_space_before_open_square_brackets = false
csharp_space_before_semicolon_in_for_statement = false
csharp_space_between_empty_square_brackets = false
csharp_space_between_method_call_empty_parameter_list_parentheses = false
csharp_space_between_method_call_name_and_opening_parenthesis = false
csharp_space_between_method_call_parameter_list_parentheses = false
csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
csharp_space_between_method_declaration_name_and_open_parenthesis = false
csharp_space_between_method_declaration_parameter_list_parentheses = false
csharp_space_between_parentheses = false
csharp_space_between_square_brackets = false

# Wrapping preferences
csharp_preserve_single_line_blocks = true
csharp_preserve_single_line_statements = true

# Organize usings
dotnet_sort_system_directives_first = true
Loading

0 comments on commit 2ac709b

Please sign in to comment.