Skip to content

Commit

Permalink
Merge branch 'feature/msi-installer' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzCK committed Apr 10, 2018
2 parents a152da4 + 8e2e9a4 commit ec39c29
Show file tree
Hide file tree
Showing 237 changed files with 28,887 additions and 28,199 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.vs/*
**/.vs/*
**/bin/*
**/obj/*
**/publish/*
Installer/OnTopReplica-Setup.exe
src/Installer/output/*
*.user
*.suo
packages/
src/packages/*
Binary file removed Lib/WindowsFormsAero.dll
Binary file not shown.
Binary file removed Lib/WindowsFormsAero.pdb
Binary file not shown.
1,131 changes: 0 additions & 1,131 deletions Lib/WindowsFormsAero.xml

This file was deleted.

55 changes: 0 additions & 55 deletions OnTopReplica.sln

This file was deleted.

23 changes: 0 additions & 23 deletions OnTopReplica/OnTopReplica.csproj.user

This file was deleted.

Binary file added OriginalAssets/MSI-Banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OriginalAssets/MSI-Banner.psd
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Very useful for monitoring background processes, wrangling with complex multi-wi

## Installation

Get the [latest version (v.3.5.1)](https://github.com/paulodeleo/OnTopReplica/releases/tag/v3.5.1) from the releases section, both as installer and as a standalone portable executable.
Get the [latest version](/releases/) from the releases section.

## Contributions

Expand Down
33 changes: 33 additions & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
root = true

[*]
insert_final_newline = true
trim_trailing_whitespace = true

[*.cs]
indent_style = space
indent_size = tab
tab_size = 4

dotnet_style_predefined_type_for_locals_parameters_members = true
dotnet_style_predefined_type_for_member_access = true

csharp_style_inlined_variable_declaration = true
csharp_style_conditional_delegate_call = true
csharp_prefer_braces = true

dotnet_sort_system_directives_first = true

csharp_new_line_before_open_brace = false
csharp_new_line_before_else = true
csharp_new_line_before_catch = true
csharp_new_line_before_finally = true
csharp_new_line_before_members_in_object_initializers = false
csharp_indent_case_contents = true
csharp_indent_switch_labels = true

csharp_space_after_cast = false
csharp_space_after_keywords_in_control_flow_statements = false
csharp_space_between_method_declaration_parameter_list_parentheses = false
csharp_space_between_method_call_parameter_list_parentheses = false
csharp_preserve_single_line_blocks = true
Loading

0 comments on commit ec39c29

Please sign in to comment.