diff --git a/src/.editorconfig b/src/.editorconfig
new file mode 100644
index 000000000..f399b08bb
--- /dev/null
+++ b/src/.editorconfig
@@ -0,0 +1,78 @@
+# EditorConfig is awesome:http://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Don't use tabs for indentation.
+[*]
+indent_style = space
+# (Please don't specify an indent_size here; that has too many unintended consequences.)
+
+# Code files
+[*.{cs,csx,vb,vbx}]
+indent_size = 4
+
+# Xml project files
+[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]
+indent_size = 2
+
+# Xml config files
+[*.{props,targets,ruleset,config,nuspec,resx,vsixmanifest,vsct}]
+indent_size = 2
+
+# JSON files
+[*.json]
+indent_size = 2
+
+# Dotnet code style settings:
+[*.{cs,vb}]
+# Sort using and Import directives with System.* appearing first
+dotnet_sort_system_directives_first = true
+# Avoid "this." and "Me." if not necessary
+dotnet_style_qualification_for_field = false:suggestion
+dotnet_style_qualification_for_property = false:suggestion
+dotnet_style_qualification_for_method = false:suggestion
+dotnet_style_qualification_for_event = false:suggestion
+
+# Use language keywords instead of framework type names for type references
+dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion
+dotnet_style_predefined_type_for_member_access = true:suggestion
+
+# Suggest more modern language features when available
+dotnet_style_object_initializer = true:suggestion
+dotnet_style_collection_initializer = true:suggestion
+dotnet_style_coalesce_expression = true:suggestion
+dotnet_style_null_propagation = true:suggestion
+dotnet_style_explicit_tuple_names = true:suggestion
+
+# CSharp code style settings:
+[*.cs]
+# Prefer "var" everywhere
+csharp_style_var_for_built_in_types = true:suggestion
+csharp_style_var_when_type_is_apparent = true:suggestion
+csharp_style_var_elsewhere = true:suggestion
+
+# Prefer method-like constructs to have a block body
+csharp_style_expression_bodied_methods = false:none
+csharp_style_expression_bodied_constructors = false:none
+csharp_style_expression_bodied_operators = false:none
+
+# Prefer property-like constructs to have an expression-body
+csharp_style_expression_bodied_properties = true:none
+csharp_style_expression_bodied_indexers = true:none
+csharp_style_expression_bodied_accessors = true:none
+
+# Suggest more modern language features when available
+csharp_style_pattern_matching_over_is_with_cast_check = true:suggestion
+csharp_style_pattern_matching_over_as_with_null_check = true:suggestion
+csharp_style_inlined_variable_declaration = true:suggestion
+csharp_style_throw_expression = true:suggestion
+csharp_style_conditional_delegate_call = true:suggestion
+
+# Newline settings
+csharp_new_line_before_open_brace = all
+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 = true
+csharp_new_line_before_members_in_anonymous_types = true
\ No newline at end of file
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
new file mode 100644
index 000000000..77faddc33
--- /dev/null
+++ b/src/Directory.Build.props
@@ -0,0 +1,122 @@
+
+
+ Copyright © Greenshot 2004-2021
+ Greenshot
+ https://getgreenshot.org/favicon.ico
+ https://github.com/greenshot/greenshot
+ git
+ https://github.com/greenshot/greenshot
+ https://www.gnu.org/licenses/gpl.html
+ GPL
+ 9
+ true
+ true
+ win10-x64;win10-x86;win-x64;win-x86
+
+ true
+
+ true
+ net472
+ Off
+ true
+
+
+
+
+
+
+
+
+ false
+ true
+
+
+
+ false
+ true
+ false
+
+
+
+ false
+ false
+
+
+
+ DEBUG;TRACE
+ True
+ true
+ embedded
+ false
+
+
+
+ true
+ embedded
+ True
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers
+
+
+
+
+
+
+ $(Box13_ClientId)
+
+
+ $(Box13_ClientSecret)
+
+
+ $(DropBox13_ClientId)
+
+
+ $(DropBox13_ClientSecret)
+
+
+ $(Flickr_ClientId)
+
+
+ $(Flickr_ClientSecret)
+
+
+ $(Imgur13_ClientId)
+
+
+ $(Imgur13_ClientSecret)
+
+
+ $(Photobucket_ClientId)
+
+
+ $(Photobucket_ClientSecret)
+
+
+ $(Picasa_ClientId)
+
+
+ $(Picasa_ClientSecret)
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets
new file mode 100644
index 000000000..f2ce406a1
--- /dev/null
+++ b/src/Directory.Build.targets
@@ -0,0 +1,13 @@
+
+
+
+ $(PkgMSBuildTasks)\tools\
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Greenshot.sln b/src/Greenshot.sln
new file mode 100644
index 000000000..1f119321e
--- /dev/null
+++ b/src/Greenshot.sln
@@ -0,0 +1,170 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29728.190
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Greenshot", "Greenshot\Greenshot.csproj", "{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}"
+ ProjectSection(ProjectDependencies) = postProject
+ {92599C09-FF29-4ABD-B6E6-C48ECD781BAB} = {92599C09-FF29-4ABD-B6E6-C48ECD781BAB}
+ {19FEEF09-313F-43C7-819D-F1BCA782B08B} = {19FEEF09-313F-43C7-819D-F1BCA782B08B}
+ {9801F62C-540F-4BFE-9211-6405DEDE563B} = {9801F62C-540F-4BFE-9211-6405DEDE563B}
+ {9C0ECC4C-7807-4111-916A-4F57BB29788A} = {9C0ECC4C-7807-4111-916A-4F57BB29788A}
+ {C3052651-598A-44E2-AAB3-2E41311D50F9} = {C3052651-598A-44E2-AAB3-2E41311D50F9}
+ {7EC72A5A-D73A-4B4B-9CA1-2216C7D92D5E} = {7EC72A5A-D73A-4B4B-9CA1-2216C7D92D5E}
+ {697CF066-9077-4F22-99D9-D989CCE7282B} = {697CF066-9077-4F22-99D9-D989CCE7282B}
+ {47F23C86-604E-4CC3-8767-B3D4088F30BB} = {47F23C86-604E-4CC3-8767-B3D4088F30BB}
+ {80D8DEB9-94E3-4876-8CCA-2DF1ED5F2C50} = {80D8DEB9-94E3-4876-8CCA-2DF1ED5F2C50}
+ {AD7CFFE2-40E7-46CF-A172-D48CF7AE9A12} = {AD7CFFE2-40E7-46CF-A172-D48CF7AE9A12}
+ {1893A2E4-A78A-4713-A8E7-E70058DABEE0} = {1893A2E4-A78A-4713-A8E7-E70058DABEE0}
+ EndProjectSection
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenshotPlugin", "GreenshotPlugin\GreenshotPlugin.csproj", "{5B924697-4DCD-4F98-85F1-105CB84B7341}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenshotExternalCommandPlugin", "GreenshotExternalCommandPlugin\GreenshotExternalCommandPlugin.csproj", "{47F23C86-604E-4CC3-8767-B3D4088F30BB}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenshotConfluencePlugin", "GreenshotConfluencePlugin\GreenshotConfluencePlugin.csproj", "{C3052651-598A-44E2-AAB3-2E41311D50F9}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenshotImgurPlugin", "GreenshotImgurPlugin\GreenshotImgurPlugin.csproj", "{80D8DEB9-94E3-4876-8CCA-2DF1ED5F2C50}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenshotJiraPlugin", "GreenshotJiraPlugin\GreenshotJiraPlugin.csproj", "{19FEEF09-313F-43C7-819D-F1BCA782B08B}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenshotBoxPlugin", "GreenshotBoxPlugin\GreenshotBoxPlugin.csproj", "{697CF066-9077-4F22-99D9-D989CCE7282B}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenshotDropboxPlugin", "GreenshotDropboxPlugin\GreenshotDropboxPlugin.csproj", "{AD7CFFE2-40E7-46CF-A172-D48CF7AE9A12}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenshotFlickrPlugin", "GreenshotFlickrPlugin\GreenshotFlickrPlugin.csproj", "{7EC72A5A-D73A-4B4B-9CA1-2216C7D92D5E}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenshotGooglePhotosPlugin", "GreenshotGooglePhotosPlugin\GreenshotGooglePhotosPlugin.csproj", "{1893A2E4-A78A-4713-A8E7-E70058DABEE0}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenshotOfficePlugin", "GreenshotOfficePlugin\GreenshotOfficePlugin.csproj", "{92599C09-FF29-4ABD-B6E6-C48ECD781BAB}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenshotPhotobucketPlugin", "GreenshotPhotobucketPlugin\GreenshotPhotobucketPlugin.csproj", "{9C0ECC4C-7807-4111-916A-4F57BB29788A}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GreenshotWin10Plugin", "GreenshotWin10Plugin\GreenshotWin10Plugin.csproj", "{9801F62C-540F-4BFE-9211-6405DEDE563B}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{82987F1E-D7E6-4C44-B934-981D366E4672}"
+ ProjectSection(SolutionItems) = preProject
+ .editorconfig = .editorconfig
+ azure-pipelines.yml = azure-pipelines.yml
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Debug|x86 = Debug|x86
+ Release|Any CPU = Release|Any CPU
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Debug|x86.Build.0 = Debug|Any CPU
+ {CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Release|Any CPU.Build.0 = Release|Any CPU
+ {CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Release|x86.ActiveCfg = Release|Any CPU
+ {CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Release|x86.Build.0 = Release|Any CPU
+ {5B924697-4DCD-4F98-85F1-105CB84B7341}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {5B924697-4DCD-4F98-85F1-105CB84B7341}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5B924697-4DCD-4F98-85F1-105CB84B7341}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {5B924697-4DCD-4F98-85F1-105CB84B7341}.Debug|x86.Build.0 = Debug|Any CPU
+ {5B924697-4DCD-4F98-85F1-105CB84B7341}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {5B924697-4DCD-4F98-85F1-105CB84B7341}.Release|Any CPU.Build.0 = Release|Any CPU
+ {5B924697-4DCD-4F98-85F1-105CB84B7341}.Release|x86.ActiveCfg = Release|Any CPU
+ {5B924697-4DCD-4F98-85F1-105CB84B7341}.Release|x86.Build.0 = Release|Any CPU
+ {47F23C86-604E-4CC3-8767-B3D4088F30BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {47F23C86-604E-4CC3-8767-B3D4088F30BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {47F23C86-604E-4CC3-8767-B3D4088F30BB}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {47F23C86-604E-4CC3-8767-B3D4088F30BB}.Debug|x86.Build.0 = Debug|Any CPU
+ {47F23C86-604E-4CC3-8767-B3D4088F30BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {47F23C86-604E-4CC3-8767-B3D4088F30BB}.Release|Any CPU.Build.0 = Release|Any CPU
+ {47F23C86-604E-4CC3-8767-B3D4088F30BB}.Release|x86.ActiveCfg = Release|Any CPU
+ {47F23C86-604E-4CC3-8767-B3D4088F30BB}.Release|x86.Build.0 = Release|Any CPU
+ {C3052651-598A-44E2-AAB3-2E41311D50F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {C3052651-598A-44E2-AAB3-2E41311D50F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {C3052651-598A-44E2-AAB3-2E41311D50F9}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {C3052651-598A-44E2-AAB3-2E41311D50F9}.Debug|x86.Build.0 = Debug|Any CPU
+ {C3052651-598A-44E2-AAB3-2E41311D50F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {C3052651-598A-44E2-AAB3-2E41311D50F9}.Release|Any CPU.Build.0 = Release|Any CPU
+ {C3052651-598A-44E2-AAB3-2E41311D50F9}.Release|x86.ActiveCfg = Release|Any CPU
+ {C3052651-598A-44E2-AAB3-2E41311D50F9}.Release|x86.Build.0 = Release|Any CPU
+ {80D8DEB9-94E3-4876-8CCA-2DF1ED5F2C50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {80D8DEB9-94E3-4876-8CCA-2DF1ED5F2C50}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {80D8DEB9-94E3-4876-8CCA-2DF1ED5F2C50}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {80D8DEB9-94E3-4876-8CCA-2DF1ED5F2C50}.Debug|x86.Build.0 = Debug|Any CPU
+ {80D8DEB9-94E3-4876-8CCA-2DF1ED5F2C50}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {80D8DEB9-94E3-4876-8CCA-2DF1ED5F2C50}.Release|Any CPU.Build.0 = Release|Any CPU
+ {80D8DEB9-94E3-4876-8CCA-2DF1ED5F2C50}.Release|x86.ActiveCfg = Release|Any CPU
+ {80D8DEB9-94E3-4876-8CCA-2DF1ED5F2C50}.Release|x86.Build.0 = Release|Any CPU
+ {19FEEF09-313F-43C7-819D-F1BCA782B08B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {19FEEF09-313F-43C7-819D-F1BCA782B08B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {19FEEF09-313F-43C7-819D-F1BCA782B08B}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {19FEEF09-313F-43C7-819D-F1BCA782B08B}.Debug|x86.Build.0 = Debug|Any CPU
+ {19FEEF09-313F-43C7-819D-F1BCA782B08B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {19FEEF09-313F-43C7-819D-F1BCA782B08B}.Release|Any CPU.Build.0 = Release|Any CPU
+ {19FEEF09-313F-43C7-819D-F1BCA782B08B}.Release|x86.ActiveCfg = Release|Any CPU
+ {19FEEF09-313F-43C7-819D-F1BCA782B08B}.Release|x86.Build.0 = Release|Any CPU
+ {697CF066-9077-4F22-99D9-D989CCE7282B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {697CF066-9077-4F22-99D9-D989CCE7282B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {697CF066-9077-4F22-99D9-D989CCE7282B}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {697CF066-9077-4F22-99D9-D989CCE7282B}.Debug|x86.Build.0 = Debug|Any CPU
+ {697CF066-9077-4F22-99D9-D989CCE7282B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {697CF066-9077-4F22-99D9-D989CCE7282B}.Release|Any CPU.Build.0 = Release|Any CPU
+ {697CF066-9077-4F22-99D9-D989CCE7282B}.Release|x86.ActiveCfg = Release|Any CPU
+ {697CF066-9077-4F22-99D9-D989CCE7282B}.Release|x86.Build.0 = Release|Any CPU
+ {AD7CFFE2-40E7-46CF-A172-D48CF7AE9A12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {AD7CFFE2-40E7-46CF-A172-D48CF7AE9A12}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {AD7CFFE2-40E7-46CF-A172-D48CF7AE9A12}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {AD7CFFE2-40E7-46CF-A172-D48CF7AE9A12}.Debug|x86.Build.0 = Debug|Any CPU
+ {AD7CFFE2-40E7-46CF-A172-D48CF7AE9A12}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {AD7CFFE2-40E7-46CF-A172-D48CF7AE9A12}.Release|Any CPU.Build.0 = Release|Any CPU
+ {AD7CFFE2-40E7-46CF-A172-D48CF7AE9A12}.Release|x86.ActiveCfg = Release|Any CPU
+ {AD7CFFE2-40E7-46CF-A172-D48CF7AE9A12}.Release|x86.Build.0 = Release|Any CPU
+ {7EC72A5A-D73A-4B4B-9CA1-2216C7D92D5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {7EC72A5A-D73A-4B4B-9CA1-2216C7D92D5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {7EC72A5A-D73A-4B4B-9CA1-2216C7D92D5E}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {7EC72A5A-D73A-4B4B-9CA1-2216C7D92D5E}.Debug|x86.Build.0 = Debug|Any CPU
+ {7EC72A5A-D73A-4B4B-9CA1-2216C7D92D5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {7EC72A5A-D73A-4B4B-9CA1-2216C7D92D5E}.Release|Any CPU.Build.0 = Release|Any CPU
+ {7EC72A5A-D73A-4B4B-9CA1-2216C7D92D5E}.Release|x86.ActiveCfg = Release|Any CPU
+ {7EC72A5A-D73A-4B4B-9CA1-2216C7D92D5E}.Release|x86.Build.0 = Release|Any CPU
+ {1893A2E4-A78A-4713-A8E7-E70058DABEE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {1893A2E4-A78A-4713-A8E7-E70058DABEE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {1893A2E4-A78A-4713-A8E7-E70058DABEE0}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {1893A2E4-A78A-4713-A8E7-E70058DABEE0}.Debug|x86.Build.0 = Debug|Any CPU
+ {1893A2E4-A78A-4713-A8E7-E70058DABEE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {1893A2E4-A78A-4713-A8E7-E70058DABEE0}.Release|Any CPU.Build.0 = Release|Any CPU
+ {1893A2E4-A78A-4713-A8E7-E70058DABEE0}.Release|x86.ActiveCfg = Release|Any CPU
+ {1893A2E4-A78A-4713-A8E7-E70058DABEE0}.Release|x86.Build.0 = Release|Any CPU
+ {92599C09-FF29-4ABD-B6E6-C48ECD781BAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {92599C09-FF29-4ABD-B6E6-C48ECD781BAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {92599C09-FF29-4ABD-B6E6-C48ECD781BAB}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {92599C09-FF29-4ABD-B6E6-C48ECD781BAB}.Debug|x86.Build.0 = Debug|Any CPU
+ {92599C09-FF29-4ABD-B6E6-C48ECD781BAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {92599C09-FF29-4ABD-B6E6-C48ECD781BAB}.Release|Any CPU.Build.0 = Release|Any CPU
+ {92599C09-FF29-4ABD-B6E6-C48ECD781BAB}.Release|x86.ActiveCfg = Release|Any CPU
+ {92599C09-FF29-4ABD-B6E6-C48ECD781BAB}.Release|x86.Build.0 = Release|Any CPU
+ {9C0ECC4C-7807-4111-916A-4F57BB29788A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9C0ECC4C-7807-4111-916A-4F57BB29788A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9C0ECC4C-7807-4111-916A-4F57BB29788A}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {9C0ECC4C-7807-4111-916A-4F57BB29788A}.Debug|x86.Build.0 = Debug|Any CPU
+ {9C0ECC4C-7807-4111-916A-4F57BB29788A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9C0ECC4C-7807-4111-916A-4F57BB29788A}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9C0ECC4C-7807-4111-916A-4F57BB29788A}.Release|x86.ActiveCfg = Release|Any CPU
+ {9C0ECC4C-7807-4111-916A-4F57BB29788A}.Release|x86.Build.0 = Release|Any CPU
+ {9801F62C-540F-4BFE-9211-6405DEDE563B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9801F62C-540F-4BFE-9211-6405DEDE563B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9801F62C-540F-4BFE-9211-6405DEDE563B}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {9801F62C-540F-4BFE-9211-6405DEDE563B}.Debug|x86.Build.0 = Debug|Any CPU
+ {9801F62C-540F-4BFE-9211-6405DEDE563B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9801F62C-540F-4BFE-9211-6405DEDE563B}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9801F62C-540F-4BFE-9211-6405DEDE563B}.Release|x86.ActiveCfg = Release|Any CPU
+ {9801F62C-540F-4BFE-9211-6405DEDE563B}.Release|x86.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {970967C0-60BE-4F70-9332-9ACC04B93A15}
+ EndGlobalSection
+EndGlobal
diff --git a/src/Greenshot.sln.DotSettings b/src/Greenshot.sln.DotSettings
new file mode 100644
index 000000000..aecc39af3
--- /dev/null
+++ b/src/Greenshot.sln.DotSettings
@@ -0,0 +1,4 @@
+
+ True
+ True
+ True
\ No newline at end of file
diff --git a/Greenshot/App.config b/src/Greenshot/App.config
similarity index 100%
rename from Greenshot/App.config
rename to src/Greenshot/App.config
diff --git a/Greenshot/Configuration/EditorConfiguration.cs b/src/Greenshot/Configuration/EditorConfiguration.cs
similarity index 100%
rename from Greenshot/Configuration/EditorConfiguration.cs
rename to src/Greenshot/Configuration/EditorConfiguration.cs
diff --git a/Greenshot/Configuration/LanguageKeys.cs b/src/Greenshot/Configuration/LanguageKeys.cs
similarity index 100%
rename from Greenshot/Configuration/LanguageKeys.cs
rename to src/Greenshot/Configuration/LanguageKeys.cs
diff --git a/Greenshot/Controls/BindableToolStripButton.cs b/src/Greenshot/Controls/BindableToolStripButton.cs
similarity index 100%
rename from Greenshot/Controls/BindableToolStripButton.cs
rename to src/Greenshot/Controls/BindableToolStripButton.cs
diff --git a/Greenshot/Controls/BindableToolStripComboBox.cs b/src/Greenshot/Controls/BindableToolStripComboBox.cs
similarity index 100%
rename from Greenshot/Controls/BindableToolStripComboBox.cs
rename to src/Greenshot/Controls/BindableToolStripComboBox.cs
diff --git a/Greenshot/Controls/BindableToolStripDropDownButton.cs b/src/Greenshot/Controls/BindableToolStripDropDownButton.cs
similarity index 100%
rename from Greenshot/Controls/BindableToolStripDropDownButton.cs
rename to src/Greenshot/Controls/BindableToolStripDropDownButton.cs
diff --git a/Greenshot/Controls/ColorButton.cs b/src/Greenshot/Controls/ColorButton.cs
similarity index 100%
rename from Greenshot/Controls/ColorButton.cs
rename to src/Greenshot/Controls/ColorButton.cs
diff --git a/Greenshot/Controls/ContextMenuToolStripProfessionalRenderer.cs b/src/Greenshot/Controls/ContextMenuToolStripProfessionalRenderer.cs
similarity index 100%
rename from Greenshot/Controls/ContextMenuToolStripProfessionalRenderer.cs
rename to src/Greenshot/Controls/ContextMenuToolStripProfessionalRenderer.cs
diff --git a/Greenshot/Controls/CustomToolStripProfessionalRenderer.cs b/src/Greenshot/Controls/CustomToolStripProfessionalRenderer.cs
similarity index 100%
rename from Greenshot/Controls/CustomToolStripProfessionalRenderer.cs
rename to src/Greenshot/Controls/CustomToolStripProfessionalRenderer.cs
diff --git a/Greenshot/Controls/FontFamilyComboBox.cs b/src/Greenshot/Controls/FontFamilyComboBox.cs
similarity index 100%
rename from Greenshot/Controls/FontFamilyComboBox.cs
rename to src/Greenshot/Controls/FontFamilyComboBox.cs
diff --git a/Greenshot/Controls/MenuStripEx.cs b/src/Greenshot/Controls/MenuStripEx.cs
similarity index 100%
rename from Greenshot/Controls/MenuStripEx.cs
rename to src/Greenshot/Controls/MenuStripEx.cs
diff --git a/Greenshot/Controls/NonJumpingPanel.cs b/src/Greenshot/Controls/NonJumpingPanel.cs
similarity index 100%
rename from Greenshot/Controls/NonJumpingPanel.cs
rename to src/Greenshot/Controls/NonJumpingPanel.cs
diff --git a/Greenshot/Controls/Pipette.cs b/src/Greenshot/Controls/Pipette.cs
similarity index 100%
rename from Greenshot/Controls/Pipette.cs
rename to src/Greenshot/Controls/Pipette.cs
diff --git a/Greenshot/Controls/ToolStripColorButton.cs b/src/Greenshot/Controls/ToolStripColorButton.cs
similarity index 100%
rename from Greenshot/Controls/ToolStripColorButton.cs
rename to src/Greenshot/Controls/ToolStripColorButton.cs
diff --git a/Greenshot/Controls/ToolStripEx.cs b/src/Greenshot/Controls/ToolStripEx.cs
similarity index 100%
rename from Greenshot/Controls/ToolStripEx.cs
rename to src/Greenshot/Controls/ToolStripEx.cs
diff --git a/Greenshot/Controls/ToolStripNumericUpDown.cs b/src/Greenshot/Controls/ToolStripNumericUpDown.cs
similarity index 100%
rename from Greenshot/Controls/ToolStripNumericUpDown.cs
rename to src/Greenshot/Controls/ToolStripNumericUpDown.cs
diff --git a/Greenshot/Destinations/ClipboardDestination.cs b/src/Greenshot/Destinations/ClipboardDestination.cs
similarity index 100%
rename from Greenshot/Destinations/ClipboardDestination.cs
rename to src/Greenshot/Destinations/ClipboardDestination.cs
diff --git a/Greenshot/Destinations/EditorDestination.cs b/src/Greenshot/Destinations/EditorDestination.cs
similarity index 100%
rename from Greenshot/Destinations/EditorDestination.cs
rename to src/Greenshot/Destinations/EditorDestination.cs
diff --git a/Greenshot/Destinations/EmailDestination.cs b/src/Greenshot/Destinations/EmailDestination.cs
similarity index 100%
rename from Greenshot/Destinations/EmailDestination.cs
rename to src/Greenshot/Destinations/EmailDestination.cs
diff --git a/Greenshot/Destinations/FileDestination.cs b/src/Greenshot/Destinations/FileDestination.cs
similarity index 100%
rename from Greenshot/Destinations/FileDestination.cs
rename to src/Greenshot/Destinations/FileDestination.cs
diff --git a/Greenshot/Destinations/FileWithDialogDestination.cs b/src/Greenshot/Destinations/FileWithDialogDestination.cs
similarity index 100%
rename from Greenshot/Destinations/FileWithDialogDestination.cs
rename to src/Greenshot/Destinations/FileWithDialogDestination.cs
diff --git a/Greenshot/Destinations/PickerDestination.cs b/src/Greenshot/Destinations/PickerDestination.cs
similarity index 100%
rename from Greenshot/Destinations/PickerDestination.cs
rename to src/Greenshot/Destinations/PickerDestination.cs
diff --git a/Greenshot/Destinations/PrinterDestination.cs b/src/Greenshot/Destinations/PrinterDestination.cs
similarity index 100%
rename from Greenshot/Destinations/PrinterDestination.cs
rename to src/Greenshot/Destinations/PrinterDestination.cs
diff --git a/Greenshot/Drawing/Adorners/AbstractAdorner.cs b/src/Greenshot/Drawing/Adorners/AbstractAdorner.cs
similarity index 100%
rename from Greenshot/Drawing/Adorners/AbstractAdorner.cs
rename to src/Greenshot/Drawing/Adorners/AbstractAdorner.cs
diff --git a/Greenshot/Drawing/Adorners/MoveAdorner.cs b/src/Greenshot/Drawing/Adorners/MoveAdorner.cs
similarity index 100%
rename from Greenshot/Drawing/Adorners/MoveAdorner.cs
rename to src/Greenshot/Drawing/Adorners/MoveAdorner.cs
diff --git a/Greenshot/Drawing/Adorners/ResizeAdorner.cs b/src/Greenshot/Drawing/Adorners/ResizeAdorner.cs
similarity index 100%
rename from Greenshot/Drawing/Adorners/ResizeAdorner.cs
rename to src/Greenshot/Drawing/Adorners/ResizeAdorner.cs
diff --git a/Greenshot/Drawing/Adorners/TargetAdorner.cs b/src/Greenshot/Drawing/Adorners/TargetAdorner.cs
similarity index 100%
rename from Greenshot/Drawing/Adorners/TargetAdorner.cs
rename to src/Greenshot/Drawing/Adorners/TargetAdorner.cs
diff --git a/Greenshot/Drawing/ArrowContainer.cs b/src/Greenshot/Drawing/ArrowContainer.cs
similarity index 100%
rename from Greenshot/Drawing/ArrowContainer.cs
rename to src/Greenshot/Drawing/ArrowContainer.cs
diff --git a/Greenshot/Drawing/CropContainer.cs b/src/Greenshot/Drawing/CropContainer.cs
similarity index 100%
rename from Greenshot/Drawing/CropContainer.cs
rename to src/Greenshot/Drawing/CropContainer.cs
diff --git a/Greenshot/Drawing/CursorContainer.cs b/src/Greenshot/Drawing/CursorContainer.cs
similarity index 100%
rename from Greenshot/Drawing/CursorContainer.cs
rename to src/Greenshot/Drawing/CursorContainer.cs
diff --git a/Greenshot/Drawing/DrawableContainer.cs b/src/Greenshot/Drawing/DrawableContainer.cs
similarity index 100%
rename from Greenshot/Drawing/DrawableContainer.cs
rename to src/Greenshot/Drawing/DrawableContainer.cs
diff --git a/Greenshot/Drawing/DrawableContainerList.cs b/src/Greenshot/Drawing/DrawableContainerList.cs
similarity index 100%
rename from Greenshot/Drawing/DrawableContainerList.cs
rename to src/Greenshot/Drawing/DrawableContainerList.cs
diff --git a/Greenshot/Drawing/EllipseContainer.cs b/src/Greenshot/Drawing/EllipseContainer.cs
similarity index 100%
rename from Greenshot/Drawing/EllipseContainer.cs
rename to src/Greenshot/Drawing/EllipseContainer.cs
diff --git a/Greenshot/Drawing/Fields/AbstractFieldHolder.cs b/src/Greenshot/Drawing/Fields/AbstractFieldHolder.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/AbstractFieldHolder.cs
rename to src/Greenshot/Drawing/Fields/AbstractFieldHolder.cs
diff --git a/Greenshot/Drawing/Fields/AbstractFieldHolderWithChildren.cs b/src/Greenshot/Drawing/Fields/AbstractFieldHolderWithChildren.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/AbstractFieldHolderWithChildren.cs
rename to src/Greenshot/Drawing/Fields/AbstractFieldHolderWithChildren.cs
diff --git a/Greenshot/Drawing/Fields/Binding/AbstractBindingConverter.cs b/src/Greenshot/Drawing/Fields/Binding/AbstractBindingConverter.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/Binding/AbstractBindingConverter.cs
rename to src/Greenshot/Drawing/Fields/Binding/AbstractBindingConverter.cs
diff --git a/Greenshot/Drawing/Fields/Binding/BidirectionalBinding.cs b/src/Greenshot/Drawing/Fields/Binding/BidirectionalBinding.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/Binding/BidirectionalBinding.cs
rename to src/Greenshot/Drawing/Fields/Binding/BidirectionalBinding.cs
diff --git a/Greenshot/Drawing/Fields/Binding/DecimalDoublePercentageConverter.cs b/src/Greenshot/Drawing/Fields/Binding/DecimalDoublePercentageConverter.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/Binding/DecimalDoublePercentageConverter.cs
rename to src/Greenshot/Drawing/Fields/Binding/DecimalDoublePercentageConverter.cs
diff --git a/Greenshot/Drawing/Fields/Binding/DecimalFloatConverter.cs b/src/Greenshot/Drawing/Fields/Binding/DecimalFloatConverter.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/Binding/DecimalFloatConverter.cs
rename to src/Greenshot/Drawing/Fields/Binding/DecimalFloatConverter.cs
diff --git a/Greenshot/Drawing/Fields/Binding/DecimalIntConverter.cs b/src/Greenshot/Drawing/Fields/Binding/DecimalIntConverter.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/Binding/DecimalIntConverter.cs
rename to src/Greenshot/Drawing/Fields/Binding/DecimalIntConverter.cs
diff --git a/Greenshot/Drawing/Fields/Binding/IBindingConverter.cs b/src/Greenshot/Drawing/Fields/Binding/IBindingConverter.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/Binding/IBindingConverter.cs
rename to src/Greenshot/Drawing/Fields/Binding/IBindingConverter.cs
diff --git a/Greenshot/Drawing/Fields/Binding/IBindingValidator.cs b/src/Greenshot/Drawing/Fields/Binding/IBindingValidator.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/Binding/IBindingValidator.cs
rename to src/Greenshot/Drawing/Fields/Binding/IBindingValidator.cs
diff --git a/Greenshot/Drawing/Fields/Binding/NotNullValidator.cs b/src/Greenshot/Drawing/Fields/Binding/NotNullValidator.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/Binding/NotNullValidator.cs
rename to src/Greenshot/Drawing/Fields/Binding/NotNullValidator.cs
diff --git a/Greenshot/Drawing/Fields/Field.cs b/src/Greenshot/Drawing/Fields/Field.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/Field.cs
rename to src/Greenshot/Drawing/Fields/Field.cs
diff --git a/Greenshot/Drawing/Fields/FieldAggregator.cs b/src/Greenshot/Drawing/Fields/FieldAggregator.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/FieldAggregator.cs
rename to src/Greenshot/Drawing/Fields/FieldAggregator.cs
diff --git a/Greenshot/Drawing/Fields/FieldType.cs b/src/Greenshot/Drawing/Fields/FieldType.cs
similarity index 100%
rename from Greenshot/Drawing/Fields/FieldType.cs
rename to src/Greenshot/Drawing/Fields/FieldType.cs
diff --git a/Greenshot/Drawing/FilterContainer.cs b/src/Greenshot/Drawing/FilterContainer.cs
similarity index 100%
rename from Greenshot/Drawing/FilterContainer.cs
rename to src/Greenshot/Drawing/FilterContainer.cs
diff --git a/Greenshot/Drawing/Filters/AbstractFilter.cs b/src/Greenshot/Drawing/Filters/AbstractFilter.cs
similarity index 100%
rename from Greenshot/Drawing/Filters/AbstractFilter.cs
rename to src/Greenshot/Drawing/Filters/AbstractFilter.cs
diff --git a/Greenshot/Drawing/Filters/BlurFilter.cs b/src/Greenshot/Drawing/Filters/BlurFilter.cs
similarity index 100%
rename from Greenshot/Drawing/Filters/BlurFilter.cs
rename to src/Greenshot/Drawing/Filters/BlurFilter.cs
diff --git a/Greenshot/Drawing/Filters/BrightnessFilter.cs b/src/Greenshot/Drawing/Filters/BrightnessFilter.cs
similarity index 100%
rename from Greenshot/Drawing/Filters/BrightnessFilter.cs
rename to src/Greenshot/Drawing/Filters/BrightnessFilter.cs
diff --git a/Greenshot/Drawing/Filters/GrayscaleFilter.cs b/src/Greenshot/Drawing/Filters/GrayscaleFilter.cs
similarity index 100%
rename from Greenshot/Drawing/Filters/GrayscaleFilter.cs
rename to src/Greenshot/Drawing/Filters/GrayscaleFilter.cs
diff --git a/Greenshot/Drawing/Filters/HighlightFilter.cs b/src/Greenshot/Drawing/Filters/HighlightFilter.cs
similarity index 100%
rename from Greenshot/Drawing/Filters/HighlightFilter.cs
rename to src/Greenshot/Drawing/Filters/HighlightFilter.cs
diff --git a/Greenshot/Drawing/Filters/IFilter.cs b/src/Greenshot/Drawing/Filters/IFilter.cs
similarity index 100%
rename from Greenshot/Drawing/Filters/IFilter.cs
rename to src/Greenshot/Drawing/Filters/IFilter.cs
diff --git a/Greenshot/Drawing/Filters/MagnifierFilter.cs b/src/Greenshot/Drawing/Filters/MagnifierFilter.cs
similarity index 100%
rename from Greenshot/Drawing/Filters/MagnifierFilter.cs
rename to src/Greenshot/Drawing/Filters/MagnifierFilter.cs
diff --git a/Greenshot/Drawing/Filters/PixelizationFilter.cs b/src/Greenshot/Drawing/Filters/PixelizationFilter.cs
similarity index 100%
rename from Greenshot/Drawing/Filters/PixelizationFilter.cs
rename to src/Greenshot/Drawing/Filters/PixelizationFilter.cs
diff --git a/Greenshot/Drawing/FreehandContainer.cs b/src/Greenshot/Drawing/FreehandContainer.cs
similarity index 100%
rename from Greenshot/Drawing/FreehandContainer.cs
rename to src/Greenshot/Drawing/FreehandContainer.cs
diff --git a/Greenshot/Drawing/HighlightContainer.cs b/src/Greenshot/Drawing/HighlightContainer.cs
similarity index 100%
rename from Greenshot/Drawing/HighlightContainer.cs
rename to src/Greenshot/Drawing/HighlightContainer.cs
diff --git a/Greenshot/Drawing/IconContainer.cs b/src/Greenshot/Drawing/IconContainer.cs
similarity index 100%
rename from Greenshot/Drawing/IconContainer.cs
rename to src/Greenshot/Drawing/IconContainer.cs
diff --git a/Greenshot/Drawing/ImageContainer.cs b/src/Greenshot/Drawing/ImageContainer.cs
similarity index 100%
rename from Greenshot/Drawing/ImageContainer.cs
rename to src/Greenshot/Drawing/ImageContainer.cs
diff --git a/Greenshot/Drawing/LineContainer.cs b/src/Greenshot/Drawing/LineContainer.cs
similarity index 100%
rename from Greenshot/Drawing/LineContainer.cs
rename to src/Greenshot/Drawing/LineContainer.cs
diff --git a/Greenshot/Drawing/ObfuscateContainer.cs b/src/Greenshot/Drawing/ObfuscateContainer.cs
similarity index 100%
rename from Greenshot/Drawing/ObfuscateContainer.cs
rename to src/Greenshot/Drawing/ObfuscateContainer.cs
diff --git a/Greenshot/Drawing/Positions.cs b/src/Greenshot/Drawing/Positions.cs
similarity index 100%
rename from Greenshot/Drawing/Positions.cs
rename to src/Greenshot/Drawing/Positions.cs
diff --git a/Greenshot/Drawing/RectangleContainer.cs b/src/Greenshot/Drawing/RectangleContainer.cs
similarity index 100%
rename from Greenshot/Drawing/RectangleContainer.cs
rename to src/Greenshot/Drawing/RectangleContainer.cs
diff --git a/Greenshot/Drawing/SpeechbubbleContainer.cs b/src/Greenshot/Drawing/SpeechbubbleContainer.cs
similarity index 100%
rename from Greenshot/Drawing/SpeechbubbleContainer.cs
rename to src/Greenshot/Drawing/SpeechbubbleContainer.cs
diff --git a/Greenshot/Drawing/StepLabelContainer.cs b/src/Greenshot/Drawing/StepLabelContainer.cs
similarity index 100%
rename from Greenshot/Drawing/StepLabelContainer.cs
rename to src/Greenshot/Drawing/StepLabelContainer.cs
diff --git a/Greenshot/Drawing/Surface.cs b/src/Greenshot/Drawing/Surface.cs
similarity index 100%
rename from Greenshot/Drawing/Surface.cs
rename to src/Greenshot/Drawing/Surface.cs
diff --git a/Greenshot/Drawing/TextContainer.cs b/src/Greenshot/Drawing/TextContainer.cs
similarity index 100%
rename from Greenshot/Drawing/TextContainer.cs
rename to src/Greenshot/Drawing/TextContainer.cs
diff --git a/Greenshot/Forms/AboutForm.Designer.cs b/src/Greenshot/Forms/AboutForm.Designer.cs
similarity index 100%
rename from Greenshot/Forms/AboutForm.Designer.cs
rename to src/Greenshot/Forms/AboutForm.Designer.cs
diff --git a/Greenshot/Forms/AboutForm.cs b/src/Greenshot/Forms/AboutForm.cs
similarity index 100%
rename from Greenshot/Forms/AboutForm.cs
rename to src/Greenshot/Forms/AboutForm.cs
diff --git a/Greenshot/Forms/AnimatingBaseForm.cs b/src/Greenshot/Forms/AnimatingBaseForm.cs
similarity index 100%
rename from Greenshot/Forms/AnimatingBaseForm.cs
rename to src/Greenshot/Forms/AnimatingBaseForm.cs
diff --git a/Greenshot/Forms/BaseForm.cs b/src/Greenshot/Forms/BaseForm.cs
similarity index 100%
rename from Greenshot/Forms/BaseForm.cs
rename to src/Greenshot/Forms/BaseForm.cs
diff --git a/Greenshot/Forms/BugReportForm.Designer.cs b/src/Greenshot/Forms/BugReportForm.Designer.cs
similarity index 100%
rename from Greenshot/Forms/BugReportForm.Designer.cs
rename to src/Greenshot/Forms/BugReportForm.Designer.cs
diff --git a/Greenshot/Forms/BugReportForm.cs b/src/Greenshot/Forms/BugReportForm.cs
similarity index 100%
rename from Greenshot/Forms/BugReportForm.cs
rename to src/Greenshot/Forms/BugReportForm.cs
diff --git a/Greenshot/Forms/CaptureForm.Designer.cs b/src/Greenshot/Forms/CaptureForm.Designer.cs
similarity index 100%
rename from Greenshot/Forms/CaptureForm.Designer.cs
rename to src/Greenshot/Forms/CaptureForm.Designer.cs
diff --git a/Greenshot/Forms/CaptureForm.cs b/src/Greenshot/Forms/CaptureForm.cs
similarity index 100%
rename from Greenshot/Forms/CaptureForm.cs
rename to src/Greenshot/Forms/CaptureForm.cs
diff --git a/Greenshot/Forms/ColorDialog.Designer.cs b/src/Greenshot/Forms/ColorDialog.Designer.cs
similarity index 100%
rename from Greenshot/Forms/ColorDialog.Designer.cs
rename to src/Greenshot/Forms/ColorDialog.Designer.cs
diff --git a/Greenshot/Forms/ColorDialog.cs b/src/Greenshot/Forms/ColorDialog.cs
similarity index 100%
rename from Greenshot/Forms/ColorDialog.cs
rename to src/Greenshot/Forms/ColorDialog.cs
diff --git a/Greenshot/Forms/ColorDialog.resx b/src/Greenshot/Forms/ColorDialog.resx
similarity index 100%
rename from Greenshot/Forms/ColorDialog.resx
rename to src/Greenshot/Forms/ColorDialog.resx
diff --git a/Greenshot/Forms/ColorPickerToolStripButton.cs b/src/Greenshot/Forms/ColorPickerToolStripButton.cs
similarity index 100%
rename from Greenshot/Forms/ColorPickerToolStripButton.cs
rename to src/Greenshot/Forms/ColorPickerToolStripButton.cs
diff --git a/Greenshot/Forms/DropShadowSettingsForm.Designer.cs b/src/Greenshot/Forms/DropShadowSettingsForm.Designer.cs
similarity index 100%
rename from Greenshot/Forms/DropShadowSettingsForm.Designer.cs
rename to src/Greenshot/Forms/DropShadowSettingsForm.Designer.cs
diff --git a/Greenshot/Forms/DropShadowSettingsForm.cs b/src/Greenshot/Forms/DropShadowSettingsForm.cs
similarity index 100%
rename from Greenshot/Forms/DropShadowSettingsForm.cs
rename to src/Greenshot/Forms/DropShadowSettingsForm.cs
diff --git a/Greenshot/Forms/ImageEditorForm.Designer.cs b/src/Greenshot/Forms/ImageEditorForm.Designer.cs
similarity index 100%
rename from Greenshot/Forms/ImageEditorForm.Designer.cs
rename to src/Greenshot/Forms/ImageEditorForm.Designer.cs
diff --git a/Greenshot/Forms/ImageEditorForm.cs b/src/Greenshot/Forms/ImageEditorForm.cs
similarity index 100%
rename from Greenshot/Forms/ImageEditorForm.cs
rename to src/Greenshot/Forms/ImageEditorForm.cs
diff --git a/Greenshot/Forms/ImageEditorForm.resx b/src/Greenshot/Forms/ImageEditorForm.resx
similarity index 100%
rename from Greenshot/Forms/ImageEditorForm.resx
rename to src/Greenshot/Forms/ImageEditorForm.resx
diff --git a/Greenshot/Forms/LanguageDialog.Designer.cs b/src/Greenshot/Forms/LanguageDialog.Designer.cs
similarity index 100%
rename from Greenshot/Forms/LanguageDialog.Designer.cs
rename to src/Greenshot/Forms/LanguageDialog.Designer.cs
diff --git a/Greenshot/Forms/LanguageDialog.cs b/src/Greenshot/Forms/LanguageDialog.cs
similarity index 100%
rename from Greenshot/Forms/LanguageDialog.cs
rename to src/Greenshot/Forms/LanguageDialog.cs
diff --git a/Greenshot/Forms/MainForm.Designer.cs b/src/Greenshot/Forms/MainForm.Designer.cs
similarity index 100%
rename from Greenshot/Forms/MainForm.Designer.cs
rename to src/Greenshot/Forms/MainForm.Designer.cs
diff --git a/Greenshot/Forms/MainForm.cs b/src/Greenshot/Forms/MainForm.cs
similarity index 100%
rename from Greenshot/Forms/MainForm.cs
rename to src/Greenshot/Forms/MainForm.cs
diff --git a/Greenshot/Forms/MainForm.resx b/src/Greenshot/Forms/MainForm.resx
similarity index 100%
rename from Greenshot/Forms/MainForm.resx
rename to src/Greenshot/Forms/MainForm.resx
diff --git a/Greenshot/Forms/MovableShowColorForm.Designer.cs b/src/Greenshot/Forms/MovableShowColorForm.Designer.cs
similarity index 100%
rename from Greenshot/Forms/MovableShowColorForm.Designer.cs
rename to src/Greenshot/Forms/MovableShowColorForm.Designer.cs
diff --git a/Greenshot/Forms/MovableShowColorForm.cs b/src/Greenshot/Forms/MovableShowColorForm.cs
similarity index 100%
rename from Greenshot/Forms/MovableShowColorForm.cs
rename to src/Greenshot/Forms/MovableShowColorForm.cs
diff --git a/Greenshot/Forms/PrintOptionsDialog.Designer.cs b/src/Greenshot/Forms/PrintOptionsDialog.Designer.cs
similarity index 100%
rename from Greenshot/Forms/PrintOptionsDialog.Designer.cs
rename to src/Greenshot/Forms/PrintOptionsDialog.Designer.cs
diff --git a/Greenshot/Forms/PrintOptionsDialog.cs b/src/Greenshot/Forms/PrintOptionsDialog.cs
similarity index 100%
rename from Greenshot/Forms/PrintOptionsDialog.cs
rename to src/Greenshot/Forms/PrintOptionsDialog.cs
diff --git a/Greenshot/Forms/ResizeSettingsForm.Designer.cs b/src/Greenshot/Forms/ResizeSettingsForm.Designer.cs
similarity index 100%
rename from Greenshot/Forms/ResizeSettingsForm.Designer.cs
rename to src/Greenshot/Forms/ResizeSettingsForm.Designer.cs
diff --git a/Greenshot/Forms/ResizeSettingsForm.cs b/src/Greenshot/Forms/ResizeSettingsForm.cs
similarity index 100%
rename from Greenshot/Forms/ResizeSettingsForm.cs
rename to src/Greenshot/Forms/ResizeSettingsForm.cs
diff --git a/Greenshot/Forms/SettingsForm.Designer.cs b/src/Greenshot/Forms/SettingsForm.Designer.cs
similarity index 100%
rename from Greenshot/Forms/SettingsForm.Designer.cs
rename to src/Greenshot/Forms/SettingsForm.Designer.cs
diff --git a/Greenshot/Forms/SettingsForm.cs b/src/Greenshot/Forms/SettingsForm.cs
similarity index 100%
rename from Greenshot/Forms/SettingsForm.cs
rename to src/Greenshot/Forms/SettingsForm.cs
diff --git a/Greenshot/Forms/SettingsForm.resx b/src/Greenshot/Forms/SettingsForm.resx
similarity index 100%
rename from Greenshot/Forms/SettingsForm.resx
rename to src/Greenshot/Forms/SettingsForm.resx
diff --git a/Greenshot/Forms/ToolStripMenuSelectList.cs b/src/Greenshot/Forms/ToolStripMenuSelectList.cs
similarity index 100%
rename from Greenshot/Forms/ToolStripMenuSelectList.cs
rename to src/Greenshot/Forms/ToolStripMenuSelectList.cs
diff --git a/Greenshot/Forms/TornEdgeSettingsForm.Designer.cs b/src/Greenshot/Forms/TornEdgeSettingsForm.Designer.cs
similarity index 100%
rename from Greenshot/Forms/TornEdgeSettingsForm.Designer.cs
rename to src/Greenshot/Forms/TornEdgeSettingsForm.Designer.cs
diff --git a/Greenshot/Forms/TornEdgeSettingsForm.cs b/src/Greenshot/Forms/TornEdgeSettingsForm.cs
similarity index 100%
rename from Greenshot/Forms/TornEdgeSettingsForm.cs
rename to src/Greenshot/Forms/TornEdgeSettingsForm.cs
diff --git a/Greenshot/Greenshot.csproj b/src/Greenshot/Greenshot.csproj
similarity index 100%
rename from Greenshot/Greenshot.csproj
rename to src/Greenshot/Greenshot.csproj
diff --git a/Greenshot/GreenshotMain.cs b/src/Greenshot/GreenshotMain.cs
similarity index 100%
rename from Greenshot/GreenshotMain.cs
rename to src/Greenshot/GreenshotMain.cs
diff --git a/Greenshot/Help/HelpFileLoader.cs b/src/Greenshot/Help/HelpFileLoader.cs
similarity index 100%
rename from Greenshot/Help/HelpFileLoader.cs
rename to src/Greenshot/Help/HelpFileLoader.cs
diff --git a/Greenshot/Helpers/CaptureHelper.cs b/src/Greenshot/Helpers/CaptureHelper.cs
similarity index 100%
rename from Greenshot/Helpers/CaptureHelper.cs
rename to src/Greenshot/Helpers/CaptureHelper.cs
diff --git a/Greenshot/Helpers/Colors.cs b/src/Greenshot/Helpers/Colors.cs
similarity index 100%
rename from Greenshot/Helpers/Colors.cs
rename to src/Greenshot/Helpers/Colors.cs
diff --git a/Greenshot/Helpers/CopyData.cs b/src/Greenshot/Helpers/CopyData.cs
similarity index 100%
rename from Greenshot/Helpers/CopyData.cs
rename to src/Greenshot/Helpers/CopyData.cs
diff --git a/Greenshot/Helpers/DestinationHelper.cs b/src/Greenshot/Helpers/DestinationHelper.cs
similarity index 100%
rename from Greenshot/Helpers/DestinationHelper.cs
rename to src/Greenshot/Helpers/DestinationHelper.cs
diff --git a/Greenshot/Helpers/Entities/UpdateFeed.cs b/src/Greenshot/Helpers/Entities/UpdateFeed.cs
similarity index 100%
rename from Greenshot/Helpers/Entities/UpdateFeed.cs
rename to src/Greenshot/Helpers/Entities/UpdateFeed.cs
diff --git a/Greenshot/Helpers/GeometryHelper.cs b/src/Greenshot/Helpers/GeometryHelper.cs
similarity index 100%
rename from Greenshot/Helpers/GeometryHelper.cs
rename to src/Greenshot/Helpers/GeometryHelper.cs
diff --git a/Greenshot/Helpers/GuiRectangle.cs b/src/Greenshot/Helpers/GuiRectangle.cs
similarity index 100%
rename from Greenshot/Helpers/GuiRectangle.cs
rename to src/Greenshot/Helpers/GuiRectangle.cs
diff --git a/Greenshot/Helpers/IECaptureHelper.cs b/src/Greenshot/Helpers/IECaptureHelper.cs
similarity index 100%
rename from Greenshot/Helpers/IECaptureHelper.cs
rename to src/Greenshot/Helpers/IECaptureHelper.cs
diff --git a/Greenshot/Helpers/IEInterop/IEContainer.cs b/src/Greenshot/Helpers/IEInterop/IEContainer.cs
similarity index 100%
rename from Greenshot/Helpers/IEInterop/IEContainer.cs
rename to src/Greenshot/Helpers/IEInterop/IEContainer.cs
diff --git a/Greenshot/Helpers/MailHelper.cs b/src/Greenshot/Helpers/MailHelper.cs
similarity index 100%
rename from Greenshot/Helpers/MailHelper.cs
rename to src/Greenshot/Helpers/MailHelper.cs
diff --git a/Greenshot/Helpers/NotifyIconNotificationService.cs b/src/Greenshot/Helpers/NotifyIconNotificationService.cs
similarity index 100%
rename from Greenshot/Helpers/NotifyIconNotificationService.cs
rename to src/Greenshot/Helpers/NotifyIconNotificationService.cs
diff --git a/Greenshot/Helpers/PluginHelper.cs b/src/Greenshot/Helpers/PluginHelper.cs
similarity index 100%
rename from Greenshot/Helpers/PluginHelper.cs
rename to src/Greenshot/Helpers/PluginHelper.cs
diff --git a/Greenshot/Helpers/PrintHelper.cs b/src/Greenshot/Helpers/PrintHelper.cs
similarity index 100%
rename from Greenshot/Helpers/PrintHelper.cs
rename to src/Greenshot/Helpers/PrintHelper.cs
diff --git a/Greenshot/Helpers/ProcessorHelper.cs b/src/Greenshot/Helpers/ProcessorHelper.cs
similarity index 100%
rename from Greenshot/Helpers/ProcessorHelper.cs
rename to src/Greenshot/Helpers/ProcessorHelper.cs
diff --git a/Greenshot/Helpers/ResourceMutex.cs b/src/Greenshot/Helpers/ResourceMutex.cs
similarity index 100%
rename from Greenshot/Helpers/ResourceMutex.cs
rename to src/Greenshot/Helpers/ResourceMutex.cs
diff --git a/Greenshot/Helpers/ScaleHelper.cs b/src/Greenshot/Helpers/ScaleHelper.cs
similarity index 100%
rename from Greenshot/Helpers/ScaleHelper.cs
rename to src/Greenshot/Helpers/ScaleHelper.cs
diff --git a/Greenshot/Helpers/SoundHelper.cs b/src/Greenshot/Helpers/SoundHelper.cs
similarity index 100%
rename from Greenshot/Helpers/SoundHelper.cs
rename to src/Greenshot/Helpers/SoundHelper.cs
diff --git a/Greenshot/Helpers/StartupHelper.cs b/src/Greenshot/Helpers/StartupHelper.cs
similarity index 100%
rename from Greenshot/Helpers/StartupHelper.cs
rename to src/Greenshot/Helpers/StartupHelper.cs
diff --git a/Greenshot/Helpers/ToolStripItemEndisabler.cs b/src/Greenshot/Helpers/ToolStripItemEndisabler.cs
similarity index 100%
rename from Greenshot/Helpers/ToolStripItemEndisabler.cs
rename to src/Greenshot/Helpers/ToolStripItemEndisabler.cs
diff --git a/Greenshot/Helpers/UpdateService.cs b/src/Greenshot/Helpers/UpdateService.cs
similarity index 100%
rename from Greenshot/Helpers/UpdateService.cs
rename to src/Greenshot/Helpers/UpdateService.cs
diff --git a/Greenshot/Languages/help-de-DE.html b/src/Greenshot/Languages/help-de-DE.html
similarity index 100%
rename from Greenshot/Languages/help-de-DE.html
rename to src/Greenshot/Languages/help-de-DE.html
diff --git a/Greenshot/Languages/help-en-US.html b/src/Greenshot/Languages/help-en-US.html
similarity index 100%
rename from Greenshot/Languages/help-en-US.html
rename to src/Greenshot/Languages/help-en-US.html
diff --git a/Greenshot/Languages/help-es-ES.html b/src/Greenshot/Languages/help-es-ES.html
similarity index 100%
rename from Greenshot/Languages/help-es-ES.html
rename to src/Greenshot/Languages/help-es-ES.html
diff --git a/Greenshot/Languages/help-fr-FR.html b/src/Greenshot/Languages/help-fr-FR.html
similarity index 100%
rename from Greenshot/Languages/help-fr-FR.html
rename to src/Greenshot/Languages/help-fr-FR.html
diff --git a/Greenshot/Languages/help-hu-HU.html b/src/Greenshot/Languages/help-hu-HU.html
similarity index 100%
rename from Greenshot/Languages/help-hu-HU.html
rename to src/Greenshot/Languages/help-hu-HU.html
diff --git a/Greenshot/Languages/help-it-IT.html b/src/Greenshot/Languages/help-it-IT.html
similarity index 100%
rename from Greenshot/Languages/help-it-IT.html
rename to src/Greenshot/Languages/help-it-IT.html
diff --git a/Greenshot/Languages/help-ko-KR.html b/src/Greenshot/Languages/help-ko-KR.html
similarity index 100%
rename from Greenshot/Languages/help-ko-KR.html
rename to src/Greenshot/Languages/help-ko-KR.html
diff --git a/Greenshot/Languages/help-nl-NL.html b/src/Greenshot/Languages/help-nl-NL.html
similarity index 100%
rename from Greenshot/Languages/help-nl-NL.html
rename to src/Greenshot/Languages/help-nl-NL.html
diff --git a/Greenshot/Languages/help-nn-NO.html b/src/Greenshot/Languages/help-nn-NO.html
similarity index 100%
rename from Greenshot/Languages/help-nn-NO.html
rename to src/Greenshot/Languages/help-nn-NO.html
diff --git a/Greenshot/Languages/help-pl-PL.html b/src/Greenshot/Languages/help-pl-PL.html
similarity index 100%
rename from Greenshot/Languages/help-pl-PL.html
rename to src/Greenshot/Languages/help-pl-PL.html
diff --git a/Greenshot/Languages/help-pt-BR.html b/src/Greenshot/Languages/help-pt-BR.html
similarity index 100%
rename from Greenshot/Languages/help-pt-BR.html
rename to src/Greenshot/Languages/help-pt-BR.html
diff --git a/Greenshot/Languages/help-pt-PT.html b/src/Greenshot/Languages/help-pt-PT.html
similarity index 100%
rename from Greenshot/Languages/help-pt-PT.html
rename to src/Greenshot/Languages/help-pt-PT.html
diff --git a/Greenshot/Languages/help-ru-RU.html b/src/Greenshot/Languages/help-ru-RU.html
similarity index 100%
rename from Greenshot/Languages/help-ru-RU.html
rename to src/Greenshot/Languages/help-ru-RU.html
diff --git a/Greenshot/Languages/help-sv-SE.html b/src/Greenshot/Languages/help-sv-SE.html
similarity index 100%
rename from Greenshot/Languages/help-sv-SE.html
rename to src/Greenshot/Languages/help-sv-SE.html
diff --git a/Greenshot/Languages/help-tr-TR.html b/src/Greenshot/Languages/help-tr-TR.html
similarity index 100%
rename from Greenshot/Languages/help-tr-TR.html
rename to src/Greenshot/Languages/help-tr-TR.html
diff --git a/Greenshot/Languages/help-zh-CN.html b/src/Greenshot/Languages/help-zh-CN.html
similarity index 100%
rename from Greenshot/Languages/help-zh-CN.html
rename to src/Greenshot/Languages/help-zh-CN.html
diff --git a/Greenshot/Languages/installer/language-installer-de-DE.xml b/src/Greenshot/Languages/installer/language-installer-de-DE.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-de-DE.xml
rename to src/Greenshot/Languages/installer/language-installer-de-DE.xml
diff --git a/Greenshot/Languages/installer/language-installer-en-US.xml b/src/Greenshot/Languages/installer/language-installer-en-US.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-en-US.xml
rename to src/Greenshot/Languages/installer/language-installer-en-US.xml
diff --git a/Greenshot/Languages/installer/language-installer-es-ES.xml b/src/Greenshot/Languages/installer/language-installer-es-ES.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-es-ES.xml
rename to src/Greenshot/Languages/installer/language-installer-es-ES.xml
diff --git a/Greenshot/Languages/installer/language-installer-fi-FI.xml b/src/Greenshot/Languages/installer/language-installer-fi-FI.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-fi-FI.xml
rename to src/Greenshot/Languages/installer/language-installer-fi-FI.xml
diff --git a/Greenshot/Languages/installer/language-installer-fr-FR.xml b/src/Greenshot/Languages/installer/language-installer-fr-FR.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-fr-FR.xml
rename to src/Greenshot/Languages/installer/language-installer-fr-FR.xml
diff --git a/Greenshot/Languages/installer/language-installer-it-IT.xml b/src/Greenshot/Languages/installer/language-installer-it-IT.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-it-IT.xml
rename to src/Greenshot/Languages/installer/language-installer-it-IT.xml
diff --git a/Greenshot/Languages/installer/language-installer-lv-LV.xml b/src/Greenshot/Languages/installer/language-installer-lv-LV.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-lv-LV.xml
rename to src/Greenshot/Languages/installer/language-installer-lv-LV.xml
diff --git a/Greenshot/Languages/installer/language-installer-nl-NL.xml b/src/Greenshot/Languages/installer/language-installer-nl-NL.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-nl-NL.xml
rename to src/Greenshot/Languages/installer/language-installer-nl-NL.xml
diff --git a/Greenshot/Languages/installer/language-installer-nn-NO.xml b/src/Greenshot/Languages/installer/language-installer-nn-NO.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-nn-NO.xml
rename to src/Greenshot/Languages/installer/language-installer-nn-NO.xml
diff --git a/Greenshot/Languages/installer/language-installer-sr-RS.xml b/src/Greenshot/Languages/installer/language-installer-sr-RS.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-sr-RS.xml
rename to src/Greenshot/Languages/installer/language-installer-sr-RS.xml
diff --git a/Greenshot/Languages/installer/language-installer-sv-SE.xml b/src/Greenshot/Languages/installer/language-installer-sv-SE.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-sv-SE.xml
rename to src/Greenshot/Languages/installer/language-installer-sv-SE.xml
diff --git a/Greenshot/Languages/installer/language-installer-uk-UA.xml b/src/Greenshot/Languages/installer/language-installer-uk-UA.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-uk-UA.xml
rename to src/Greenshot/Languages/installer/language-installer-uk-UA.xml
diff --git a/Greenshot/Languages/installer/language-installer-zh-CN.xml b/src/Greenshot/Languages/installer/language-installer-zh-CN.xml
similarity index 100%
rename from Greenshot/Languages/installer/language-installer-zh-CN.xml
rename to src/Greenshot/Languages/installer/language-installer-zh-CN.xml
diff --git a/Greenshot/Languages/language-ar-SY.xml b/src/Greenshot/Languages/language-ar-SY.xml
similarity index 100%
rename from Greenshot/Languages/language-ar-SY.xml
rename to src/Greenshot/Languages/language-ar-SY.xml
diff --git a/Greenshot/Languages/language-ca-CA.xml b/src/Greenshot/Languages/language-ca-CA.xml
similarity index 100%
rename from Greenshot/Languages/language-ca-CA.xml
rename to src/Greenshot/Languages/language-ca-CA.xml
diff --git a/Greenshot/Languages/language-cs-CZ.xml b/src/Greenshot/Languages/language-cs-CZ.xml
similarity index 100%
rename from Greenshot/Languages/language-cs-CZ.xml
rename to src/Greenshot/Languages/language-cs-CZ.xml
diff --git a/Greenshot/Languages/language-da-DK.xml b/src/Greenshot/Languages/language-da-DK.xml
similarity index 100%
rename from Greenshot/Languages/language-da-DK.xml
rename to src/Greenshot/Languages/language-da-DK.xml
diff --git a/Greenshot/Languages/language-de-DE.xml b/src/Greenshot/Languages/language-de-DE.xml
similarity index 100%
rename from Greenshot/Languages/language-de-DE.xml
rename to src/Greenshot/Languages/language-de-DE.xml
diff --git a/Greenshot/Languages/language-de-x-franconia.xml b/src/Greenshot/Languages/language-de-x-franconia.xml
similarity index 100%
rename from Greenshot/Languages/language-de-x-franconia.xml
rename to src/Greenshot/Languages/language-de-x-franconia.xml
diff --git a/Greenshot/Languages/language-el-GR.xml b/src/Greenshot/Languages/language-el-GR.xml
similarity index 100%
rename from Greenshot/Languages/language-el-GR.xml
rename to src/Greenshot/Languages/language-el-GR.xml
diff --git a/Greenshot/Languages/language-en-US.xml b/src/Greenshot/Languages/language-en-US.xml
similarity index 100%
rename from Greenshot/Languages/language-en-US.xml
rename to src/Greenshot/Languages/language-en-US.xml
diff --git a/Greenshot/Languages/language-es-ES.xml b/src/Greenshot/Languages/language-es-ES.xml
similarity index 100%
rename from Greenshot/Languages/language-es-ES.xml
rename to src/Greenshot/Languages/language-es-ES.xml
diff --git a/Greenshot/Languages/language-et-EE.xml b/src/Greenshot/Languages/language-et-EE.xml
similarity index 100%
rename from Greenshot/Languages/language-et-EE.xml
rename to src/Greenshot/Languages/language-et-EE.xml
diff --git a/Greenshot/Languages/language-fa-IR.xml b/src/Greenshot/Languages/language-fa-IR.xml
similarity index 100%
rename from Greenshot/Languages/language-fa-IR.xml
rename to src/Greenshot/Languages/language-fa-IR.xml
diff --git a/Greenshot/Languages/language-fi-FI.xml b/src/Greenshot/Languages/language-fi-FI.xml
similarity index 100%
rename from Greenshot/Languages/language-fi-FI.xml
rename to src/Greenshot/Languages/language-fi-FI.xml
diff --git a/Greenshot/Languages/language-fr-FR.xml b/src/Greenshot/Languages/language-fr-FR.xml
similarity index 100%
rename from Greenshot/Languages/language-fr-FR.xml
rename to src/Greenshot/Languages/language-fr-FR.xml
diff --git a/Greenshot/Languages/language-fr-QC.xml b/src/Greenshot/Languages/language-fr-QC.xml
similarity index 100%
rename from Greenshot/Languages/language-fr-QC.xml
rename to src/Greenshot/Languages/language-fr-QC.xml
diff --git a/Greenshot/Languages/language-he-IL.xml b/src/Greenshot/Languages/language-he-IL.xml
similarity index 100%
rename from Greenshot/Languages/language-he-IL.xml
rename to src/Greenshot/Languages/language-he-IL.xml
diff --git a/Greenshot/Languages/language-hu-HU.xml b/src/Greenshot/Languages/language-hu-HU.xml
similarity index 100%
rename from Greenshot/Languages/language-hu-HU.xml
rename to src/Greenshot/Languages/language-hu-HU.xml
diff --git a/Greenshot/Languages/language-id-ID.xml b/src/Greenshot/Languages/language-id-ID.xml
similarity index 100%
rename from Greenshot/Languages/language-id-ID.xml
rename to src/Greenshot/Languages/language-id-ID.xml
diff --git a/Greenshot/Languages/language-it-IT.xml b/src/Greenshot/Languages/language-it-IT.xml
similarity index 100%
rename from Greenshot/Languages/language-it-IT.xml
rename to src/Greenshot/Languages/language-it-IT.xml
diff --git a/Greenshot/Languages/language-ja-JP.xml b/src/Greenshot/Languages/language-ja-JP.xml
similarity index 100%
rename from Greenshot/Languages/language-ja-JP.xml
rename to src/Greenshot/Languages/language-ja-JP.xml
diff --git a/Greenshot/Languages/language-kab-DZ.xml b/src/Greenshot/Languages/language-kab-DZ.xml
similarity index 100%
rename from Greenshot/Languages/language-kab-DZ.xml
rename to src/Greenshot/Languages/language-kab-DZ.xml
diff --git a/Greenshot/Languages/language-ko-KR.xml b/src/Greenshot/Languages/language-ko-KR.xml
similarity index 100%
rename from Greenshot/Languages/language-ko-KR.xml
rename to src/Greenshot/Languages/language-ko-KR.xml
diff --git a/Greenshot/Languages/language-lt-LT.xml b/src/Greenshot/Languages/language-lt-LT.xml
similarity index 100%
rename from Greenshot/Languages/language-lt-LT.xml
rename to src/Greenshot/Languages/language-lt-LT.xml
diff --git a/Greenshot/Languages/language-lv-LV.xml b/src/Greenshot/Languages/language-lv-LV.xml
similarity index 100%
rename from Greenshot/Languages/language-lv-LV.xml
rename to src/Greenshot/Languages/language-lv-LV.xml
diff --git a/Greenshot/Languages/language-nl-NL.xml b/src/Greenshot/Languages/language-nl-NL.xml
similarity index 100%
rename from Greenshot/Languages/language-nl-NL.xml
rename to src/Greenshot/Languages/language-nl-NL.xml
diff --git a/Greenshot/Languages/language-nn-NO.xml b/src/Greenshot/Languages/language-nn-NO.xml
similarity index 100%
rename from Greenshot/Languages/language-nn-NO.xml
rename to src/Greenshot/Languages/language-nn-NO.xml
diff --git a/Greenshot/Languages/language-pl-PL.xml b/src/Greenshot/Languages/language-pl-PL.xml
similarity index 100%
rename from Greenshot/Languages/language-pl-PL.xml
rename to src/Greenshot/Languages/language-pl-PL.xml
diff --git a/Greenshot/Languages/language-pt-BR.xml b/src/Greenshot/Languages/language-pt-BR.xml
similarity index 100%
rename from Greenshot/Languages/language-pt-BR.xml
rename to src/Greenshot/Languages/language-pt-BR.xml
diff --git a/Greenshot/Languages/language-pt-PT.xml b/src/Greenshot/Languages/language-pt-PT.xml
similarity index 100%
rename from Greenshot/Languages/language-pt-PT.xml
rename to src/Greenshot/Languages/language-pt-PT.xml
diff --git a/Greenshot/Languages/language-ro-RO.xml b/src/Greenshot/Languages/language-ro-RO.xml
similarity index 100%
rename from Greenshot/Languages/language-ro-RO.xml
rename to src/Greenshot/Languages/language-ro-RO.xml
diff --git a/Greenshot/Languages/language-ru-RU.xml b/src/Greenshot/Languages/language-ru-RU.xml
similarity index 100%
rename from Greenshot/Languages/language-ru-RU.xml
rename to src/Greenshot/Languages/language-ru-RU.xml
diff --git a/Greenshot/Languages/language-sk-SK.xml b/src/Greenshot/Languages/language-sk-SK.xml
similarity index 100%
rename from Greenshot/Languages/language-sk-SK.xml
rename to src/Greenshot/Languages/language-sk-SK.xml
diff --git a/Greenshot/Languages/language-sl-SI.xml b/src/Greenshot/Languages/language-sl-SI.xml
similarity index 100%
rename from Greenshot/Languages/language-sl-SI.xml
rename to src/Greenshot/Languages/language-sl-SI.xml
diff --git a/Greenshot/Languages/language-sr-RS.xml b/src/Greenshot/Languages/language-sr-RS.xml
similarity index 100%
rename from Greenshot/Languages/language-sr-RS.xml
rename to src/Greenshot/Languages/language-sr-RS.xml
diff --git a/Greenshot/Languages/language-sv-SE.xml b/src/Greenshot/Languages/language-sv-SE.xml
similarity index 100%
rename from Greenshot/Languages/language-sv-SE.xml
rename to src/Greenshot/Languages/language-sv-SE.xml
diff --git a/Greenshot/Languages/language-tr-TR.xml b/src/Greenshot/Languages/language-tr-TR.xml
similarity index 100%
rename from Greenshot/Languages/language-tr-TR.xml
rename to src/Greenshot/Languages/language-tr-TR.xml
diff --git a/Greenshot/Languages/language-uk-UA.xml b/src/Greenshot/Languages/language-uk-UA.xml
similarity index 100%
rename from Greenshot/Languages/language-uk-UA.xml
rename to src/Greenshot/Languages/language-uk-UA.xml
diff --git a/Greenshot/Languages/language-vi-VN.xml b/src/Greenshot/Languages/language-vi-VN.xml
similarity index 100%
rename from Greenshot/Languages/language-vi-VN.xml
rename to src/Greenshot/Languages/language-vi-VN.xml
diff --git a/Greenshot/Languages/language-zh-CN.xml b/src/Greenshot/Languages/language-zh-CN.xml
similarity index 100%
rename from Greenshot/Languages/language-zh-CN.xml
rename to src/Greenshot/Languages/language-zh-CN.xml
diff --git a/Greenshot/Languages/language-zh-TW.xml b/src/Greenshot/Languages/language-zh-TW.xml
similarity index 100%
rename from Greenshot/Languages/language-zh-TW.xml
rename to src/Greenshot/Languages/language-zh-TW.xml
diff --git a/Greenshot/Languages/website/language-website-de-DE.xml b/src/Greenshot/Languages/website/language-website-de-DE.xml
similarity index 100%
rename from Greenshot/Languages/website/language-website-de-DE.xml
rename to src/Greenshot/Languages/website/language-website-de-DE.xml
diff --git a/Greenshot/Languages/website/language-website-en-US.xml b/src/Greenshot/Languages/website/language-website-en-US.xml
similarity index 100%
rename from Greenshot/Languages/website/language-website-en-US.xml
rename to src/Greenshot/Languages/website/language-website-en-US.xml
diff --git a/Greenshot/Languages/website/language-website-es-ES.xml b/src/Greenshot/Languages/website/language-website-es-ES.xml
similarity index 100%
rename from Greenshot/Languages/website/language-website-es-ES.xml
rename to src/Greenshot/Languages/website/language-website-es-ES.xml
diff --git a/Greenshot/Languages/website/language-website-fr-FR.xml b/src/Greenshot/Languages/website/language-website-fr-FR.xml
similarity index 100%
rename from Greenshot/Languages/website/language-website-fr-FR.xml
rename to src/Greenshot/Languages/website/language-website-fr-FR.xml
diff --git a/Greenshot/Languages/website/language-website-it-IT.xml b/src/Greenshot/Languages/website/language-website-it-IT.xml
similarity index 100%
rename from Greenshot/Languages/website/language-website-it-IT.xml
rename to src/Greenshot/Languages/website/language-website-it-IT.xml
diff --git a/Greenshot/Languages/website/language-website-lv-LV.xml b/src/Greenshot/Languages/website/language-website-lv-LV.xml
similarity index 100%
rename from Greenshot/Languages/website/language-website-lv-LV.xml
rename to src/Greenshot/Languages/website/language-website-lv-LV.xml
diff --git a/Greenshot/Languages/website/language-website-nn-NO.xml b/src/Greenshot/Languages/website/language-website-nn-NO.xml
similarity index 100%
rename from Greenshot/Languages/website/language-website-nn-NO.xml
rename to src/Greenshot/Languages/website/language-website-nn-NO.xml
diff --git a/Greenshot/Languages/website/language-website-pt-BR.xml b/src/Greenshot/Languages/website/language-website-pt-BR.xml
similarity index 100%
rename from Greenshot/Languages/website/language-website-pt-BR.xml
rename to src/Greenshot/Languages/website/language-website-pt-BR.xml
diff --git a/Greenshot/Languages/website/language-website-sv-SE.xml b/src/Greenshot/Languages/website/language-website-sv-SE.xml
similarity index 100%
rename from Greenshot/Languages/website/language-website-sv-SE.xml
rename to src/Greenshot/Languages/website/language-website-sv-SE.xml
diff --git a/Greenshot/Languages/website/language-website-uk-UA.xml b/src/Greenshot/Languages/website/language-website-uk-UA.xml
similarity index 100%
rename from Greenshot/Languages/website/language-website-uk-UA.xml
rename to src/Greenshot/Languages/website/language-website-uk-UA.xml
diff --git a/Greenshot/Memento/AddElementMemento.cs b/src/Greenshot/Memento/AddElementMemento.cs
similarity index 100%
rename from Greenshot/Memento/AddElementMemento.cs
rename to src/Greenshot/Memento/AddElementMemento.cs
diff --git a/Greenshot/Memento/AddElementsMemento.cs b/src/Greenshot/Memento/AddElementsMemento.cs
similarity index 100%
rename from Greenshot/Memento/AddElementsMemento.cs
rename to src/Greenshot/Memento/AddElementsMemento.cs
diff --git a/Greenshot/Memento/ChangeFieldHolderMemento.cs b/src/Greenshot/Memento/ChangeFieldHolderMemento.cs
similarity index 100%
rename from Greenshot/Memento/ChangeFieldHolderMemento.cs
rename to src/Greenshot/Memento/ChangeFieldHolderMemento.cs
diff --git a/Greenshot/Memento/DeleteElementMemento.cs b/src/Greenshot/Memento/DeleteElementMemento.cs
similarity index 100%
rename from Greenshot/Memento/DeleteElementMemento.cs
rename to src/Greenshot/Memento/DeleteElementMemento.cs
diff --git a/Greenshot/Memento/DeleteElementsMemento.cs b/src/Greenshot/Memento/DeleteElementsMemento.cs
similarity index 100%
rename from Greenshot/Memento/DeleteElementsMemento.cs
rename to src/Greenshot/Memento/DeleteElementsMemento.cs
diff --git a/Greenshot/Memento/DrawableContainerBoundsChangeMemento.cs b/src/Greenshot/Memento/DrawableContainerBoundsChangeMemento.cs
similarity index 100%
rename from Greenshot/Memento/DrawableContainerBoundsChangeMemento.cs
rename to src/Greenshot/Memento/DrawableContainerBoundsChangeMemento.cs
diff --git a/Greenshot/Memento/SurfaceBackgroundChangeMemento.cs b/src/Greenshot/Memento/SurfaceBackgroundChangeMemento.cs
similarity index 100%
rename from Greenshot/Memento/SurfaceBackgroundChangeMemento.cs
rename to src/Greenshot/Memento/SurfaceBackgroundChangeMemento.cs
diff --git a/Greenshot/Memento/TextChangeMemento.cs b/src/Greenshot/Memento/TextChangeMemento.cs
similarity index 100%
rename from Greenshot/Memento/TextChangeMemento.cs
rename to src/Greenshot/Memento/TextChangeMemento.cs
diff --git a/Greenshot/Processors/TitleFixProcessor.cs b/src/Greenshot/Processors/TitleFixProcessor.cs
similarity index 100%
rename from Greenshot/Processors/TitleFixProcessor.cs
rename to src/Greenshot/Processors/TitleFixProcessor.cs
diff --git a/Greenshot/Sounds.resx b/src/Greenshot/Sounds.resx
similarity index 100%
rename from Greenshot/Sounds.resx
rename to src/Greenshot/Sounds.resx
diff --git a/Greenshot/greenshot.manifest b/src/Greenshot/greenshot.manifest
similarity index 100%
rename from Greenshot/greenshot.manifest
rename to src/Greenshot/greenshot.manifest
diff --git a/Greenshot/icons/applicationIcon/16.ico b/src/Greenshot/icons/applicationIcon/16.ico
similarity index 100%
rename from Greenshot/icons/applicationIcon/16.ico
rename to src/Greenshot/icons/applicationIcon/16.ico
diff --git a/Greenshot/icons/applicationIcon/16.png b/src/Greenshot/icons/applicationIcon/16.png
similarity index 100%
rename from Greenshot/icons/applicationIcon/16.png
rename to src/Greenshot/icons/applicationIcon/16.png
diff --git a/Greenshot/icons/applicationIcon/32.ico b/src/Greenshot/icons/applicationIcon/32.ico
similarity index 100%
rename from Greenshot/icons/applicationIcon/32.ico
rename to src/Greenshot/icons/applicationIcon/32.ico
diff --git a/Greenshot/icons/applicationIcon/32.png b/src/Greenshot/icons/applicationIcon/32.png
similarity index 100%
rename from Greenshot/icons/applicationIcon/32.png
rename to src/Greenshot/icons/applicationIcon/32.png
diff --git a/Greenshot/icons/applicationIcon/48.ico b/src/Greenshot/icons/applicationIcon/48.ico
similarity index 100%
rename from Greenshot/icons/applicationIcon/48.ico
rename to src/Greenshot/icons/applicationIcon/48.ico
diff --git a/Greenshot/icons/applicationIcon/48.png b/src/Greenshot/icons/applicationIcon/48.png
similarity index 100%
rename from Greenshot/icons/applicationIcon/48.png
rename to src/Greenshot/icons/applicationIcon/48.png
diff --git a/Greenshot/icons/applicationIcon/90.png b/src/Greenshot/icons/applicationIcon/90.png
similarity index 100%
rename from Greenshot/icons/applicationIcon/90.png
rename to src/Greenshot/icons/applicationIcon/90.png
diff --git a/Greenshot/icons/applicationIcon/icon.ico b/src/Greenshot/icons/applicationIcon/icon.ico
similarity index 100%
rename from Greenshot/icons/applicationIcon/icon.ico
rename to src/Greenshot/icons/applicationIcon/icon.ico
diff --git a/Greenshot/icons/arrow_redo.png b/src/Greenshot/icons/arrow_redo.png
similarity index 100%
rename from Greenshot/icons/arrow_redo.png
rename to src/Greenshot/icons/arrow_redo.png
diff --git a/Greenshot/icons/arrow_rollback.png b/src/Greenshot/icons/arrow_rollback.png
similarity index 100%
rename from Greenshot/icons/arrow_rollback.png
rename to src/Greenshot/icons/arrow_rollback.png
diff --git a/Greenshot/icons/arrow_undo.png b/src/Greenshot/icons/arrow_undo.png
similarity index 100%
rename from Greenshot/icons/arrow_undo.png
rename to src/Greenshot/icons/arrow_undo.png
diff --git a/Greenshot/icons/balloon.png b/src/Greenshot/icons/balloon.png
similarity index 100%
rename from Greenshot/icons/balloon.png
rename to src/Greenshot/icons/balloon.png
diff --git a/Greenshot/icons/cancel.png b/src/Greenshot/icons/cancel.png
similarity index 100%
rename from Greenshot/icons/cancel.png
rename to src/Greenshot/icons/cancel.png
diff --git a/Greenshot/icons/cross.png b/src/Greenshot/icons/cross.png
similarity index 100%
rename from Greenshot/icons/cross.png
rename to src/Greenshot/icons/cross.png
diff --git a/Greenshot/icons/cut.png b/src/Greenshot/icons/cut.png
similarity index 100%
rename from Greenshot/icons/cut.png
rename to src/Greenshot/icons/cut.png
diff --git a/Greenshot/icons/delete.png b/src/Greenshot/icons/delete.png
similarity index 100%
rename from Greenshot/icons/delete.png
rename to src/Greenshot/icons/delete.png
diff --git a/Greenshot/icons/filter_blur.png b/src/Greenshot/icons/filter_blur.png
similarity index 100%
rename from Greenshot/icons/filter_blur.png
rename to src/Greenshot/icons/filter_blur.png
diff --git a/Greenshot/icons/filter_pixelate.png b/src/Greenshot/icons/filter_pixelate.png
similarity index 100%
rename from Greenshot/icons/filter_pixelate.png
rename to src/Greenshot/icons/filter_pixelate.png
diff --git a/Greenshot/icons/folder-open-image.png b/src/Greenshot/icons/folder-open-image.png
similarity index 100%
rename from Greenshot/icons/folder-open-image.png
rename to src/Greenshot/icons/folder-open-image.png
diff --git a/Greenshot/icons/folder_explore.png b/src/Greenshot/icons/folder_explore.png
similarity index 100%
rename from Greenshot/icons/folder_explore.png
rename to src/Greenshot/icons/folder_explore.png
diff --git a/Greenshot/icons/font_color.png b/src/Greenshot/icons/font_color.png
similarity index 100%
rename from Greenshot/icons/font_color.png
rename to src/Greenshot/icons/font_color.png
diff --git a/Greenshot/icons/freehand.png b/src/Greenshot/icons/freehand.png
similarity index 100%
rename from Greenshot/icons/freehand.png
rename to src/Greenshot/icons/freehand.png
diff --git a/Greenshot/icons/fugue/arrow-resize.png b/src/Greenshot/icons/fugue/arrow-resize.png
similarity index 100%
rename from Greenshot/icons/fugue/arrow-resize.png
rename to src/Greenshot/icons/fugue/arrow-resize.png
diff --git a/Greenshot/icons/fugue/clipboard-paste-image.png b/src/Greenshot/icons/fugue/clipboard-paste-image.png
similarity index 100%
rename from Greenshot/icons/fugue/clipboard-paste-image.png
rename to src/Greenshot/icons/fugue/clipboard-paste-image.png
diff --git a/Greenshot/icons/fugue/clipboard.png b/src/Greenshot/icons/fugue/clipboard.png
similarity index 100%
rename from Greenshot/icons/fugue/clipboard.png
rename to src/Greenshot/icons/fugue/clipboard.png
diff --git a/Greenshot/icons/fugue/color-swatch.png b/src/Greenshot/icons/fugue/color-swatch.png
similarity index 100%
rename from Greenshot/icons/fugue/color-swatch.png
rename to src/Greenshot/icons/fugue/color-swatch.png
diff --git a/Greenshot/icons/fugue/cross.png b/src/Greenshot/icons/fugue/cross.png
similarity index 100%
rename from Greenshot/icons/fugue/cross.png
rename to src/Greenshot/icons/fugue/cross.png
diff --git a/Greenshot/icons/fugue/cursor.png b/src/Greenshot/icons/fugue/cursor.png
similarity index 100%
rename from Greenshot/icons/fugue/cursor.png
rename to src/Greenshot/icons/fugue/cursor.png
diff --git a/Greenshot/icons/fugue/disk-black.png b/src/Greenshot/icons/fugue/disk-black.png
similarity index 100%
rename from Greenshot/icons/fugue/disk-black.png
rename to src/Greenshot/icons/fugue/disk-black.png
diff --git a/Greenshot/icons/fugue/edit-alignment-center.png b/src/Greenshot/icons/fugue/edit-alignment-center.png
similarity index 100%
rename from Greenshot/icons/fugue/edit-alignment-center.png
rename to src/Greenshot/icons/fugue/edit-alignment-center.png
diff --git a/Greenshot/icons/fugue/edit-alignment-right.png b/src/Greenshot/icons/fugue/edit-alignment-right.png
similarity index 100%
rename from Greenshot/icons/fugue/edit-alignment-right.png
rename to src/Greenshot/icons/fugue/edit-alignment-right.png
diff --git a/Greenshot/icons/fugue/edit-alignment.png b/src/Greenshot/icons/fugue/edit-alignment.png
similarity index 100%
rename from Greenshot/icons/fugue/edit-alignment.png
rename to src/Greenshot/icons/fugue/edit-alignment.png
diff --git a/Greenshot/icons/fugue/edit-blur.png b/src/Greenshot/icons/fugue/edit-blur.png
similarity index 100%
rename from Greenshot/icons/fugue/edit-blur.png
rename to src/Greenshot/icons/fugue/edit-blur.png
diff --git a/Greenshot/icons/fugue/edit-bold.png b/src/Greenshot/icons/fugue/edit-bold.png
similarity index 100%
rename from Greenshot/icons/fugue/edit-bold.png
rename to src/Greenshot/icons/fugue/edit-bold.png
diff --git a/Greenshot/icons/fugue/edit-italic.png b/src/Greenshot/icons/fugue/edit-italic.png
similarity index 100%
rename from Greenshot/icons/fugue/edit-italic.png
rename to src/Greenshot/icons/fugue/edit-italic.png
diff --git a/Greenshot/icons/fugue/edit-pixelate.png b/src/Greenshot/icons/fugue/edit-pixelate.png
similarity index 100%
rename from Greenshot/icons/fugue/edit-pixelate.png
rename to src/Greenshot/icons/fugue/edit-pixelate.png
diff --git a/Greenshot/icons/fugue/edit-underline.png b/src/Greenshot/icons/fugue/edit-underline.png
similarity index 100%
rename from Greenshot/icons/fugue/edit-underline.png
rename to src/Greenshot/icons/fugue/edit-underline.png
diff --git a/Greenshot/icons/fugue/edit-vertical-alignment-middle.png b/src/Greenshot/icons/fugue/edit-vertical-alignment-middle.png
similarity index 100%
rename from Greenshot/icons/fugue/edit-vertical-alignment-middle.png
rename to src/Greenshot/icons/fugue/edit-vertical-alignment-middle.png
diff --git a/Greenshot/icons/fugue/edit-vertical-alignment-top.png b/src/Greenshot/icons/fugue/edit-vertical-alignment-top.png
similarity index 100%
rename from Greenshot/icons/fugue/edit-vertical-alignment-top.png
rename to src/Greenshot/icons/fugue/edit-vertical-alignment-top.png
diff --git a/Greenshot/icons/fugue/edit-vertical-alignment.png b/src/Greenshot/icons/fugue/edit-vertical-alignment.png
similarity index 100%
rename from Greenshot/icons/fugue/edit-vertical-alignment.png
rename to src/Greenshot/icons/fugue/edit-vertical-alignment.png
diff --git a/Greenshot/icons/fugue/filter_base.pdn b/src/Greenshot/icons/fugue/filter_base.pdn
similarity index 100%
rename from Greenshot/icons/fugue/filter_base.pdn
rename to src/Greenshot/icons/fugue/filter_base.pdn
diff --git a/Greenshot/icons/fugue/filter_highlight_area.png b/src/Greenshot/icons/fugue/filter_highlight_area.png
similarity index 100%
rename from Greenshot/icons/fugue/filter_highlight_area.png
rename to src/Greenshot/icons/fugue/filter_highlight_area.png
diff --git a/Greenshot/icons/fugue/filter_highlight_grayscale.png b/src/Greenshot/icons/fugue/filter_highlight_grayscale.png
similarity index 100%
rename from Greenshot/icons/fugue/filter_highlight_grayscale.png
rename to src/Greenshot/icons/fugue/filter_highlight_grayscale.png
diff --git a/Greenshot/icons/fugue/filter_highlight_text.png b/src/Greenshot/icons/fugue/filter_highlight_text.png
similarity index 100%
rename from Greenshot/icons/fugue/filter_highlight_text.png
rename to src/Greenshot/icons/fugue/filter_highlight_text.png
diff --git a/Greenshot/icons/fugue/gear.png b/src/Greenshot/icons/fugue/gear.png
similarity index 100%
rename from Greenshot/icons/fugue/gear.png
rename to src/Greenshot/icons/fugue/gear.png
diff --git a/Greenshot/icons/fugue/highlighter-color.png b/src/Greenshot/icons/fugue/highlighter-color.png
similarity index 100%
rename from Greenshot/icons/fugue/highlighter-color.png
rename to src/Greenshot/icons/fugue/highlighter-color.png
diff --git a/Greenshot/icons/fugue/highlighter-text.png b/src/Greenshot/icons/fugue/highlighter-text.png
similarity index 100%
rename from Greenshot/icons/fugue/highlighter-text.png
rename to src/Greenshot/icons/fugue/highlighter-text.png
diff --git a/Greenshot/icons/fugue/image-blur.png b/src/Greenshot/icons/fugue/image-blur.png
similarity index 100%
rename from Greenshot/icons/fugue/image-blur.png
rename to src/Greenshot/icons/fugue/image-blur.png
diff --git a/Greenshot/icons/fugue/image-pixelate.png b/src/Greenshot/icons/fugue/image-pixelate.png
similarity index 100%
rename from Greenshot/icons/fugue/image-pixelate.png
rename to src/Greenshot/icons/fugue/image-pixelate.png
diff --git a/Greenshot/icons/fugue/images.png b/src/Greenshot/icons/fugue/images.png
similarity index 100%
rename from Greenshot/icons/fugue/images.png
rename to src/Greenshot/icons/fugue/images.png
diff --git a/Greenshot/icons/fugue/layer-shape-arrow.png b/src/Greenshot/icons/fugue/layer-shape-arrow.png
similarity index 100%
rename from Greenshot/icons/fugue/layer-shape-arrow.png
rename to src/Greenshot/icons/fugue/layer-shape-arrow.png
diff --git a/Greenshot/icons/fugue/layer-shape-ellipse.png b/src/Greenshot/icons/fugue/layer-shape-ellipse.png
similarity index 100%
rename from Greenshot/icons/fugue/layer-shape-ellipse.png
rename to src/Greenshot/icons/fugue/layer-shape-ellipse.png
diff --git a/Greenshot/icons/fugue/layer-shape-line.png b/src/Greenshot/icons/fugue/layer-shape-line.png
similarity index 100%
rename from Greenshot/icons/fugue/layer-shape-line.png
rename to src/Greenshot/icons/fugue/layer-shape-line.png
diff --git a/Greenshot/icons/fugue/layer-shape-text.png b/src/Greenshot/icons/fugue/layer-shape-text.png
similarity index 100%
rename from Greenshot/icons/fugue/layer-shape-text.png
rename to src/Greenshot/icons/fugue/layer-shape-text.png
diff --git a/Greenshot/icons/fugue/layer-shape.png b/src/Greenshot/icons/fugue/layer-shape.png
similarity index 100%
rename from Greenshot/icons/fugue/layer-shape.png
rename to src/Greenshot/icons/fugue/layer-shape.png
diff --git a/Greenshot/icons/fugue/magnifier-zoom-actual.png b/src/Greenshot/icons/fugue/magnifier-zoom-actual.png
similarity index 100%
rename from Greenshot/icons/fugue/magnifier-zoom-actual.png
rename to src/Greenshot/icons/fugue/magnifier-zoom-actual.png
diff --git a/Greenshot/icons/fugue/magnifier-zoom-fit.png b/src/Greenshot/icons/fugue/magnifier-zoom-fit.png
similarity index 100%
rename from Greenshot/icons/fugue/magnifier-zoom-fit.png
rename to src/Greenshot/icons/fugue/magnifier-zoom-fit.png
diff --git a/Greenshot/icons/fugue/magnifier-zoom-in.png b/src/Greenshot/icons/fugue/magnifier-zoom-in.png
similarity index 100%
rename from Greenshot/icons/fugue/magnifier-zoom-in.png
rename to src/Greenshot/icons/fugue/magnifier-zoom-in.png
diff --git a/Greenshot/icons/fugue/magnifier-zoom-out.png b/src/Greenshot/icons/fugue/magnifier-zoom-out.png
similarity index 100%
rename from Greenshot/icons/fugue/magnifier-zoom-out.png
rename to src/Greenshot/icons/fugue/magnifier-zoom-out.png
diff --git a/Greenshot/icons/fugue/magnifier-zoom.png b/src/Greenshot/icons/fugue/magnifier-zoom.png
similarity index 100%
rename from Greenshot/icons/fugue/magnifier-zoom.png
rename to src/Greenshot/icons/fugue/magnifier-zoom.png
diff --git a/Greenshot/icons/fugue/magnifier.png b/src/Greenshot/icons/fugue/magnifier.png
similarity index 100%
rename from Greenshot/icons/fugue/magnifier.png
rename to src/Greenshot/icons/fugue/magnifier.png
diff --git a/Greenshot/icons/fugue/mail-open-image.png b/src/Greenshot/icons/fugue/mail-open-image.png
similarity index 100%
rename from Greenshot/icons/fugue/mail-open-image.png
rename to src/Greenshot/icons/fugue/mail-open-image.png
diff --git a/Greenshot/icons/fugue/minus-circle.png b/src/Greenshot/icons/fugue/minus-circle.png
similarity index 100%
rename from Greenshot/icons/fugue/minus-circle.png
rename to src/Greenshot/icons/fugue/minus-circle.png
diff --git a/Greenshot/icons/fugue/money-coin.png b/src/Greenshot/icons/fugue/money-coin.png
similarity index 100%
rename from Greenshot/icons/fugue/money-coin.png
rename to src/Greenshot/icons/fugue/money-coin.png
diff --git a/Greenshot/icons/fugue/paint-can-color-bg.png b/src/Greenshot/icons/fugue/paint-can-color-bg.png
similarity index 100%
rename from Greenshot/icons/fugue/paint-can-color-bg.png
rename to src/Greenshot/icons/fugue/paint-can-color-bg.png
diff --git a/Greenshot/icons/fugue/paint-can-color.png b/src/Greenshot/icons/fugue/paint-can-color.png
similarity index 100%
rename from Greenshot/icons/fugue/paint-can-color.png
rename to src/Greenshot/icons/fugue/paint-can-color.png
diff --git a/Greenshot/icons/fugue/pencil-color-bg.png b/src/Greenshot/icons/fugue/pencil-color-bg.png
similarity index 100%
rename from Greenshot/icons/fugue/pencil-color-bg.png
rename to src/Greenshot/icons/fugue/pencil-color-bg.png
diff --git a/Greenshot/icons/fugue/pencil-color.png b/src/Greenshot/icons/fugue/pencil-color.png
similarity index 100%
rename from Greenshot/icons/fugue/pencil-color.png
rename to src/Greenshot/icons/fugue/pencil-color.png
diff --git a/Greenshot/icons/fugue/printer.png b/src/Greenshot/icons/fugue/printer.png
similarity index 100%
rename from Greenshot/icons/fugue/printer.png
rename to src/Greenshot/icons/fugue/printer.png
diff --git a/Greenshot/icons/fugue/question.png b/src/Greenshot/icons/fugue/question.png
similarity index 100%
rename from Greenshot/icons/fugue/question.png
rename to src/Greenshot/icons/fugue/question.png
diff --git a/Greenshot/icons/fugue/ruler-crop.png b/src/Greenshot/icons/fugue/ruler-crop.png
similarity index 100%
rename from Greenshot/icons/fugue/ruler-crop.png
rename to src/Greenshot/icons/fugue/ruler-crop.png
diff --git a/Greenshot/icons/fugue/scissors.png b/src/Greenshot/icons/fugue/scissors.png
similarity index 100%
rename from Greenshot/icons/fugue/scissors.png
rename to src/Greenshot/icons/fugue/scissors.png
diff --git a/Greenshot/icons/fugue/slash.png b/src/Greenshot/icons/fugue/slash.png
similarity index 100%
rename from Greenshot/icons/fugue/slash.png
rename to src/Greenshot/icons/fugue/slash.png
diff --git a/Greenshot/icons/fugue/tick.png b/src/Greenshot/icons/fugue/tick.png
similarity index 100%
rename from Greenshot/icons/fugue/tick.png
rename to src/Greenshot/icons/fugue/tick.png
diff --git a/Greenshot/icons/heart.png b/src/Greenshot/icons/heart.png
similarity index 100%
rename from Greenshot/icons/heart.png
rename to src/Greenshot/icons/heart.png
diff --git a/Greenshot/icons/help.png b/src/Greenshot/icons/help.png
similarity index 100%
rename from Greenshot/icons/help.png
rename to src/Greenshot/icons/help.png
diff --git a/Greenshot/icons/highlighter.png b/src/Greenshot/icons/highlighter.png
similarity index 100%
rename from Greenshot/icons/highlighter.png
rename to src/Greenshot/icons/highlighter.png
diff --git a/Greenshot/icons/layer-rotate-left.png b/src/Greenshot/icons/layer-rotate-left.png
similarity index 100%
rename from Greenshot/icons/layer-rotate-left.png
rename to src/Greenshot/icons/layer-rotate-left.png
diff --git a/Greenshot/icons/layer-rotate.png b/src/Greenshot/icons/layer-rotate.png
similarity index 100%
rename from Greenshot/icons/layer-rotate.png
rename to src/Greenshot/icons/layer-rotate.png
diff --git a/Greenshot/icons/notification-counter-01.png b/src/Greenshot/icons/notification-counter-01.png
similarity index 100%
rename from Greenshot/icons/notification-counter-01.png
rename to src/Greenshot/icons/notification-counter-01.png
diff --git a/Greenshot/icons/notification-counter-02.png b/src/Greenshot/icons/notification-counter-02.png
similarity index 100%
rename from Greenshot/icons/notification-counter-02.png
rename to src/Greenshot/icons/notification-counter-02.png
diff --git a/Greenshot/icons/notification-counter-03.png b/src/Greenshot/icons/notification-counter-03.png
similarity index 100%
rename from Greenshot/icons/notification-counter-03.png
rename to src/Greenshot/icons/notification-counter-03.png
diff --git a/Greenshot/icons/notification-counter-04.png b/src/Greenshot/icons/notification-counter-04.png
similarity index 100%
rename from Greenshot/icons/notification-counter-04.png
rename to src/Greenshot/icons/notification-counter-04.png
diff --git a/Greenshot/icons/notification-counter-05.png b/src/Greenshot/icons/notification-counter-05.png
similarity index 100%
rename from Greenshot/icons/notification-counter-05.png
rename to src/Greenshot/icons/notification-counter-05.png
diff --git a/Greenshot/icons/notification-counter-06.png b/src/Greenshot/icons/notification-counter-06.png
similarity index 100%
rename from Greenshot/icons/notification-counter-06.png
rename to src/Greenshot/icons/notification-counter-06.png
diff --git a/Greenshot/icons/notification-counter-07.png b/src/Greenshot/icons/notification-counter-07.png
similarity index 100%
rename from Greenshot/icons/notification-counter-07.png
rename to src/Greenshot/icons/notification-counter-07.png
diff --git a/Greenshot/icons/notification-counter-08.png b/src/Greenshot/icons/notification-counter-08.png
similarity index 100%
rename from Greenshot/icons/notification-counter-08.png
rename to src/Greenshot/icons/notification-counter-08.png
diff --git a/Greenshot/icons/notification-counter-09.png b/src/Greenshot/icons/notification-counter-09.png
similarity index 100%
rename from Greenshot/icons/notification-counter-09.png
rename to src/Greenshot/icons/notification-counter-09.png
diff --git a/Greenshot/icons/notification-counter-10.png b/src/Greenshot/icons/notification-counter-10.png
similarity index 100%
rename from Greenshot/icons/notification-counter-10.png
rename to src/Greenshot/icons/notification-counter-10.png
diff --git a/Greenshot/icons/notification-counter-11.png b/src/Greenshot/icons/notification-counter-11.png
similarity index 100%
rename from Greenshot/icons/notification-counter-11.png
rename to src/Greenshot/icons/notification-counter-11.png
diff --git a/Greenshot/icons/notification-counter-12.png b/src/Greenshot/icons/notification-counter-12.png
similarity index 100%
rename from Greenshot/icons/notification-counter-12.png
rename to src/Greenshot/icons/notification-counter-12.png
diff --git a/Greenshot/icons/notification-counter-13.png b/src/Greenshot/icons/notification-counter-13.png
similarity index 100%
rename from Greenshot/icons/notification-counter-13.png
rename to src/Greenshot/icons/notification-counter-13.png
diff --git a/Greenshot/icons/notification-counter-14.png b/src/Greenshot/icons/notification-counter-14.png
similarity index 100%
rename from Greenshot/icons/notification-counter-14.png
rename to src/Greenshot/icons/notification-counter-14.png
diff --git a/Greenshot/icons/notification-counter-15.png b/src/Greenshot/icons/notification-counter-15.png
similarity index 100%
rename from Greenshot/icons/notification-counter-15.png
rename to src/Greenshot/icons/notification-counter-15.png
diff --git a/Greenshot/icons/notification-counter-16.png b/src/Greenshot/icons/notification-counter-16.png
similarity index 100%
rename from Greenshot/icons/notification-counter-16.png
rename to src/Greenshot/icons/notification-counter-16.png
diff --git a/Greenshot/icons/notification-counter-17.png b/src/Greenshot/icons/notification-counter-17.png
similarity index 100%
rename from Greenshot/icons/notification-counter-17.png
rename to src/Greenshot/icons/notification-counter-17.png
diff --git a/Greenshot/icons/notification-counter-18.png b/src/Greenshot/icons/notification-counter-18.png
similarity index 100%
rename from Greenshot/icons/notification-counter-18.png
rename to src/Greenshot/icons/notification-counter-18.png
diff --git a/Greenshot/icons/notification-counter-19.png b/src/Greenshot/icons/notification-counter-19.png
similarity index 100%
rename from Greenshot/icons/notification-counter-19.png
rename to src/Greenshot/icons/notification-counter-19.png
diff --git a/Greenshot/icons/notification-counter-20-plus.png b/src/Greenshot/icons/notification-counter-20-plus.png
similarity index 100%
rename from Greenshot/icons/notification-counter-20-plus.png
rename to src/Greenshot/icons/notification-counter-20-plus.png
diff --git a/Greenshot/icons/notification-counter-20.png b/src/Greenshot/icons/notification-counter-20.png
similarity index 100%
rename from Greenshot/icons/notification-counter-20.png
rename to src/Greenshot/icons/notification-counter-20.png
diff --git a/Greenshot/icons/page_copy.png b/src/Greenshot/icons/page_copy.png
similarity index 100%
rename from Greenshot/icons/page_copy.png
rename to src/Greenshot/icons/page_copy.png
diff --git a/Greenshot/icons/palette.png b/src/Greenshot/icons/palette.png
similarity index 100%
rename from Greenshot/icons/palette.png
rename to src/Greenshot/icons/palette.png
diff --git a/Greenshot/icons/picture_save.png b/src/Greenshot/icons/picture_save.png
similarity index 100%
rename from Greenshot/icons/picture_save.png
rename to src/Greenshot/icons/picture_save.png
diff --git a/Greenshot/icons/picture_saveas.png b/src/Greenshot/icons/picture_saveas.png
similarity index 100%
rename from Greenshot/icons/picture_saveas.png
rename to src/Greenshot/icons/picture_saveas.png
diff --git a/Greenshot/icons/picture_to_clipboard.png b/src/Greenshot/icons/picture_to_clipboard.png
similarity index 100%
rename from Greenshot/icons/picture_to_clipboard.png
rename to src/Greenshot/icons/picture_to_clipboard.png
diff --git a/Greenshot/icons/pipette.png b/src/Greenshot/icons/pipette.png
similarity index 100%
rename from Greenshot/icons/pipette.png
rename to src/Greenshot/icons/pipette.png
diff --git a/Greenshot/icons/printer.png b/src/Greenshot/icons/printer.png
similarity index 100%
rename from Greenshot/icons/printer.png
rename to src/Greenshot/icons/printer.png
diff --git a/Greenshot/icons/propertyitemcontainer.gif b/src/Greenshot/icons/propertyitemcontainer.gif
similarity index 100%
rename from Greenshot/icons/propertyitemcontainer.gif
rename to src/Greenshot/icons/propertyitemcontainer.gif
diff --git a/Greenshot/icons/redo.png b/src/Greenshot/icons/redo.png
similarity index 100%
rename from Greenshot/icons/redo.png
rename to src/Greenshot/icons/redo.png
diff --git a/Greenshot/icons/resize.png b/src/Greenshot/icons/resize.png
similarity index 100%
rename from Greenshot/icons/resize.png
rename to src/Greenshot/icons/resize.png
diff --git a/Greenshot/icons/ruler-crop.png b/src/Greenshot/icons/ruler-crop.png
similarity index 100%
rename from Greenshot/icons/ruler-crop.png
rename to src/Greenshot/icons/ruler-crop.png
diff --git a/Greenshot/icons/shadow.png b/src/Greenshot/icons/shadow.png
similarity index 100%
rename from Greenshot/icons/shadow.png
rename to src/Greenshot/icons/shadow.png
diff --git a/Greenshot/icons/shape_arrow_add.png b/src/Greenshot/icons/shape_arrow_add.png
similarity index 100%
rename from Greenshot/icons/shape_arrow_add.png
rename to src/Greenshot/icons/shape_arrow_add.png
diff --git a/Greenshot/icons/shape_arrowheads.png b/src/Greenshot/icons/shape_arrowheads.png
similarity index 100%
rename from Greenshot/icons/shape_arrowheads.png
rename to src/Greenshot/icons/shape_arrowheads.png
diff --git a/Greenshot/icons/shape_copy.png b/src/Greenshot/icons/shape_copy.png
similarity index 100%
rename from Greenshot/icons/shape_copy.png
rename to src/Greenshot/icons/shape_copy.png
diff --git a/Greenshot/icons/shape_ellipse_add.png b/src/Greenshot/icons/shape_ellipse_add.png
similarity index 100%
rename from Greenshot/icons/shape_ellipse_add.png
rename to src/Greenshot/icons/shape_ellipse_add.png
diff --git a/Greenshot/icons/shape_ellipse_delete.png b/src/Greenshot/icons/shape_ellipse_delete.png
similarity index 100%
rename from Greenshot/icons/shape_ellipse_delete.png
rename to src/Greenshot/icons/shape_ellipse_delete.png
diff --git a/Greenshot/icons/shape_line.png b/src/Greenshot/icons/shape_line.png
similarity index 100%
rename from Greenshot/icons/shape_line.png
rename to src/Greenshot/icons/shape_line.png
diff --git a/Greenshot/icons/shape_paste.png b/src/Greenshot/icons/shape_paste.png
similarity index 100%
rename from Greenshot/icons/shape_paste.png
rename to src/Greenshot/icons/shape_paste.png
diff --git a/Greenshot/icons/shape_square_add.png b/src/Greenshot/icons/shape_square_add.png
similarity index 100%
rename from Greenshot/icons/shape_square_add.png
rename to src/Greenshot/icons/shape_square_add.png
diff --git a/Greenshot/icons/shape_square_bordercolor.png b/src/Greenshot/icons/shape_square_bordercolor.png
similarity index 100%
rename from Greenshot/icons/shape_square_bordercolor.png
rename to src/Greenshot/icons/shape_square_bordercolor.png
diff --git a/Greenshot/icons/shape_square_delete.png b/src/Greenshot/icons/shape_square_delete.png
similarity index 100%
rename from Greenshot/icons/shape_square_delete.png
rename to src/Greenshot/icons/shape_square_delete.png
diff --git a/Greenshot/icons/shape_square_fillcolor.png b/src/Greenshot/icons/shape_square_fillcolor.png
similarity index 100%
rename from Greenshot/icons/shape_square_fillcolor.png
rename to src/Greenshot/icons/shape_square_fillcolor.png
diff --git a/Greenshot/icons/text_bold.png b/src/Greenshot/icons/text_bold.png
similarity index 100%
rename from Greenshot/icons/text_bold.png
rename to src/Greenshot/icons/text_bold.png
diff --git a/Greenshot/icons/text_dropcaps.png b/src/Greenshot/icons/text_dropcaps.png
similarity index 100%
rename from Greenshot/icons/text_dropcaps.png
rename to src/Greenshot/icons/text_dropcaps.png
diff --git a/Greenshot/icons/text_italic.png b/src/Greenshot/icons/text_italic.png
similarity index 100%
rename from Greenshot/icons/text_italic.png
rename to src/Greenshot/icons/text_italic.png
diff --git a/Greenshot/icons/text_underline.png b/src/Greenshot/icons/text_underline.png
similarity index 100%
rename from Greenshot/icons/text_underline.png
rename to src/Greenshot/icons/text_underline.png
diff --git a/Greenshot/icons/textfield_delete.png b/src/Greenshot/icons/textfield_delete.png
similarity index 100%
rename from Greenshot/icons/textfield_delete.png
rename to src/Greenshot/icons/textfield_delete.png
diff --git a/Greenshot/icons/undo.png b/src/Greenshot/icons/undo.png
similarity index 100%
rename from Greenshot/icons/undo.png
rename to src/Greenshot/icons/undo.png
diff --git a/Greenshot/icons/wand-hat.png b/src/Greenshot/icons/wand-hat.png
similarity index 100%
rename from Greenshot/icons/wand-hat.png
rename to src/Greenshot/icons/wand-hat.png
diff --git a/Greenshot/icons/wrench.png b/src/Greenshot/icons/wrench.png
similarity index 100%
rename from Greenshot/icons/wrench.png
rename to src/Greenshot/icons/wrench.png
diff --git a/Greenshot/icons/wrench_orange.png b/src/Greenshot/icons/wrench_orange.png
similarity index 100%
rename from Greenshot/icons/wrench_orange.png
rename to src/Greenshot/icons/wrench_orange.png
diff --git a/Greenshot/icons/zoom.png b/src/Greenshot/icons/zoom.png
similarity index 100%
rename from Greenshot/icons/zoom.png
rename to src/Greenshot/icons/zoom.png
diff --git a/Greenshot/log4net-debug.xml b/src/Greenshot/log4net-debug.xml
similarity index 100%
rename from Greenshot/log4net-debug.xml
rename to src/Greenshot/log4net-debug.xml
diff --git a/Greenshot/log4net-portable.xml b/src/Greenshot/log4net-portable.xml
similarity index 100%
rename from Greenshot/log4net-portable.xml
rename to src/Greenshot/log4net-portable.xml
diff --git a/Greenshot/log4net-zip.xml b/src/Greenshot/log4net-zip.xml
similarity index 100%
rename from Greenshot/log4net-zip.xml
rename to src/Greenshot/log4net-zip.xml
diff --git a/Greenshot/log4net.xml b/src/Greenshot/log4net.xml
similarity index 100%
rename from Greenshot/log4net.xml
rename to src/Greenshot/log4net.xml
diff --git a/Greenshot/releases/additional_files/installer.txt b/src/Greenshot/releases/additional_files/installer.txt
similarity index 100%
rename from Greenshot/releases/additional_files/installer.txt
rename to src/Greenshot/releases/additional_files/installer.txt
diff --git a/Greenshot/releases/additional_files/license.txt b/src/Greenshot/releases/additional_files/license.txt
similarity index 100%
rename from Greenshot/releases/additional_files/license.txt
rename to src/Greenshot/releases/additional_files/license.txt
diff --git a/Greenshot/releases/additional_files/readme.txt b/src/Greenshot/releases/additional_files/readme.txt
similarity index 100%
rename from Greenshot/releases/additional_files/readme.txt
rename to src/Greenshot/releases/additional_files/readme.txt
diff --git a/Greenshot/releases/appinfo.ini.template b/src/Greenshot/releases/appinfo.ini.template
similarity index 100%
rename from Greenshot/releases/appinfo.ini.template
rename to src/Greenshot/releases/appinfo.ini.template
diff --git a/Greenshot/releases/innosetup/IssProc/IssProc.dll b/src/Greenshot/releases/innosetup/IssProc/IssProc.dll
similarity index 100%
rename from Greenshot/releases/innosetup/IssProc/IssProc.dll
rename to src/Greenshot/releases/innosetup/IssProc/IssProc.dll
diff --git a/Greenshot/releases/innosetup/IssProc/IssProcLanguage.ini b/src/Greenshot/releases/innosetup/IssProc/IssProcLanguage.ini
similarity index 100%
rename from Greenshot/releases/innosetup/IssProc/IssProcLanguage.ini
rename to src/Greenshot/releases/innosetup/IssProc/IssProcLanguage.ini
diff --git a/Greenshot/releases/innosetup/Languages/Afrikaans.isl b/src/Greenshot/releases/innosetup/Languages/Afrikaans.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Afrikaans.isl
rename to src/Greenshot/releases/innosetup/Languages/Afrikaans.isl
diff --git a/Greenshot/releases/innosetup/Languages/Albanian.isl b/src/Greenshot/releases/innosetup/Languages/Albanian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Albanian.isl
rename to src/Greenshot/releases/innosetup/Languages/Albanian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Arabic.isl b/src/Greenshot/releases/innosetup/Languages/Arabic.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Arabic.isl
rename to src/Greenshot/releases/innosetup/Languages/Arabic.isl
diff --git a/Greenshot/releases/innosetup/Languages/Asturian.isl b/src/Greenshot/releases/innosetup/Languages/Asturian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Asturian.isl
rename to src/Greenshot/releases/innosetup/Languages/Asturian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Basque.isl b/src/Greenshot/releases/innosetup/Languages/Basque.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Basque.isl
rename to src/Greenshot/releases/innosetup/Languages/Basque.isl
diff --git a/Greenshot/releases/innosetup/Languages/Belarusian.isl b/src/Greenshot/releases/innosetup/Languages/Belarusian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Belarusian.isl
rename to src/Greenshot/releases/innosetup/Languages/Belarusian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Bengali.islu b/src/Greenshot/releases/innosetup/Languages/Bengali.islu
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Bengali.islu
rename to src/Greenshot/releases/innosetup/Languages/Bengali.islu
diff --git a/Greenshot/releases/innosetup/Languages/Bosnian.isl b/src/Greenshot/releases/innosetup/Languages/Bosnian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Bosnian.isl
rename to src/Greenshot/releases/innosetup/Languages/Bosnian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Bulgarian.isl b/src/Greenshot/releases/innosetup/Languages/Bulgarian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Bulgarian.isl
rename to src/Greenshot/releases/innosetup/Languages/Bulgarian.isl
diff --git a/Greenshot/releases/innosetup/Languages/ChineseSimplified.isl b/src/Greenshot/releases/innosetup/Languages/ChineseSimplified.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/ChineseSimplified.isl
rename to src/Greenshot/releases/innosetup/Languages/ChineseSimplified.isl
diff --git a/Greenshot/releases/innosetup/Languages/ChineseTraditional.isl b/src/Greenshot/releases/innosetup/Languages/ChineseTraditional.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/ChineseTraditional.isl
rename to src/Greenshot/releases/innosetup/Languages/ChineseTraditional.isl
diff --git a/Greenshot/releases/innosetup/Languages/Croatian.isl b/src/Greenshot/releases/innosetup/Languages/Croatian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Croatian.isl
rename to src/Greenshot/releases/innosetup/Languages/Croatian.isl
diff --git a/Greenshot/releases/innosetup/Languages/EnglishBritish.isl b/src/Greenshot/releases/innosetup/Languages/EnglishBritish.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/EnglishBritish.isl
rename to src/Greenshot/releases/innosetup/Languages/EnglishBritish.isl
diff --git a/Greenshot/releases/innosetup/Languages/Esperanto.isl b/src/Greenshot/releases/innosetup/Languages/Esperanto.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Esperanto.isl
rename to src/Greenshot/releases/innosetup/Languages/Esperanto.isl
diff --git a/Greenshot/releases/innosetup/Languages/Estonian.isl b/src/Greenshot/releases/innosetup/Languages/Estonian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Estonian.isl
rename to src/Greenshot/releases/innosetup/Languages/Estonian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Farsi.isl b/src/Greenshot/releases/innosetup/Languages/Farsi.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Farsi.isl
rename to src/Greenshot/releases/innosetup/Languages/Farsi.isl
diff --git a/Greenshot/releases/innosetup/Languages/Galician.isl b/src/Greenshot/releases/innosetup/Languages/Galician.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Galician.isl
rename to src/Greenshot/releases/innosetup/Languages/Galician.isl
diff --git a/Greenshot/releases/innosetup/Languages/Georgian.islu b/src/Greenshot/releases/innosetup/Languages/Georgian.islu
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Georgian.islu
rename to src/Greenshot/releases/innosetup/Languages/Georgian.islu
diff --git a/Greenshot/releases/innosetup/Languages/Greek.isl b/src/Greenshot/releases/innosetup/Languages/Greek.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Greek.isl
rename to src/Greenshot/releases/innosetup/Languages/Greek.isl
diff --git a/Greenshot/releases/innosetup/Languages/Hindi.islu b/src/Greenshot/releases/innosetup/Languages/Hindi.islu
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Hindi.islu
rename to src/Greenshot/releases/innosetup/Languages/Hindi.islu
diff --git a/Greenshot/releases/innosetup/Languages/Hungarian.isl b/src/Greenshot/releases/innosetup/Languages/Hungarian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Hungarian.isl
rename to src/Greenshot/releases/innosetup/Languages/Hungarian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Indonesian.isl b/src/Greenshot/releases/innosetup/Languages/Indonesian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Indonesian.isl
rename to src/Greenshot/releases/innosetup/Languages/Indonesian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Kazakh.islu b/src/Greenshot/releases/innosetup/Languages/Kazakh.islu
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Kazakh.islu
rename to src/Greenshot/releases/innosetup/Languages/Kazakh.islu
diff --git a/Greenshot/releases/innosetup/Languages/Korean.isl b/src/Greenshot/releases/innosetup/Languages/Korean.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Korean.isl
rename to src/Greenshot/releases/innosetup/Languages/Korean.isl
diff --git a/Greenshot/releases/innosetup/Languages/Kurdish.isl b/src/Greenshot/releases/innosetup/Languages/Kurdish.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Kurdish.isl
rename to src/Greenshot/releases/innosetup/Languages/Kurdish.isl
diff --git a/Greenshot/releases/innosetup/Languages/Latvian.isl b/src/Greenshot/releases/innosetup/Languages/Latvian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Latvian.isl
rename to src/Greenshot/releases/innosetup/Languages/Latvian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Ligurian.isl b/src/Greenshot/releases/innosetup/Languages/Ligurian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Ligurian.isl
rename to src/Greenshot/releases/innosetup/Languages/Ligurian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Lithuanian.isl b/src/Greenshot/releases/innosetup/Languages/Lithuanian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Lithuanian.isl
rename to src/Greenshot/releases/innosetup/Languages/Lithuanian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Luxemburgish.isl b/src/Greenshot/releases/innosetup/Languages/Luxemburgish.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Luxemburgish.isl
rename to src/Greenshot/releases/innosetup/Languages/Luxemburgish.isl
diff --git a/Greenshot/releases/innosetup/Languages/Macedonian.isl b/src/Greenshot/releases/innosetup/Languages/Macedonian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Macedonian.isl
rename to src/Greenshot/releases/innosetup/Languages/Macedonian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Malaysian.isl b/src/Greenshot/releases/innosetup/Languages/Malaysian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Malaysian.isl
rename to src/Greenshot/releases/innosetup/Languages/Malaysian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Marathi.islu b/src/Greenshot/releases/innosetup/Languages/Marathi.islu
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Marathi.islu
rename to src/Greenshot/releases/innosetup/Languages/Marathi.islu
diff --git a/Greenshot/releases/innosetup/Languages/Mongolian.isl b/src/Greenshot/releases/innosetup/Languages/Mongolian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Mongolian.isl
rename to src/Greenshot/releases/innosetup/Languages/Mongolian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Montenegrian.isl b/src/Greenshot/releases/innosetup/Languages/Montenegrian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Montenegrian.isl
rename to src/Greenshot/releases/innosetup/Languages/Montenegrian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Nepali.islu b/src/Greenshot/releases/innosetup/Languages/Nepali.islu
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Nepali.islu
rename to src/Greenshot/releases/innosetup/Languages/Nepali.islu
diff --git a/Greenshot/releases/innosetup/Languages/NorwegianNynorsk.isl b/src/Greenshot/releases/innosetup/Languages/NorwegianNynorsk.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/NorwegianNynorsk.isl
rename to src/Greenshot/releases/innosetup/Languages/NorwegianNynorsk.isl
diff --git a/Greenshot/releases/innosetup/Languages/Occitan.isl b/src/Greenshot/releases/innosetup/Languages/Occitan.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Occitan.isl
rename to src/Greenshot/releases/innosetup/Languages/Occitan.isl
diff --git a/Greenshot/releases/innosetup/Languages/Romanian.isl b/src/Greenshot/releases/innosetup/Languages/Romanian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Romanian.isl
rename to src/Greenshot/releases/innosetup/Languages/Romanian.isl
diff --git a/Greenshot/releases/innosetup/Languages/ScottishGaelic.isl b/src/Greenshot/releases/innosetup/Languages/ScottishGaelic.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/ScottishGaelic.isl
rename to src/Greenshot/releases/innosetup/Languages/ScottishGaelic.isl
diff --git a/Greenshot/releases/innosetup/Languages/SerbianCyrillic.isl b/src/Greenshot/releases/innosetup/Languages/SerbianCyrillic.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/SerbianCyrillic.isl
rename to src/Greenshot/releases/innosetup/Languages/SerbianCyrillic.isl
diff --git a/Greenshot/releases/innosetup/Languages/SerbianLatin.isl b/src/Greenshot/releases/innosetup/Languages/SerbianLatin.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/SerbianLatin.isl
rename to src/Greenshot/releases/innosetup/Languages/SerbianLatin.isl
diff --git a/Greenshot/releases/innosetup/Languages/Sinhala.islu b/src/Greenshot/releases/innosetup/Languages/Sinhala.islu
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Sinhala.islu
rename to src/Greenshot/releases/innosetup/Languages/Sinhala.islu
diff --git a/Greenshot/releases/innosetup/Languages/Swedish.isl b/src/Greenshot/releases/innosetup/Languages/Swedish.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Swedish.isl
rename to src/Greenshot/releases/innosetup/Languages/Swedish.isl
diff --git a/Greenshot/releases/innosetup/Languages/Tatar.isl b/src/Greenshot/releases/innosetup/Languages/Tatar.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Tatar.isl
rename to src/Greenshot/releases/innosetup/Languages/Tatar.isl
diff --git a/Greenshot/releases/innosetup/Languages/Thai.isl b/src/Greenshot/releases/innosetup/Languages/Thai.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Thai.isl
rename to src/Greenshot/releases/innosetup/Languages/Thai.isl
diff --git a/Greenshot/releases/innosetup/Languages/Uyghur.islu b/src/Greenshot/releases/innosetup/Languages/Uyghur.islu
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Uyghur.islu
rename to src/Greenshot/releases/innosetup/Languages/Uyghur.islu
diff --git a/Greenshot/releases/innosetup/Languages/Uzbek.isl b/src/Greenshot/releases/innosetup/Languages/Uzbek.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Uzbek.isl
rename to src/Greenshot/releases/innosetup/Languages/Uzbek.isl
diff --git a/Greenshot/releases/innosetup/Languages/Valencian.isl b/src/Greenshot/releases/innosetup/Languages/Valencian.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Valencian.isl
rename to src/Greenshot/releases/innosetup/Languages/Valencian.isl
diff --git a/Greenshot/releases/innosetup/Languages/Vietnamese.isl b/src/Greenshot/releases/innosetup/Languages/Vietnamese.isl
similarity index 100%
rename from Greenshot/releases/innosetup/Languages/Vietnamese.isl
rename to src/Greenshot/releases/innosetup/Languages/Vietnamese.isl
diff --git a/Greenshot/releases/innosetup/installer-large.bmp b/src/Greenshot/releases/innosetup/installer-large.bmp
similarity index 100%
rename from Greenshot/releases/innosetup/installer-large.bmp
rename to src/Greenshot/releases/innosetup/installer-large.bmp
diff --git a/Greenshot/releases/innosetup/installer-small.bmp b/src/Greenshot/releases/innosetup/installer-small.bmp
similarity index 100%
rename from Greenshot/releases/innosetup/installer-small.bmp
rename to src/Greenshot/releases/innosetup/installer-small.bmp
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/chinese.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/chinese.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/chinese.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/chinese.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/czech.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/czech.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/czech.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/czech.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/dutch.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/dutch.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/dutch.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/dutch.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/english.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/english.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/english.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/english.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/french.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/french.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/french.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/french.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/french2.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/french2.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/french2.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/french2.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/french3.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/french3.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/french3.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/french3.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/german.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/german.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/german.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/german.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/isxdl.dll b/src/Greenshot/releases/innosetup/scripts/isxdl/isxdl.dll
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/isxdl.dll
rename to src/Greenshot/releases/innosetup/scripts/isxdl/isxdl.dll
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/isxdl.iss b/src/Greenshot/releases/innosetup/scripts/isxdl/isxdl.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/isxdl.iss
rename to src/Greenshot/releases/innosetup/scripts/isxdl/isxdl.iss
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/italian.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/italian.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/italian.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/italian.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/japanese.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/japanese.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/japanese.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/japanese.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/korean.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/korean.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/korean.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/korean.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/norwegian.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/norwegian.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/norwegian.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/norwegian.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/polish.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/polish.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/polish.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/polish.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/portugues.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/portugues.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/portugues.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/portugues.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/portuguese.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/portuguese.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/portuguese.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/portuguese.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/russian.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/russian.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/russian.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/russian.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/spanish.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/spanish.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/spanish.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/spanish.ini
diff --git a/Greenshot/releases/innosetup/scripts/isxdl/swedish.ini b/src/Greenshot/releases/innosetup/scripts/isxdl/swedish.ini
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/isxdl/swedish.ini
rename to src/Greenshot/releases/innosetup/scripts/isxdl/swedish.ini
diff --git a/Greenshot/releases/innosetup/scripts/lang/chinese.iss b/src/Greenshot/releases/innosetup/scripts/lang/chinese.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/lang/chinese.iss
rename to src/Greenshot/releases/innosetup/scripts/lang/chinese.iss
diff --git a/Greenshot/releases/innosetup/scripts/lang/dutch.iss b/src/Greenshot/releases/innosetup/scripts/lang/dutch.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/lang/dutch.iss
rename to src/Greenshot/releases/innosetup/scripts/lang/dutch.iss
diff --git a/Greenshot/releases/innosetup/scripts/lang/english.iss b/src/Greenshot/releases/innosetup/scripts/lang/english.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/lang/english.iss
rename to src/Greenshot/releases/innosetup/scripts/lang/english.iss
diff --git a/Greenshot/releases/innosetup/scripts/lang/french.iss b/src/Greenshot/releases/innosetup/scripts/lang/french.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/lang/french.iss
rename to src/Greenshot/releases/innosetup/scripts/lang/french.iss
diff --git a/Greenshot/releases/innosetup/scripts/lang/german.iss b/src/Greenshot/releases/innosetup/scripts/lang/german.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/lang/german.iss
rename to src/Greenshot/releases/innosetup/scripts/lang/german.iss
diff --git a/Greenshot/releases/innosetup/scripts/lang/italian.iss b/src/Greenshot/releases/innosetup/scripts/lang/italian.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/lang/italian.iss
rename to src/Greenshot/releases/innosetup/scripts/lang/italian.iss
diff --git a/Greenshot/releases/innosetup/scripts/lang/japanese.iss b/src/Greenshot/releases/innosetup/scripts/lang/japanese.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/lang/japanese.iss
rename to src/Greenshot/releases/innosetup/scripts/lang/japanese.iss
diff --git a/Greenshot/releases/innosetup/scripts/lang/polish.iss b/src/Greenshot/releases/innosetup/scripts/lang/polish.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/lang/polish.iss
rename to src/Greenshot/releases/innosetup/scripts/lang/polish.iss
diff --git a/Greenshot/releases/innosetup/scripts/lang/russian.iss b/src/Greenshot/releases/innosetup/scripts/lang/russian.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/lang/russian.iss
rename to src/Greenshot/releases/innosetup/scripts/lang/russian.iss
diff --git a/Greenshot/releases/innosetup/scripts/products.iss b/src/Greenshot/releases/innosetup/scripts/products.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products.iss
rename to src/Greenshot/releases/innosetup/scripts/products.iss
diff --git a/Greenshot/releases/innosetup/scripts/products.pas b/src/Greenshot/releases/innosetup/scripts/products.pas
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products.pas
rename to src/Greenshot/releases/innosetup/scripts/products.pas
diff --git a/Greenshot/releases/innosetup/scripts/products/directxruntime.iss b/src/Greenshot/releases/innosetup/scripts/products/directxruntime.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/directxruntime.iss
rename to src/Greenshot/releases/innosetup/scripts/products/directxruntime.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx11.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx11.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx11.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx11.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx11lp.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx11lp.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx11lp.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx11lp.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx11sp1.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx11sp1.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx11sp1.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx11sp1.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx20.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx20.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx20.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx20.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx20lp.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx20lp.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx20lp.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx20lp.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx20sp1.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx20sp1.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx20sp1.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx20sp1.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx20sp1lp.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx20sp1lp.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx20sp1lp.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx20sp1lp.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx20sp2.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx20sp2.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx20sp2.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx20sp2.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx20sp2lp.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx20sp2lp.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx20sp2lp.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx20sp2lp.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx35.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx35.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx35.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx35.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx35lp.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx35lp.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx35lp.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx35lp.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx35sp1.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx35sp1.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx35sp1.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx35sp1.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx35sp1lp.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx35sp1lp.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx35sp1lp.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx35sp1lp.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx40client.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx40client.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx40client.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx40client.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx40full.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx40full.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx40full.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx40full.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx45.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx45.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx45.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx45.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx46.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx46.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx46.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx46.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx47.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx47.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx47.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx47.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfx48.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfx48.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfx48.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfx48.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/dotnetfxversion.iss b/src/Greenshot/releases/innosetup/scripts/products/dotnetfxversion.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/dotnetfxversion.iss
rename to src/Greenshot/releases/innosetup/scripts/products/dotnetfxversion.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/fileversion.iss b/src/Greenshot/releases/innosetup/scripts/products/fileversion.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/fileversion.iss
rename to src/Greenshot/releases/innosetup/scripts/products/fileversion.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/ie6.iss b/src/Greenshot/releases/innosetup/scripts/products/ie6.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/ie6.iss
rename to src/Greenshot/releases/innosetup/scripts/products/ie6.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/iis.iss b/src/Greenshot/releases/innosetup/scripts/products/iis.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/iis.iss
rename to src/Greenshot/releases/innosetup/scripts/products/iis.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/jet4sp8.iss b/src/Greenshot/releases/innosetup/scripts/products/jet4sp8.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/jet4sp8.iss
rename to src/Greenshot/releases/innosetup/scripts/products/jet4sp8.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/kb835732.iss b/src/Greenshot/releases/innosetup/scripts/products/kb835732.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/kb835732.iss
rename to src/Greenshot/releases/innosetup/scripts/products/kb835732.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/mdac28.iss b/src/Greenshot/releases/innosetup/scripts/products/mdac28.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/mdac28.iss
rename to src/Greenshot/releases/innosetup/scripts/products/mdac28.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/msi20.iss b/src/Greenshot/releases/innosetup/scripts/products/msi20.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/msi20.iss
rename to src/Greenshot/releases/innosetup/scripts/products/msi20.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/msi31.iss b/src/Greenshot/releases/innosetup/scripts/products/msi31.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/msi31.iss
rename to src/Greenshot/releases/innosetup/scripts/products/msi31.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/msi45.iss b/src/Greenshot/releases/innosetup/scripts/products/msi45.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/msi45.iss
rename to src/Greenshot/releases/innosetup/scripts/products/msi45.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/msiproduct.iss b/src/Greenshot/releases/innosetup/scripts/products/msiproduct.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/msiproduct.iss
rename to src/Greenshot/releases/innosetup/scripts/products/msiproduct.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/sql2005express.iss b/src/Greenshot/releases/innosetup/scripts/products/sql2005express.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/sql2005express.iss
rename to src/Greenshot/releases/innosetup/scripts/products/sql2005express.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/sql2008express.iss b/src/Greenshot/releases/innosetup/scripts/products/sql2008express.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/sql2008express.iss
rename to src/Greenshot/releases/innosetup/scripts/products/sql2008express.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/sqlcompact35sp2.iss b/src/Greenshot/releases/innosetup/scripts/products/sqlcompact35sp2.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/sqlcompact35sp2.iss
rename to src/Greenshot/releases/innosetup/scripts/products/sqlcompact35sp2.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/stringversion.iss b/src/Greenshot/releases/innosetup/scripts/products/stringversion.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/stringversion.iss
rename to src/Greenshot/releases/innosetup/scripts/products/stringversion.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/vcredist2005.iss b/src/Greenshot/releases/innosetup/scripts/products/vcredist2005.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/vcredist2005.iss
rename to src/Greenshot/releases/innosetup/scripts/products/vcredist2005.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/vcredist2008.iss b/src/Greenshot/releases/innosetup/scripts/products/vcredist2008.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/vcredist2008.iss
rename to src/Greenshot/releases/innosetup/scripts/products/vcredist2008.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/vcredist2010.iss b/src/Greenshot/releases/innosetup/scripts/products/vcredist2010.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/vcredist2010.iss
rename to src/Greenshot/releases/innosetup/scripts/products/vcredist2010.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/vcredist2012.iss b/src/Greenshot/releases/innosetup/scripts/products/vcredist2012.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/vcredist2012.iss
rename to src/Greenshot/releases/innosetup/scripts/products/vcredist2012.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/vcredist2013.iss b/src/Greenshot/releases/innosetup/scripts/products/vcredist2013.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/vcredist2013.iss
rename to src/Greenshot/releases/innosetup/scripts/products/vcredist2013.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/vcredist2015.iss b/src/Greenshot/releases/innosetup/scripts/products/vcredist2015.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/vcredist2015.iss
rename to src/Greenshot/releases/innosetup/scripts/products/vcredist2015.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/vcredist2017.iss b/src/Greenshot/releases/innosetup/scripts/products/vcredist2017.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/vcredist2017.iss
rename to src/Greenshot/releases/innosetup/scripts/products/vcredist2017.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/wic.iss b/src/Greenshot/releases/innosetup/scripts/products/wic.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/wic.iss
rename to src/Greenshot/releases/innosetup/scripts/products/wic.iss
diff --git a/Greenshot/releases/innosetup/scripts/products/winversion.iss b/src/Greenshot/releases/innosetup/scripts/products/winversion.iss
similarity index 100%
rename from Greenshot/releases/innosetup/scripts/products/winversion.iss
rename to src/Greenshot/releases/innosetup/scripts/products/winversion.iss
diff --git a/Greenshot/releases/innosetup/setup.iss b/src/Greenshot/releases/innosetup/setup.iss
similarity index 100%
rename from Greenshot/releases/innosetup/setup.iss
rename to src/Greenshot/releases/innosetup/setup.iss
diff --git a/Greenshot/releases/portable/App/AppInfo/appicon.ico b/src/Greenshot/releases/portable/App/AppInfo/appicon.ico
similarity index 100%
rename from Greenshot/releases/portable/App/AppInfo/appicon.ico
rename to src/Greenshot/releases/portable/App/AppInfo/appicon.ico
diff --git a/Greenshot/releases/portable/App/AppInfo/appicon_16.png b/src/Greenshot/releases/portable/App/AppInfo/appicon_16.png
similarity index 100%
rename from Greenshot/releases/portable/App/AppInfo/appicon_16.png
rename to src/Greenshot/releases/portable/App/AppInfo/appicon_16.png
diff --git a/Greenshot/releases/portable/App/AppInfo/appicon_32.png b/src/Greenshot/releases/portable/App/AppInfo/appicon_32.png
similarity index 100%
rename from Greenshot/releases/portable/App/AppInfo/appicon_32.png
rename to src/Greenshot/releases/portable/App/AppInfo/appicon_32.png
diff --git a/Greenshot/releases/portable/App/DefaultData/Greenshots/dummy.txt b/src/Greenshot/releases/portable/App/DefaultData/Greenshots/dummy.txt
similarity index 100%
rename from Greenshot/releases/portable/App/DefaultData/Greenshots/dummy.txt
rename to src/Greenshot/releases/portable/App/DefaultData/Greenshots/dummy.txt
diff --git a/Greenshot/releases/portable/App/DefaultData/Settings/dummy.txt b/src/Greenshot/releases/portable/App/DefaultData/Settings/dummy.txt
similarity index 100%
rename from Greenshot/releases/portable/App/DefaultData/Settings/dummy.txt
rename to src/Greenshot/releases/portable/App/DefaultData/Settings/dummy.txt
diff --git a/Greenshot/releases/portable/Data/Greenshot/dummy.txt b/src/Greenshot/releases/portable/Data/Greenshot/dummy.txt
similarity index 100%
rename from Greenshot/releases/portable/Data/Greenshot/dummy.txt
rename to src/Greenshot/releases/portable/Data/Greenshot/dummy.txt
diff --git a/Greenshot/releases/portable/Data/Settings/dummy.txt b/src/Greenshot/releases/portable/Data/Settings/dummy.txt
similarity index 100%
rename from Greenshot/releases/portable/Data/Settings/dummy.txt
rename to src/Greenshot/releases/portable/Data/Settings/dummy.txt
diff --git a/Greenshot/releases/portable/Other/Source/PortableApps.comInstallerCustom.nsh b/src/Greenshot/releases/portable/Other/Source/PortableApps.comInstallerCustom.nsh
similarity index 100%
rename from Greenshot/releases/portable/Other/Source/PortableApps.comInstallerCustom.nsh
rename to src/Greenshot/releases/portable/Other/Source/PortableApps.comInstallerCustom.nsh
diff --git a/Greenshot/sounds/camera.wav b/src/Greenshot/sounds/camera.wav
similarity index 100%
rename from Greenshot/sounds/camera.wav
rename to src/Greenshot/sounds/camera.wav
diff --git a/Greenshot/web/htdocs/Help/index.de-DE.html b/src/Greenshot/web/htdocs/Help/index.de-DE.html
similarity index 100%
rename from Greenshot/web/htdocs/Help/index.de-DE.html
rename to src/Greenshot/web/htdocs/Help/index.de-DE.html
diff --git a/Greenshot/web/htdocs/Help/index.en-US.html b/src/Greenshot/web/htdocs/Help/index.en-US.html
similarity index 100%
rename from Greenshot/web/htdocs/Help/index.en-US.html
rename to src/Greenshot/web/htdocs/Help/index.en-US.html
diff --git a/Greenshot/web/htdocs/favicon.ico b/src/Greenshot/web/htdocs/favicon.ico
similarity index 100%
rename from Greenshot/web/htdocs/favicon.ico
rename to src/Greenshot/web/htdocs/favicon.ico
diff --git a/Greenshot/web/htdocs/index.html b/src/Greenshot/web/htdocs/index.html
similarity index 100%
rename from Greenshot/web/htdocs/index.html
rename to src/Greenshot/web/htdocs/index.html
diff --git a/GreenshotBoxPlugin/Box.png b/src/GreenshotBoxPlugin/Box.png
similarity index 100%
rename from GreenshotBoxPlugin/Box.png
rename to src/GreenshotBoxPlugin/Box.png
diff --git a/GreenshotBoxPlugin/BoxConfiguration.cs b/src/GreenshotBoxPlugin/BoxConfiguration.cs
similarity index 100%
rename from GreenshotBoxPlugin/BoxConfiguration.cs
rename to src/GreenshotBoxPlugin/BoxConfiguration.cs
diff --git a/GreenshotBoxPlugin/BoxDestination.cs b/src/GreenshotBoxPlugin/BoxDestination.cs
similarity index 100%
rename from GreenshotBoxPlugin/BoxDestination.cs
rename to src/GreenshotBoxPlugin/BoxDestination.cs
diff --git a/GreenshotBoxPlugin/BoxEntities.cs b/src/GreenshotBoxPlugin/BoxEntities.cs
similarity index 100%
rename from GreenshotBoxPlugin/BoxEntities.cs
rename to src/GreenshotBoxPlugin/BoxEntities.cs
diff --git a/GreenshotBoxPlugin/BoxPlugin.cs b/src/GreenshotBoxPlugin/BoxPlugin.cs
similarity index 100%
rename from GreenshotBoxPlugin/BoxPlugin.cs
rename to src/GreenshotBoxPlugin/BoxPlugin.cs
diff --git a/GreenshotBoxPlugin/BoxPlugin.resx b/src/GreenshotBoxPlugin/BoxPlugin.resx
similarity index 100%
rename from GreenshotBoxPlugin/BoxPlugin.resx
rename to src/GreenshotBoxPlugin/BoxPlugin.resx
diff --git a/GreenshotBoxPlugin/BoxUtils.cs b/src/GreenshotBoxPlugin/BoxUtils.cs
similarity index 100%
rename from GreenshotBoxPlugin/BoxUtils.cs
rename to src/GreenshotBoxPlugin/BoxUtils.cs
diff --git a/GreenshotBoxPlugin/Forms/BoxForm.cs b/src/GreenshotBoxPlugin/Forms/BoxForm.cs
similarity index 100%
rename from GreenshotBoxPlugin/Forms/BoxForm.cs
rename to src/GreenshotBoxPlugin/Forms/BoxForm.cs
diff --git a/GreenshotBoxPlugin/Forms/SettingsForm.Designer.cs b/src/GreenshotBoxPlugin/Forms/SettingsForm.Designer.cs
similarity index 100%
rename from GreenshotBoxPlugin/Forms/SettingsForm.Designer.cs
rename to src/GreenshotBoxPlugin/Forms/SettingsForm.Designer.cs
diff --git a/GreenshotBoxPlugin/Forms/SettingsForm.cs b/src/GreenshotBoxPlugin/Forms/SettingsForm.cs
similarity index 100%
rename from GreenshotBoxPlugin/Forms/SettingsForm.cs
rename to src/GreenshotBoxPlugin/Forms/SettingsForm.cs
diff --git a/GreenshotBoxPlugin/GreenshotBoxPlugin.Credentials.template b/src/GreenshotBoxPlugin/GreenshotBoxPlugin.Credentials.template
similarity index 100%
rename from GreenshotBoxPlugin/GreenshotBoxPlugin.Credentials.template
rename to src/GreenshotBoxPlugin/GreenshotBoxPlugin.Credentials.template
diff --git a/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj b/src/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj
similarity index 100%
rename from GreenshotBoxPlugin/GreenshotBoxPlugin.csproj
rename to src/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj
diff --git a/GreenshotBoxPlugin/LanguageKeys.cs b/src/GreenshotBoxPlugin/LanguageKeys.cs
similarity index 100%
rename from GreenshotBoxPlugin/LanguageKeys.cs
rename to src/GreenshotBoxPlugin/LanguageKeys.cs
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-cs-CZ.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-cs-CZ.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-cs-CZ.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-cs-CZ.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-de-DE.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-de-DE.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-de-DE.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-de-DE.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-en-US.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-en-US.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-en-US.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-en-US.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-fr-FR.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-fr-FR.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-fr-FR.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-fr-FR.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-id-ID.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-id-ID.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-id-ID.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-id-ID.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-it-IT.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-it-IT.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-it-IT.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-it-IT.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-ja-JP.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-ja-JP.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-ja-JP.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-ja-JP.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-kab-DZ.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-kab-DZ.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-kab-DZ.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-kab-DZ.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-ko-KR.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-ko-KR.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-ko-KR.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-ko-KR.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-lv-LV.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-lv-LV.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-lv-LV.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-lv-LV.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-pl-PL.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-pl-PL.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-pl-PL.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-pl-PL.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-pt-PT.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-pt-PT.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-pt-PT.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-pt-PT.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-ru-RU.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-ru-RU.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-ru-RU.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-ru-RU.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-sr-RS.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-sr-RS.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-sr-RS.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-sr-RS.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-sv-SE.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-sv-SE.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-sv-SE.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-sv-SE.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-uk-UA.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-uk-UA.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-uk-UA.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-uk-UA.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-zh-CN.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-zh-CN.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-zh-CN.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-zh-CN.xml
diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-zh-TW.xml b/src/GreenshotBoxPlugin/Languages/language_boxplugin-zh-TW.xml
similarity index 100%
rename from GreenshotBoxPlugin/Languages/language_boxplugin-zh-TW.xml
rename to src/GreenshotBoxPlugin/Languages/language_boxplugin-zh-TW.xml
diff --git a/GreenshotBoxPlugin/Properties/AssemblyInfo.cs b/src/GreenshotBoxPlugin/Properties/AssemblyInfo.cs
similarity index 100%
rename from GreenshotBoxPlugin/Properties/AssemblyInfo.cs
rename to src/GreenshotBoxPlugin/Properties/AssemblyInfo.cs
diff --git a/GreenshotConfluencePlugin/Confluence.cs b/src/GreenshotConfluencePlugin/Confluence.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Confluence.cs
rename to src/GreenshotConfluencePlugin/Confluence.cs
diff --git a/GreenshotConfluencePlugin/ConfluenceConfiguration.cs b/src/GreenshotConfluencePlugin/ConfluenceConfiguration.cs
similarity index 100%
rename from GreenshotConfluencePlugin/ConfluenceConfiguration.cs
rename to src/GreenshotConfluencePlugin/ConfluenceConfiguration.cs
diff --git a/GreenshotConfluencePlugin/ConfluenceDestination.cs b/src/GreenshotConfluencePlugin/ConfluenceDestination.cs
similarity index 100%
rename from GreenshotConfluencePlugin/ConfluenceDestination.cs
rename to src/GreenshotConfluencePlugin/ConfluenceDestination.cs
diff --git a/GreenshotConfluencePlugin/ConfluencePlugin.cs b/src/GreenshotConfluencePlugin/ConfluencePlugin.cs
similarity index 100%
rename from GreenshotConfluencePlugin/ConfluencePlugin.cs
rename to src/GreenshotConfluencePlugin/ConfluencePlugin.cs
diff --git a/GreenshotConfluencePlugin/ConfluenceUtils.cs b/src/GreenshotConfluencePlugin/ConfluenceUtils.cs
similarity index 100%
rename from GreenshotConfluencePlugin/ConfluenceUtils.cs
rename to src/GreenshotConfluencePlugin/ConfluenceUtils.cs
diff --git a/GreenshotConfluencePlugin/EnumDisplayer.cs b/src/GreenshotConfluencePlugin/EnumDisplayer.cs
similarity index 100%
rename from GreenshotConfluencePlugin/EnumDisplayer.cs
rename to src/GreenshotConfluencePlugin/EnumDisplayer.cs
diff --git a/GreenshotConfluencePlugin/Forms/ConfluenceConfigurationForm.xaml b/src/GreenshotConfluencePlugin/Forms/ConfluenceConfigurationForm.xaml
similarity index 100%
rename from GreenshotConfluencePlugin/Forms/ConfluenceConfigurationForm.xaml
rename to src/GreenshotConfluencePlugin/Forms/ConfluenceConfigurationForm.xaml
diff --git a/GreenshotConfluencePlugin/Forms/ConfluenceConfigurationForm.xaml.cs b/src/GreenshotConfluencePlugin/Forms/ConfluenceConfigurationForm.xaml.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Forms/ConfluenceConfigurationForm.xaml.cs
rename to src/GreenshotConfluencePlugin/Forms/ConfluenceConfigurationForm.xaml.cs
diff --git a/GreenshotConfluencePlugin/Forms/ConfluencePagePicker.xaml b/src/GreenshotConfluencePlugin/Forms/ConfluencePagePicker.xaml
similarity index 100%
rename from GreenshotConfluencePlugin/Forms/ConfluencePagePicker.xaml
rename to src/GreenshotConfluencePlugin/Forms/ConfluencePagePicker.xaml
diff --git a/GreenshotConfluencePlugin/Forms/ConfluencePagePicker.xaml.cs b/src/GreenshotConfluencePlugin/Forms/ConfluencePagePicker.xaml.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Forms/ConfluencePagePicker.xaml.cs
rename to src/GreenshotConfluencePlugin/Forms/ConfluencePagePicker.xaml.cs
diff --git a/GreenshotConfluencePlugin/Forms/ConfluenceSearch.xaml b/src/GreenshotConfluencePlugin/Forms/ConfluenceSearch.xaml
similarity index 100%
rename from GreenshotConfluencePlugin/Forms/ConfluenceSearch.xaml
rename to src/GreenshotConfluencePlugin/Forms/ConfluenceSearch.xaml
diff --git a/GreenshotConfluencePlugin/Forms/ConfluenceSearch.xaml.cs b/src/GreenshotConfluencePlugin/Forms/ConfluenceSearch.xaml.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Forms/ConfluenceSearch.xaml.cs
rename to src/GreenshotConfluencePlugin/Forms/ConfluenceSearch.xaml.cs
diff --git a/GreenshotConfluencePlugin/Forms/ConfluenceTreePicker.xaml b/src/GreenshotConfluencePlugin/Forms/ConfluenceTreePicker.xaml
similarity index 100%
rename from GreenshotConfluencePlugin/Forms/ConfluenceTreePicker.xaml
rename to src/GreenshotConfluencePlugin/Forms/ConfluenceTreePicker.xaml
diff --git a/GreenshotConfluencePlugin/Forms/ConfluenceTreePicker.xaml.cs b/src/GreenshotConfluencePlugin/Forms/ConfluenceTreePicker.xaml.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Forms/ConfluenceTreePicker.xaml.cs
rename to src/GreenshotConfluencePlugin/Forms/ConfluenceTreePicker.xaml.cs
diff --git a/GreenshotConfluencePlugin/Forms/ConfluenceUpload.xaml b/src/GreenshotConfluencePlugin/Forms/ConfluenceUpload.xaml
similarity index 100%
rename from GreenshotConfluencePlugin/Forms/ConfluenceUpload.xaml
rename to src/GreenshotConfluencePlugin/Forms/ConfluenceUpload.xaml
diff --git a/GreenshotConfluencePlugin/Forms/ConfluenceUpload.xaml.cs b/src/GreenshotConfluencePlugin/Forms/ConfluenceUpload.xaml.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Forms/ConfluenceUpload.xaml.cs
rename to src/GreenshotConfluencePlugin/Forms/ConfluenceUpload.xaml.cs
diff --git a/GreenshotConfluencePlugin/GreenshotConfluencePlugin.csproj b/src/GreenshotConfluencePlugin/GreenshotConfluencePlugin.csproj
similarity index 100%
rename from GreenshotConfluencePlugin/GreenshotConfluencePlugin.csproj
rename to src/GreenshotConfluencePlugin/GreenshotConfluencePlugin.csproj
diff --git a/GreenshotConfluencePlugin/Images/Confluence.ico b/src/GreenshotConfluencePlugin/Images/Confluence.ico
similarity index 100%
rename from GreenshotConfluencePlugin/Images/Confluence.ico
rename to src/GreenshotConfluencePlugin/Images/Confluence.ico
diff --git a/GreenshotConfluencePlugin/LanguageKeys.cs b/src/GreenshotConfluencePlugin/LanguageKeys.cs
similarity index 100%
rename from GreenshotConfluencePlugin/LanguageKeys.cs
rename to src/GreenshotConfluencePlugin/LanguageKeys.cs
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-cs-CZ.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-cs-CZ.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-cs-CZ.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-cs-CZ.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-de-DE.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-de-DE.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-de-DE.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-de-DE.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-en-US.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-en-US.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-en-US.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-en-US.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-fr-FR.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-fr-FR.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-fr-FR.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-fr-FR.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-id-ID.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-id-ID.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-id-ID.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-id-ID.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-it-IT.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-it-IT.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-it-IT.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-it-IT.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-ja-JP.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-ja-JP.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-ja-JP.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-ja-JP.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-kab-DZ.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-kab-DZ.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-kab-DZ.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-kab-DZ.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-ko-KR.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-ko-KR.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-ko-KR.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-ko-KR.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-lv-LV.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-lv-LV.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-lv-LV.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-lv-LV.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-nl-NL.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-nl-NL.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-nl-NL.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-nl-NL.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-pl-PL.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-pl-PL.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-pl-PL.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-pl-PL.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-pt-PT.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-pt-PT.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-pt-PT.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-pt-PT.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-ru-RU.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-ru-RU.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-ru-RU.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-ru-RU.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-sr-RS.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-sr-RS.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-sr-RS.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-sr-RS.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-sv-SE.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-sv-SE.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-sv-SE.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-sv-SE.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-uk-UA.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-uk-UA.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-uk-UA.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-uk-UA.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-zh-CN.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-zh-CN.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-zh-CN.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-zh-CN.xml
diff --git a/GreenshotConfluencePlugin/Languages/language_confluenceplugin-zh-TW.xml b/src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-zh-TW.xml
similarity index 100%
rename from GreenshotConfluencePlugin/Languages/language_confluenceplugin-zh-TW.xml
rename to src/GreenshotConfluencePlugin/Languages/language_confluenceplugin-zh-TW.xml
diff --git a/GreenshotConfluencePlugin/Support/ITranslationProvider.cs b/src/GreenshotConfluencePlugin/Support/ITranslationProvider.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Support/ITranslationProvider.cs
rename to src/GreenshotConfluencePlugin/Support/ITranslationProvider.cs
diff --git a/GreenshotConfluencePlugin/Support/LanguageChangedEventManager.cs b/src/GreenshotConfluencePlugin/Support/LanguageChangedEventManager.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Support/LanguageChangedEventManager.cs
rename to src/GreenshotConfluencePlugin/Support/LanguageChangedEventManager.cs
diff --git a/GreenshotConfluencePlugin/Support/LanguageXMLTranslationProvider.cs b/src/GreenshotConfluencePlugin/Support/LanguageXMLTranslationProvider.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Support/LanguageXMLTranslationProvider.cs
rename to src/GreenshotConfluencePlugin/Support/LanguageXMLTranslationProvider.cs
diff --git a/GreenshotConfluencePlugin/Support/TranslateExtension.cs b/src/GreenshotConfluencePlugin/Support/TranslateExtension.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Support/TranslateExtension.cs
rename to src/GreenshotConfluencePlugin/Support/TranslateExtension.cs
diff --git a/GreenshotConfluencePlugin/Support/TranslationData.cs b/src/GreenshotConfluencePlugin/Support/TranslationData.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Support/TranslationData.cs
rename to src/GreenshotConfluencePlugin/Support/TranslationData.cs
diff --git a/GreenshotConfluencePlugin/Support/TranslationManager.cs b/src/GreenshotConfluencePlugin/Support/TranslationManager.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Support/TranslationManager.cs
rename to src/GreenshotConfluencePlugin/Support/TranslationManager.cs
diff --git a/GreenshotConfluencePlugin/Web References/confluence/Reference.cs b/src/GreenshotConfluencePlugin/Web References/confluence/Reference.cs
similarity index 100%
rename from GreenshotConfluencePlugin/Web References/confluence/Reference.cs
rename to src/GreenshotConfluencePlugin/Web References/confluence/Reference.cs
diff --git a/GreenshotConfluencePlugin/Web References/confluence/Reference.map b/src/GreenshotConfluencePlugin/Web References/confluence/Reference.map
similarity index 100%
rename from GreenshotConfluencePlugin/Web References/confluence/Reference.map
rename to src/GreenshotConfluencePlugin/Web References/confluence/Reference.map
diff --git a/GreenshotConfluencePlugin/Web References/confluence/confluenceservice-v1.wsdl b/src/GreenshotConfluencePlugin/Web References/confluence/confluenceservice-v1.wsdl
similarity index 100%
rename from GreenshotConfluencePlugin/Web References/confluence/confluenceservice-v1.wsdl
rename to src/GreenshotConfluencePlugin/Web References/confluence/confluenceservice-v1.wsdl
diff --git a/GreenshotDropboxPlugin/Dropbox.gif b/src/GreenshotDropboxPlugin/Dropbox.gif
similarity index 100%
rename from GreenshotDropboxPlugin/Dropbox.gif
rename to src/GreenshotDropboxPlugin/Dropbox.gif
diff --git a/GreenshotDropboxPlugin/DropboxDestination.cs b/src/GreenshotDropboxPlugin/DropboxDestination.cs
similarity index 100%
rename from GreenshotDropboxPlugin/DropboxDestination.cs
rename to src/GreenshotDropboxPlugin/DropboxDestination.cs
diff --git a/GreenshotDropboxPlugin/DropboxPlugin.cs b/src/GreenshotDropboxPlugin/DropboxPlugin.cs
similarity index 100%
rename from GreenshotDropboxPlugin/DropboxPlugin.cs
rename to src/GreenshotDropboxPlugin/DropboxPlugin.cs
diff --git a/GreenshotDropboxPlugin/DropboxPlugin.resx b/src/GreenshotDropboxPlugin/DropboxPlugin.resx
similarity index 100%
rename from GreenshotDropboxPlugin/DropboxPlugin.resx
rename to src/GreenshotDropboxPlugin/DropboxPlugin.resx
diff --git a/GreenshotDropboxPlugin/DropboxPluginConfiguration.cs b/src/GreenshotDropboxPlugin/DropboxPluginConfiguration.cs
similarity index 100%
rename from GreenshotDropboxPlugin/DropboxPluginConfiguration.cs
rename to src/GreenshotDropboxPlugin/DropboxPluginConfiguration.cs
diff --git a/GreenshotDropboxPlugin/DropboxUtils.cs b/src/GreenshotDropboxPlugin/DropboxUtils.cs
similarity index 100%
rename from GreenshotDropboxPlugin/DropboxUtils.cs
rename to src/GreenshotDropboxPlugin/DropboxUtils.cs
diff --git a/GreenshotDropboxPlugin/Forms/DropboxForm.cs b/src/GreenshotDropboxPlugin/Forms/DropboxForm.cs
similarity index 100%
rename from GreenshotDropboxPlugin/Forms/DropboxForm.cs
rename to src/GreenshotDropboxPlugin/Forms/DropboxForm.cs
diff --git a/GreenshotDropboxPlugin/Forms/SettingsForm.Designer.cs b/src/GreenshotDropboxPlugin/Forms/SettingsForm.Designer.cs
similarity index 100%
rename from GreenshotDropboxPlugin/Forms/SettingsForm.Designer.cs
rename to src/GreenshotDropboxPlugin/Forms/SettingsForm.Designer.cs
diff --git a/GreenshotDropboxPlugin/Forms/SettingsForm.cs b/src/GreenshotDropboxPlugin/Forms/SettingsForm.cs
similarity index 100%
rename from GreenshotDropboxPlugin/Forms/SettingsForm.cs
rename to src/GreenshotDropboxPlugin/Forms/SettingsForm.cs
diff --git a/GreenshotDropboxPlugin/GreenshotDropboxPlugin.Credentials.template b/src/GreenshotDropboxPlugin/GreenshotDropboxPlugin.Credentials.template
similarity index 100%
rename from GreenshotDropboxPlugin/GreenshotDropboxPlugin.Credentials.template
rename to src/GreenshotDropboxPlugin/GreenshotDropboxPlugin.Credentials.template
diff --git a/GreenshotDropboxPlugin/GreenshotDropboxPlugin.csproj b/src/GreenshotDropboxPlugin/GreenshotDropboxPlugin.csproj
similarity index 100%
rename from GreenshotDropboxPlugin/GreenshotDropboxPlugin.csproj
rename to src/GreenshotDropboxPlugin/GreenshotDropboxPlugin.csproj
diff --git a/GreenshotDropboxPlugin/LanguageKeys.cs b/src/GreenshotDropboxPlugin/LanguageKeys.cs
similarity index 100%
rename from GreenshotDropboxPlugin/LanguageKeys.cs
rename to src/GreenshotDropboxPlugin/LanguageKeys.cs
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-cs-CZ.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-cs-CZ.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-cs-CZ.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-cs-CZ.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-de-DE.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-de-DE.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-de-DE.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-de-DE.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-en-US.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-en-US.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-en-US.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-en-US.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-fr-FR.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-fr-FR.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-fr-FR.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-fr-FR.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-id-ID.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-id-ID.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-id-ID.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-id-ID.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-it-IT.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-it-IT.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-it-IT.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-it-IT.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-ja-JP.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-ja-JP.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-ja-JP.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-ja-JP.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-kab-DZ.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-kab-DZ.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-kab-DZ.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-kab-DZ.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-ko-KR.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-ko-KR.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-ko-KR.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-ko-KR.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-lv-LV.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-lv-LV.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-lv-LV.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-lv-LV.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-pl-PL.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-pl-PL.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-pl-PL.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-pl-PL.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-pt-PT.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-pt-PT.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-pt-PT.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-pt-PT.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-ru-RU.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-ru-RU.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-ru-RU.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-ru-RU.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-sr-RS.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-sr-RS.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-sr-RS.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-sr-RS.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-sv-SE.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-sv-SE.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-sv-SE.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-sv-SE.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-uk-UA.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-uk-UA.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-uk-UA.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-uk-UA.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-zh-CN.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-zh-CN.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-zh-CN.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-zh-CN.xml
diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-zh-TW.xml b/src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-zh-TW.xml
similarity index 100%
rename from GreenshotDropboxPlugin/Languages/language_dropboxplugin-zh-TW.xml
rename to src/GreenshotDropboxPlugin/Languages/language_dropboxplugin-zh-TW.xml
diff --git a/GreenshotDropboxPlugin/Properties/AssemblyInfo.cs b/src/GreenshotDropboxPlugin/Properties/AssemblyInfo.cs
similarity index 100%
rename from GreenshotDropboxPlugin/Properties/AssemblyInfo.cs
rename to src/GreenshotDropboxPlugin/Properties/AssemblyInfo.cs
diff --git a/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs b/src/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs
similarity index 100%
rename from GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs
rename to src/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs
diff --git a/GreenshotExternalCommandPlugin/ExternalCommandDestination.cs b/src/GreenshotExternalCommandPlugin/ExternalCommandDestination.cs
similarity index 100%
rename from GreenshotExternalCommandPlugin/ExternalCommandDestination.cs
rename to src/GreenshotExternalCommandPlugin/ExternalCommandDestination.cs
diff --git a/GreenshotExternalCommandPlugin/ExternalCommandForm.cs b/src/GreenshotExternalCommandPlugin/ExternalCommandForm.cs
similarity index 100%
rename from GreenshotExternalCommandPlugin/ExternalCommandForm.cs
rename to src/GreenshotExternalCommandPlugin/ExternalCommandForm.cs
diff --git a/GreenshotExternalCommandPlugin/ExternalCommandPlugin.cs b/src/GreenshotExternalCommandPlugin/ExternalCommandPlugin.cs
similarity index 100%
rename from GreenshotExternalCommandPlugin/ExternalCommandPlugin.cs
rename to src/GreenshotExternalCommandPlugin/ExternalCommandPlugin.cs
diff --git a/GreenshotExternalCommandPlugin/GreenshotExternalCommandPlugin.csproj b/src/GreenshotExternalCommandPlugin/GreenshotExternalCommandPlugin.csproj
similarity index 100%
rename from GreenshotExternalCommandPlugin/GreenshotExternalCommandPlugin.csproj
rename to src/GreenshotExternalCommandPlugin/GreenshotExternalCommandPlugin.csproj
diff --git a/GreenshotExternalCommandPlugin/IconCache.cs b/src/GreenshotExternalCommandPlugin/IconCache.cs
similarity index 100%
rename from GreenshotExternalCommandPlugin/IconCache.cs
rename to src/GreenshotExternalCommandPlugin/IconCache.cs
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-cs-CZ.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-cs-CZ.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-cs-CZ.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-cs-CZ.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-de-DE.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-de-DE.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-de-DE.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-de-DE.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-en-US.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-en-US.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-en-US.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-en-US.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-fr-FR.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-fr-FR.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-fr-FR.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-fr-FR.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-id-ID.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-id-ID.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-id-ID.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-id-ID.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-it-IT.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-it-IT.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-it-IT.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-it-IT.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-ja-JP.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-ja-JP.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-ja-JP.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-ja-JP.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-kab-DZ.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-kab-DZ.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-kab-DZ.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-kab-DZ.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-ko-KR.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-ko-KR.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-ko-KR.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-ko-KR.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-lv-LV.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-lv-LV.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-lv-LV.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-lv-LV.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-pl-PL.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-pl-PL.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-pl-PL.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-pl-PL.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-pt-PT.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-pt-PT.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-pt-PT.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-pt-PT.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-ru-RU.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-ru-RU.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-ru-RU.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-ru-RU.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-sk-SK.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-sk-SK.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-sk-SK.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-sk-SK.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-sr-RS.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-sr-RS.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-sr-RS.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-sr-RS.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-sv-SE.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-sv-SE.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-sv-SE.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-sv-SE.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-uk-UA.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-uk-UA.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-uk-UA.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-uk-UA.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-zh-CN.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-zh-CN.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-zh-CN.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-zh-CN.xml
diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-zh-TW.xml b/src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-zh-TW.xml
similarity index 100%
rename from GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-zh-TW.xml
rename to src/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-zh-TW.xml
diff --git a/GreenshotExternalCommandPlugin/SettingsForm.Designer.cs b/src/GreenshotExternalCommandPlugin/SettingsForm.Designer.cs
similarity index 100%
rename from GreenshotExternalCommandPlugin/SettingsForm.Designer.cs
rename to src/GreenshotExternalCommandPlugin/SettingsForm.Designer.cs
diff --git a/GreenshotExternalCommandPlugin/SettingsForm.cs b/src/GreenshotExternalCommandPlugin/SettingsForm.cs
similarity index 100%
rename from GreenshotExternalCommandPlugin/SettingsForm.cs
rename to src/GreenshotExternalCommandPlugin/SettingsForm.cs
diff --git a/GreenshotExternalCommandPlugin/SettingsFormDetail.Designer.cs b/src/GreenshotExternalCommandPlugin/SettingsFormDetail.Designer.cs
similarity index 100%
rename from GreenshotExternalCommandPlugin/SettingsFormDetail.Designer.cs
rename to src/GreenshotExternalCommandPlugin/SettingsFormDetail.Designer.cs
diff --git a/GreenshotExternalCommandPlugin/SettingsFormDetail.cs b/src/GreenshotExternalCommandPlugin/SettingsFormDetail.cs
similarity index 100%
rename from GreenshotExternalCommandPlugin/SettingsFormDetail.cs
rename to src/GreenshotExternalCommandPlugin/SettingsFormDetail.cs
diff --git a/GreenshotFlickrPlugin/FlickrConfiguration.cs b/src/GreenshotFlickrPlugin/FlickrConfiguration.cs
similarity index 100%
rename from GreenshotFlickrPlugin/FlickrConfiguration.cs
rename to src/GreenshotFlickrPlugin/FlickrConfiguration.cs
diff --git a/GreenshotFlickrPlugin/FlickrDestination.cs b/src/GreenshotFlickrPlugin/FlickrDestination.cs
similarity index 100%
rename from GreenshotFlickrPlugin/FlickrDestination.cs
rename to src/GreenshotFlickrPlugin/FlickrDestination.cs
diff --git a/GreenshotFlickrPlugin/FlickrPlugin.cs b/src/GreenshotFlickrPlugin/FlickrPlugin.cs
similarity index 100%
rename from GreenshotFlickrPlugin/FlickrPlugin.cs
rename to src/GreenshotFlickrPlugin/FlickrPlugin.cs
diff --git a/GreenshotFlickrPlugin/FlickrPlugin.resx b/src/GreenshotFlickrPlugin/FlickrPlugin.resx
similarity index 100%
rename from GreenshotFlickrPlugin/FlickrPlugin.resx
rename to src/GreenshotFlickrPlugin/FlickrPlugin.resx
diff --git a/GreenshotFlickrPlugin/FlickrUtils.cs b/src/GreenshotFlickrPlugin/FlickrUtils.cs
similarity index 100%
rename from GreenshotFlickrPlugin/FlickrUtils.cs
rename to src/GreenshotFlickrPlugin/FlickrUtils.cs
diff --git a/GreenshotFlickrPlugin/Forms/FlickrForm.cs b/src/GreenshotFlickrPlugin/Forms/FlickrForm.cs
similarity index 100%
rename from GreenshotFlickrPlugin/Forms/FlickrForm.cs
rename to src/GreenshotFlickrPlugin/Forms/FlickrForm.cs
diff --git a/GreenshotFlickrPlugin/Forms/SettingsForm.Designer.cs b/src/GreenshotFlickrPlugin/Forms/SettingsForm.Designer.cs
similarity index 100%
rename from GreenshotFlickrPlugin/Forms/SettingsForm.Designer.cs
rename to src/GreenshotFlickrPlugin/Forms/SettingsForm.Designer.cs
diff --git a/GreenshotFlickrPlugin/Forms/SettingsForm.cs b/src/GreenshotFlickrPlugin/Forms/SettingsForm.cs
similarity index 100%
rename from GreenshotFlickrPlugin/Forms/SettingsForm.cs
rename to src/GreenshotFlickrPlugin/Forms/SettingsForm.cs
diff --git a/GreenshotFlickrPlugin/GreenshotFlickrPlugin.Credentials.template b/src/GreenshotFlickrPlugin/GreenshotFlickrPlugin.Credentials.template
similarity index 100%
rename from GreenshotFlickrPlugin/GreenshotFlickrPlugin.Credentials.template
rename to src/GreenshotFlickrPlugin/GreenshotFlickrPlugin.Credentials.template
diff --git a/GreenshotFlickrPlugin/GreenshotFlickrPlugin.csproj b/src/GreenshotFlickrPlugin/GreenshotFlickrPlugin.csproj
similarity index 100%
rename from GreenshotFlickrPlugin/GreenshotFlickrPlugin.csproj
rename to src/GreenshotFlickrPlugin/GreenshotFlickrPlugin.csproj
diff --git a/GreenshotFlickrPlugin/LanguageKeys.cs b/src/GreenshotFlickrPlugin/LanguageKeys.cs
similarity index 100%
rename from GreenshotFlickrPlugin/LanguageKeys.cs
rename to src/GreenshotFlickrPlugin/LanguageKeys.cs
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-cs-CZ.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-cs-CZ.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-cs-CZ.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-cs-CZ.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-de-DE.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-de-DE.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-de-DE.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-de-DE.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-en-US.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-en-US.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-en-US.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-en-US.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-fr-FR.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-fr-FR.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-fr-FR.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-fr-FR.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-id-ID.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-id-ID.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-id-ID.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-id-ID.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-it-IT.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-it-IT.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-it-IT.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-it-IT.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-ja-JP.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-ja-JP.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-ja-JP.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-ja-JP.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-kab-DZ.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-kab-DZ.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-kab-DZ.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-kab-DZ.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-ko-KR.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-ko-KR.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-ko-KR.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-ko-KR.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-lv-LV.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-lv-LV.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-lv-LV.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-lv-LV.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-pl-PL.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-pl-PL.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-pl-PL.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-pl-PL.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-pt-PT.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-pt-PT.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-pt-PT.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-pt-PT.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-ru-RU.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-ru-RU.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-ru-RU.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-ru-RU.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-sr-RS.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-sr-RS.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-sr-RS.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-sr-RS.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-sv-SE.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-sv-SE.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-sv-SE.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-sv-SE.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-uk-UA.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-uk-UA.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-uk-UA.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-uk-UA.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-zh-CN.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-zh-CN.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-zh-CN.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-zh-CN.xml
diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-zh-TW.xml b/src/GreenshotFlickrPlugin/Languages/language_flickrplugin-zh-TW.xml
similarity index 100%
rename from GreenshotFlickrPlugin/Languages/language_flickrplugin-zh-TW.xml
rename to src/GreenshotFlickrPlugin/Languages/language_flickrplugin-zh-TW.xml
diff --git a/GreenshotFlickrPlugin/Properties/AssemblyInfo.cs b/src/GreenshotFlickrPlugin/Properties/AssemblyInfo.cs
similarity index 100%
rename from GreenshotFlickrPlugin/Properties/AssemblyInfo.cs
rename to src/GreenshotFlickrPlugin/Properties/AssemblyInfo.cs
diff --git a/GreenshotFlickrPlugin/flickr.png b/src/GreenshotFlickrPlugin/flickr.png
similarity index 100%
rename from GreenshotFlickrPlugin/flickr.png
rename to src/GreenshotFlickrPlugin/flickr.png
diff --git a/GreenshotGooglePhotosPlugin/Forms/GooglePhotosForm.cs b/src/GreenshotGooglePhotosPlugin/Forms/GooglePhotosForm.cs
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Forms/GooglePhotosForm.cs
rename to src/GreenshotGooglePhotosPlugin/Forms/GooglePhotosForm.cs
diff --git a/GreenshotGooglePhotosPlugin/Forms/SettingsForm.Designer.cs b/src/GreenshotGooglePhotosPlugin/Forms/SettingsForm.Designer.cs
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Forms/SettingsForm.Designer.cs
rename to src/GreenshotGooglePhotosPlugin/Forms/SettingsForm.Designer.cs
diff --git a/GreenshotGooglePhotosPlugin/Forms/SettingsForm.cs b/src/GreenshotGooglePhotosPlugin/Forms/SettingsForm.cs
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Forms/SettingsForm.cs
rename to src/GreenshotGooglePhotosPlugin/Forms/SettingsForm.cs
diff --git a/GreenshotGooglePhotosPlugin/GooglePhotos.png b/src/GreenshotGooglePhotosPlugin/GooglePhotos.png
similarity index 100%
rename from GreenshotGooglePhotosPlugin/GooglePhotos.png
rename to src/GreenshotGooglePhotosPlugin/GooglePhotos.png
diff --git a/GreenshotGooglePhotosPlugin/GooglePhotosConfiguration.cs b/src/GreenshotGooglePhotosPlugin/GooglePhotosConfiguration.cs
similarity index 100%
rename from GreenshotGooglePhotosPlugin/GooglePhotosConfiguration.cs
rename to src/GreenshotGooglePhotosPlugin/GooglePhotosConfiguration.cs
diff --git a/GreenshotGooglePhotosPlugin/GooglePhotosDestination.cs b/src/GreenshotGooglePhotosPlugin/GooglePhotosDestination.cs
similarity index 100%
rename from GreenshotGooglePhotosPlugin/GooglePhotosDestination.cs
rename to src/GreenshotGooglePhotosPlugin/GooglePhotosDestination.cs
diff --git a/GreenshotGooglePhotosPlugin/GooglePhotosPlugin.cs b/src/GreenshotGooglePhotosPlugin/GooglePhotosPlugin.cs
similarity index 100%
rename from GreenshotGooglePhotosPlugin/GooglePhotosPlugin.cs
rename to src/GreenshotGooglePhotosPlugin/GooglePhotosPlugin.cs
diff --git a/GreenshotGooglePhotosPlugin/GooglePhotosPlugin.resx b/src/GreenshotGooglePhotosPlugin/GooglePhotosPlugin.resx
similarity index 100%
rename from GreenshotGooglePhotosPlugin/GooglePhotosPlugin.resx
rename to src/GreenshotGooglePhotosPlugin/GooglePhotosPlugin.resx
diff --git a/GreenshotGooglePhotosPlugin/GooglePhotosUtils.cs b/src/GreenshotGooglePhotosPlugin/GooglePhotosUtils.cs
similarity index 100%
rename from GreenshotGooglePhotosPlugin/GooglePhotosUtils.cs
rename to src/GreenshotGooglePhotosPlugin/GooglePhotosUtils.cs
diff --git a/GreenshotGooglePhotosPlugin/GreenshotGooglePhotosPlugin.Credentials.template b/src/GreenshotGooglePhotosPlugin/GreenshotGooglePhotosPlugin.Credentials.template
similarity index 100%
rename from GreenshotGooglePhotosPlugin/GreenshotGooglePhotosPlugin.Credentials.template
rename to src/GreenshotGooglePhotosPlugin/GreenshotGooglePhotosPlugin.Credentials.template
diff --git a/GreenshotGooglePhotosPlugin/GreenshotGooglePhotosPlugin.csproj b/src/GreenshotGooglePhotosPlugin/GreenshotGooglePhotosPlugin.csproj
similarity index 100%
rename from GreenshotGooglePhotosPlugin/GreenshotGooglePhotosPlugin.csproj
rename to src/GreenshotGooglePhotosPlugin/GreenshotGooglePhotosPlugin.csproj
diff --git a/GreenshotGooglePhotosPlugin/LanguageKeys.cs b/src/GreenshotGooglePhotosPlugin/LanguageKeys.cs
similarity index 100%
rename from GreenshotGooglePhotosPlugin/LanguageKeys.cs
rename to src/GreenshotGooglePhotosPlugin/LanguageKeys.cs
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-cs-CZ.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-cs-CZ.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-cs-CZ.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-cs-CZ.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-de-DE.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-de-DE.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-de-DE.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-de-DE.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-en-US.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-en-US.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-en-US.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-en-US.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-fr-FR.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-fr-FR.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-fr-FR.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-fr-FR.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-id-ID.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-id-ID.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-id-ID.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-id-ID.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-it-IT.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-it-IT.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-it-IT.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-it-IT.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-ja-JP.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-ja-JP.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-ja-JP.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-ja-JP.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-kab-DZ.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-kab-DZ.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-kab-DZ.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-kab-DZ.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-ko-KR.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-ko-KR.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-ko-KR.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-ko-KR.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-lv-LV.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-lv-LV.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-lv-LV.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-lv-LV.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-pl-PL.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-pl-PL.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-pl-PL.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-pl-PL.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-pt-PT.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-pt-PT.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-pt-PT.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-pt-PT.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-ru-RU.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-ru-RU.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-ru-RU.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-ru-RU.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-sr-RS.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-sr-RS.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-sr-RS.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-sr-RS.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-sv-SE.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-sv-SE.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-sv-SE.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-sv-SE.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-uk-UA.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-uk-UA.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-uk-UA.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-uk-UA.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-zh-CN.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-zh-CN.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-zh-CN.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-zh-CN.xml
diff --git a/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-zh-TW.xml b/src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-zh-TW.xml
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-zh-TW.xml
rename to src/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-zh-TW.xml
diff --git a/GreenshotGooglePhotosPlugin/Properties/AssemblyInfo.cs b/src/GreenshotGooglePhotosPlugin/Properties/AssemblyInfo.cs
similarity index 100%
rename from GreenshotGooglePhotosPlugin/Properties/AssemblyInfo.cs
rename to src/GreenshotGooglePhotosPlugin/Properties/AssemblyInfo.cs
diff --git a/GreenshotGooglePhotosPlugin/README b/src/GreenshotGooglePhotosPlugin/README
similarity index 100%
rename from GreenshotGooglePhotosPlugin/README
rename to src/GreenshotGooglePhotosPlugin/README
diff --git a/GreenshotImgurPlugin/Forms/ImgurForm.cs b/src/GreenshotImgurPlugin/Forms/ImgurForm.cs
similarity index 100%
rename from GreenshotImgurPlugin/Forms/ImgurForm.cs
rename to src/GreenshotImgurPlugin/Forms/ImgurForm.cs
diff --git a/GreenshotImgurPlugin/Forms/ImgurHistory.Designer.cs b/src/GreenshotImgurPlugin/Forms/ImgurHistory.Designer.cs
similarity index 100%
rename from GreenshotImgurPlugin/Forms/ImgurHistory.Designer.cs
rename to src/GreenshotImgurPlugin/Forms/ImgurHistory.Designer.cs
diff --git a/GreenshotImgurPlugin/Forms/ImgurHistory.cs b/src/GreenshotImgurPlugin/Forms/ImgurHistory.cs
similarity index 100%
rename from GreenshotImgurPlugin/Forms/ImgurHistory.cs
rename to src/GreenshotImgurPlugin/Forms/ImgurHistory.cs
diff --git a/GreenshotImgurPlugin/Forms/SettingsForm.Designer.cs b/src/GreenshotImgurPlugin/Forms/SettingsForm.Designer.cs
similarity index 100%
rename from GreenshotImgurPlugin/Forms/SettingsForm.Designer.cs
rename to src/GreenshotImgurPlugin/Forms/SettingsForm.Designer.cs
diff --git a/GreenshotImgurPlugin/Forms/SettingsForm.cs b/src/GreenshotImgurPlugin/Forms/SettingsForm.cs
similarity index 100%
rename from GreenshotImgurPlugin/Forms/SettingsForm.cs
rename to src/GreenshotImgurPlugin/Forms/SettingsForm.cs
diff --git a/GreenshotImgurPlugin/GreenshotImgurPlugin.Credentials.template b/src/GreenshotImgurPlugin/GreenshotImgurPlugin.Credentials.template
similarity index 100%
rename from GreenshotImgurPlugin/GreenshotImgurPlugin.Credentials.template
rename to src/GreenshotImgurPlugin/GreenshotImgurPlugin.Credentials.template
diff --git a/GreenshotImgurPlugin/GreenshotImgurPlugin.csproj b/src/GreenshotImgurPlugin/GreenshotImgurPlugin.csproj
similarity index 100%
rename from GreenshotImgurPlugin/GreenshotImgurPlugin.csproj
rename to src/GreenshotImgurPlugin/GreenshotImgurPlugin.csproj
diff --git a/GreenshotImgurPlugin/ImgurConfiguration.cs b/src/GreenshotImgurPlugin/ImgurConfiguration.cs
similarity index 100%
rename from GreenshotImgurPlugin/ImgurConfiguration.cs
rename to src/GreenshotImgurPlugin/ImgurConfiguration.cs
diff --git a/GreenshotImgurPlugin/ImgurDestination.cs b/src/GreenshotImgurPlugin/ImgurDestination.cs
similarity index 100%
rename from GreenshotImgurPlugin/ImgurDestination.cs
rename to src/GreenshotImgurPlugin/ImgurDestination.cs
diff --git a/GreenshotImgurPlugin/ImgurInfo.cs b/src/GreenshotImgurPlugin/ImgurInfo.cs
similarity index 100%
rename from GreenshotImgurPlugin/ImgurInfo.cs
rename to src/GreenshotImgurPlugin/ImgurInfo.cs
diff --git a/GreenshotImgurPlugin/ImgurPlugin.cs b/src/GreenshotImgurPlugin/ImgurPlugin.cs
similarity index 100%
rename from GreenshotImgurPlugin/ImgurPlugin.cs
rename to src/GreenshotImgurPlugin/ImgurPlugin.cs
diff --git a/GreenshotImgurPlugin/ImgurPlugin.resx b/src/GreenshotImgurPlugin/ImgurPlugin.resx
similarity index 100%
rename from GreenshotImgurPlugin/ImgurPlugin.resx
rename to src/GreenshotImgurPlugin/ImgurPlugin.resx
diff --git a/GreenshotImgurPlugin/ImgurUtils.cs b/src/GreenshotImgurPlugin/ImgurUtils.cs
similarity index 100%
rename from GreenshotImgurPlugin/ImgurUtils.cs
rename to src/GreenshotImgurPlugin/ImgurUtils.cs
diff --git a/GreenshotImgurPlugin/LanguageKeys.cs b/src/GreenshotImgurPlugin/LanguageKeys.cs
similarity index 100%
rename from GreenshotImgurPlugin/LanguageKeys.cs
rename to src/GreenshotImgurPlugin/LanguageKeys.cs
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-cs-CZ.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-cs-CZ.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-cs-CZ.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-cs-CZ.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-de-DE.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-de-DE.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-de-DE.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-de-DE.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-en-US.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-en-US.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-en-US.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-en-US.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-fr-FR.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-fr-FR.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-fr-FR.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-fr-FR.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-id-ID.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-id-ID.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-id-ID.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-id-ID.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-it-IT.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-it-IT.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-it-IT.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-it-IT.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-ja-JP.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-ja-JP.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-ja-JP.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-ja-JP.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-kab-DZ.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-kab-DZ.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-kab-DZ.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-kab-DZ.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-ko-KR.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-ko-KR.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-ko-KR.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-ko-KR.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-lv-LV.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-lv-LV.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-lv-LV.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-lv-LV.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-nl-NL.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-nl-NL.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-nl-NL.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-nl-NL.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-pl-PL.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-pl-PL.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-pl-PL.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-pl-PL.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-pt-PT.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-pt-PT.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-pt-PT.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-pt-PT.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-ru-RU.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-ru-RU.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-ru-RU.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-ru-RU.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-sk-SK.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-sk-SK.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-sk-SK.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-sk-SK.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-sr-RS.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-sr-RS.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-sr-RS.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-sr-RS.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-sv-SE.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-sv-SE.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-sv-SE.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-sv-SE.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-uk-UA.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-uk-UA.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-uk-UA.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-uk-UA.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-zh-CN.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-zh-CN.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-zh-CN.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-zh-CN.xml
diff --git a/GreenshotImgurPlugin/Languages/language_imgurplugin-zh-TW.xml b/src/GreenshotImgurPlugin/Languages/language_imgurplugin-zh-TW.xml
similarity index 100%
rename from GreenshotImgurPlugin/Languages/language_imgurplugin-zh-TW.xml
rename to src/GreenshotImgurPlugin/Languages/language_imgurplugin-zh-TW.xml
diff --git a/GreenshotImgurPlugin/Properties/AssemblyInfo.cs b/src/GreenshotImgurPlugin/Properties/AssemblyInfo.cs
similarity index 100%
rename from GreenshotImgurPlugin/Properties/AssemblyInfo.cs
rename to src/GreenshotImgurPlugin/Properties/AssemblyInfo.cs
diff --git a/GreenshotJiraPlugin/AsyncMemoryCache.cs b/src/GreenshotJiraPlugin/AsyncMemoryCache.cs
similarity index 100%
rename from GreenshotJiraPlugin/AsyncMemoryCache.cs
rename to src/GreenshotJiraPlugin/AsyncMemoryCache.cs
diff --git a/GreenshotJiraPlugin/Forms/JiraForm.Designer.cs b/src/GreenshotJiraPlugin/Forms/JiraForm.Designer.cs
similarity index 100%
rename from GreenshotJiraPlugin/Forms/JiraForm.Designer.cs
rename to src/GreenshotJiraPlugin/Forms/JiraForm.Designer.cs
diff --git a/GreenshotJiraPlugin/Forms/JiraForm.cs b/src/GreenshotJiraPlugin/Forms/JiraForm.cs
similarity index 100%
rename from GreenshotJiraPlugin/Forms/JiraForm.cs
rename to src/GreenshotJiraPlugin/Forms/JiraForm.cs
diff --git a/GreenshotJiraPlugin/Forms/JiraFormBase.cs b/src/GreenshotJiraPlugin/Forms/JiraFormBase.cs
similarity index 100%
rename from GreenshotJiraPlugin/Forms/JiraFormBase.cs
rename to src/GreenshotJiraPlugin/Forms/JiraFormBase.cs
diff --git a/GreenshotJiraPlugin/Forms/SettingsForm.Designer.cs b/src/GreenshotJiraPlugin/Forms/SettingsForm.Designer.cs
similarity index 100%
rename from GreenshotJiraPlugin/Forms/SettingsForm.Designer.cs
rename to src/GreenshotJiraPlugin/Forms/SettingsForm.Designer.cs
diff --git a/GreenshotJiraPlugin/Forms/SettingsForm.cs b/src/GreenshotJiraPlugin/Forms/SettingsForm.cs
similarity index 100%
rename from GreenshotJiraPlugin/Forms/SettingsForm.cs
rename to src/GreenshotJiraPlugin/Forms/SettingsForm.cs
diff --git a/GreenshotJiraPlugin/GreenshotJiraPlugin.csproj b/src/GreenshotJiraPlugin/GreenshotJiraPlugin.csproj
similarity index 100%
rename from GreenshotJiraPlugin/GreenshotJiraPlugin.csproj
rename to src/GreenshotJiraPlugin/GreenshotJiraPlugin.csproj
diff --git a/GreenshotJiraPlugin/IssueTypeBitmapCache.cs b/src/GreenshotJiraPlugin/IssueTypeBitmapCache.cs
similarity index 100%
rename from GreenshotJiraPlugin/IssueTypeBitmapCache.cs
rename to src/GreenshotJiraPlugin/IssueTypeBitmapCache.cs
diff --git a/GreenshotJiraPlugin/JiraConfiguration.cs b/src/GreenshotJiraPlugin/JiraConfiguration.cs
similarity index 100%
rename from GreenshotJiraPlugin/JiraConfiguration.cs
rename to src/GreenshotJiraPlugin/JiraConfiguration.cs
diff --git a/GreenshotJiraPlugin/JiraConnector.cs b/src/GreenshotJiraPlugin/JiraConnector.cs
similarity index 100%
rename from GreenshotJiraPlugin/JiraConnector.cs
rename to src/GreenshotJiraPlugin/JiraConnector.cs
diff --git a/GreenshotJiraPlugin/JiraDestination.cs b/src/GreenshotJiraPlugin/JiraDestination.cs
similarity index 100%
rename from GreenshotJiraPlugin/JiraDestination.cs
rename to src/GreenshotJiraPlugin/JiraDestination.cs
diff --git a/GreenshotJiraPlugin/JiraDetails.cs b/src/GreenshotJiraPlugin/JiraDetails.cs
similarity index 100%
rename from GreenshotJiraPlugin/JiraDetails.cs
rename to src/GreenshotJiraPlugin/JiraDetails.cs
diff --git a/GreenshotJiraPlugin/JiraEventArgs.cs b/src/GreenshotJiraPlugin/JiraEventArgs.cs
similarity index 100%
rename from GreenshotJiraPlugin/JiraEventArgs.cs
rename to src/GreenshotJiraPlugin/JiraEventArgs.cs
diff --git a/GreenshotJiraPlugin/JiraEventTypes.cs b/src/GreenshotJiraPlugin/JiraEventTypes.cs
similarity index 100%
rename from GreenshotJiraPlugin/JiraEventTypes.cs
rename to src/GreenshotJiraPlugin/JiraEventTypes.cs
diff --git a/GreenshotJiraPlugin/JiraMonitor.cs b/src/GreenshotJiraPlugin/JiraMonitor.cs
similarity index 100%
rename from GreenshotJiraPlugin/JiraMonitor.cs
rename to src/GreenshotJiraPlugin/JiraMonitor.cs
diff --git a/GreenshotJiraPlugin/JiraPlugin.cs b/src/GreenshotJiraPlugin/JiraPlugin.cs
similarity index 100%
rename from GreenshotJiraPlugin/JiraPlugin.cs
rename to src/GreenshotJiraPlugin/JiraPlugin.cs
diff --git a/GreenshotJiraPlugin/JiraPlugin.resx b/src/GreenshotJiraPlugin/JiraPlugin.resx
similarity index 100%
rename from GreenshotJiraPlugin/JiraPlugin.resx
rename to src/GreenshotJiraPlugin/JiraPlugin.resx
diff --git a/GreenshotJiraPlugin/LanguageKeys.cs b/src/GreenshotJiraPlugin/LanguageKeys.cs
similarity index 100%
rename from GreenshotJiraPlugin/LanguageKeys.cs
rename to src/GreenshotJiraPlugin/LanguageKeys.cs
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-cs-CZ.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-cs-CZ.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-cs-CZ.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-cs-CZ.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-de-DE.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-de-DE.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-de-DE.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-de-DE.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-en-US.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-en-US.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-en-US.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-en-US.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-fr-FR.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-fr-FR.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-fr-FR.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-fr-FR.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-id-ID.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-id-ID.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-id-ID.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-id-ID.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-it-IT.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-it-IT.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-it-IT.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-it-IT.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-ja-JP.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-ja-JP.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-ja-JP.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-ja-JP.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-kab-DZ.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-kab-DZ.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-kab-DZ.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-kab-DZ.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-ko-KR.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-ko-KR.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-ko-KR.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-ko-KR.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-lv-LV.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-lv-LV.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-lv-LV.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-lv-LV.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-nl-NL.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-nl-NL.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-nl-NL.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-nl-NL.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-pl-PL.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-pl-PL.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-pl-PL.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-pl-PL.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-pt-PT.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-pt-PT.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-pt-PT.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-pt-PT.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-ru-RU.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-ru-RU.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-ru-RU.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-ru-RU.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-sr-RS.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-sr-RS.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-sr-RS.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-sr-RS.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-sv-SE.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-sv-SE.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-sv-SE.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-sv-SE.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-uk-UA.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-uk-UA.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-uk-UA.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-uk-UA.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-zh-CN.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-zh-CN.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-zh-CN.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-zh-CN.xml
diff --git a/GreenshotJiraPlugin/Languages/language_jiraplugin-zh-TW.xml b/src/GreenshotJiraPlugin/Languages/language_jiraplugin-zh-TW.xml
similarity index 100%
rename from GreenshotJiraPlugin/Languages/language_jiraplugin-zh-TW.xml
rename to src/GreenshotJiraPlugin/Languages/language_jiraplugin-zh-TW.xml
diff --git a/GreenshotJiraPlugin/Log4NetLogger.cs b/src/GreenshotJiraPlugin/Log4NetLogger.cs
similarity index 100%
rename from GreenshotJiraPlugin/Log4NetLogger.cs
rename to src/GreenshotJiraPlugin/Log4NetLogger.cs
diff --git a/GreenshotOfficePlugin/Com/DisposableCom.cs b/src/GreenshotOfficePlugin/Com/DisposableCom.cs
similarity index 100%
rename from GreenshotOfficePlugin/Com/DisposableCom.cs
rename to src/GreenshotOfficePlugin/Com/DisposableCom.cs
diff --git a/GreenshotOfficePlugin/Com/DisposableComImplementation.cs b/src/GreenshotOfficePlugin/Com/DisposableComImplementation.cs
similarity index 100%
rename from GreenshotOfficePlugin/Com/DisposableComImplementation.cs
rename to src/GreenshotOfficePlugin/Com/DisposableComImplementation.cs
diff --git a/GreenshotOfficePlugin/Com/IDisposableCom.cs b/src/GreenshotOfficePlugin/Com/IDisposableCom.cs
similarity index 100%
rename from GreenshotOfficePlugin/Com/IDisposableCom.cs
rename to src/GreenshotOfficePlugin/Com/IDisposableCom.cs
diff --git a/GreenshotOfficePlugin/Com/Ole32Api.cs b/src/GreenshotOfficePlugin/Com/Ole32Api.cs
similarity index 100%
rename from GreenshotOfficePlugin/Com/Ole32Api.cs
rename to src/GreenshotOfficePlugin/Com/Ole32Api.cs
diff --git a/GreenshotOfficePlugin/Com/OleAut32Api.cs b/src/GreenshotOfficePlugin/Com/OleAut32Api.cs
similarity index 100%
rename from GreenshotOfficePlugin/Com/OleAut32Api.cs
rename to src/GreenshotOfficePlugin/Com/OleAut32Api.cs
diff --git a/GreenshotOfficePlugin/Destinations/ExcelDestination.cs b/src/GreenshotOfficePlugin/Destinations/ExcelDestination.cs
similarity index 100%
rename from GreenshotOfficePlugin/Destinations/ExcelDestination.cs
rename to src/GreenshotOfficePlugin/Destinations/ExcelDestination.cs
diff --git a/GreenshotOfficePlugin/Destinations/OneNoteDestination.cs b/src/GreenshotOfficePlugin/Destinations/OneNoteDestination.cs
similarity index 100%
rename from GreenshotOfficePlugin/Destinations/OneNoteDestination.cs
rename to src/GreenshotOfficePlugin/Destinations/OneNoteDestination.cs
diff --git a/GreenshotOfficePlugin/Destinations/OutlookDestination.cs b/src/GreenshotOfficePlugin/Destinations/OutlookDestination.cs
similarity index 100%
rename from GreenshotOfficePlugin/Destinations/OutlookDestination.cs
rename to src/GreenshotOfficePlugin/Destinations/OutlookDestination.cs
diff --git a/GreenshotOfficePlugin/Destinations/PowerpointDestination.cs b/src/GreenshotOfficePlugin/Destinations/PowerpointDestination.cs
similarity index 100%
rename from GreenshotOfficePlugin/Destinations/PowerpointDestination.cs
rename to src/GreenshotOfficePlugin/Destinations/PowerpointDestination.cs
diff --git a/GreenshotOfficePlugin/Destinations/WordDestination.cs b/src/GreenshotOfficePlugin/Destinations/WordDestination.cs
similarity index 100%
rename from GreenshotOfficePlugin/Destinations/WordDestination.cs
rename to src/GreenshotOfficePlugin/Destinations/WordDestination.cs
diff --git a/GreenshotOfficePlugin/GlobalSuppressions.cs b/src/GreenshotOfficePlugin/GlobalSuppressions.cs
similarity index 100%
rename from GreenshotOfficePlugin/GlobalSuppressions.cs
rename to src/GreenshotOfficePlugin/GlobalSuppressions.cs
diff --git a/GreenshotOfficePlugin/GreenshotOfficePlugin.csproj b/src/GreenshotOfficePlugin/GreenshotOfficePlugin.csproj
similarity index 100%
rename from GreenshotOfficePlugin/GreenshotOfficePlugin.csproj
rename to src/GreenshotOfficePlugin/GreenshotOfficePlugin.csproj
diff --git a/GreenshotOfficePlugin/Languages/language_officeplugin-fr-FR.ini b/src/GreenshotOfficePlugin/Languages/language_officeplugin-fr-FR.ini
similarity index 100%
rename from GreenshotOfficePlugin/Languages/language_officeplugin-fr-FR.ini
rename to src/GreenshotOfficePlugin/Languages/language_officeplugin-fr-FR.ini
diff --git a/GreenshotOfficePlugin/OfficeConfiguration.cs b/src/GreenshotOfficePlugin/OfficeConfiguration.cs
similarity index 100%
rename from GreenshotOfficePlugin/OfficeConfiguration.cs
rename to src/GreenshotOfficePlugin/OfficeConfiguration.cs
diff --git a/GreenshotOfficePlugin/OfficeExport/Entities/OneNoteNotebook.cs b/src/GreenshotOfficePlugin/OfficeExport/Entities/OneNoteNotebook.cs
similarity index 100%
rename from GreenshotOfficePlugin/OfficeExport/Entities/OneNoteNotebook.cs
rename to src/GreenshotOfficePlugin/OfficeExport/Entities/OneNoteNotebook.cs
diff --git a/GreenshotOfficePlugin/OfficeExport/Entities/OneNotePage.cs b/src/GreenshotOfficePlugin/OfficeExport/Entities/OneNotePage.cs
similarity index 100%
rename from GreenshotOfficePlugin/OfficeExport/Entities/OneNotePage.cs
rename to src/GreenshotOfficePlugin/OfficeExport/Entities/OneNotePage.cs
diff --git a/GreenshotOfficePlugin/OfficeExport/Entities/OneNoteSection.cs b/src/GreenshotOfficePlugin/OfficeExport/Entities/OneNoteSection.cs
similarity index 100%
rename from GreenshotOfficePlugin/OfficeExport/Entities/OneNoteSection.cs
rename to src/GreenshotOfficePlugin/OfficeExport/Entities/OneNoteSection.cs
diff --git a/GreenshotOfficePlugin/OfficeExport/ExcelExporter.cs b/src/GreenshotOfficePlugin/OfficeExport/ExcelExporter.cs
similarity index 100%
rename from GreenshotOfficePlugin/OfficeExport/ExcelExporter.cs
rename to src/GreenshotOfficePlugin/OfficeExport/ExcelExporter.cs
diff --git a/GreenshotOfficePlugin/OfficeExport/OneNoteExporter.cs b/src/GreenshotOfficePlugin/OfficeExport/OneNoteExporter.cs
similarity index 100%
rename from GreenshotOfficePlugin/OfficeExport/OneNoteExporter.cs
rename to src/GreenshotOfficePlugin/OfficeExport/OneNoteExporter.cs
diff --git a/GreenshotOfficePlugin/OfficeExport/OutlookEmailExporter.cs b/src/GreenshotOfficePlugin/OfficeExport/OutlookEmailExporter.cs
similarity index 100%
rename from GreenshotOfficePlugin/OfficeExport/OutlookEmailExporter.cs
rename to src/GreenshotOfficePlugin/OfficeExport/OutlookEmailExporter.cs
diff --git a/GreenshotOfficePlugin/OfficeExport/PowerpointExporter.cs b/src/GreenshotOfficePlugin/OfficeExport/PowerpointExporter.cs
similarity index 100%
rename from GreenshotOfficePlugin/OfficeExport/PowerpointExporter.cs
rename to src/GreenshotOfficePlugin/OfficeExport/PowerpointExporter.cs
diff --git a/GreenshotOfficePlugin/OfficeExport/WordExporter.cs b/src/GreenshotOfficePlugin/OfficeExport/WordExporter.cs
similarity index 100%
rename from GreenshotOfficePlugin/OfficeExport/WordExporter.cs
rename to src/GreenshotOfficePlugin/OfficeExport/WordExporter.cs
diff --git a/GreenshotOfficePlugin/OfficeInterop/EmailFormat.cs b/src/GreenshotOfficePlugin/OfficeInterop/EmailFormat.cs
similarity index 100%
rename from GreenshotOfficePlugin/OfficeInterop/EmailFormat.cs
rename to src/GreenshotOfficePlugin/OfficeInterop/EmailFormat.cs
diff --git a/GreenshotOfficePlugin/OfficeInterop/OfficeVersions.cs b/src/GreenshotOfficePlugin/OfficeInterop/OfficeVersions.cs
similarity index 100%
rename from GreenshotOfficePlugin/OfficeInterop/OfficeVersions.cs
rename to src/GreenshotOfficePlugin/OfficeInterop/OfficeVersions.cs
diff --git a/GreenshotOfficePlugin/OfficePlugin.cs b/src/GreenshotOfficePlugin/OfficePlugin.cs
similarity index 100%
rename from GreenshotOfficePlugin/OfficePlugin.cs
rename to src/GreenshotOfficePlugin/OfficePlugin.cs
diff --git a/GreenshotOfficePlugin/Properties/AssemblyInfo.cs b/src/GreenshotOfficePlugin/Properties/AssemblyInfo.cs
similarity index 100%
rename from GreenshotOfficePlugin/Properties/AssemblyInfo.cs
rename to src/GreenshotOfficePlugin/Properties/AssemblyInfo.cs
diff --git a/GreenshotPhotobucketPlugin/Forms/PhotobucketForm.cs b/src/GreenshotPhotobucketPlugin/Forms/PhotobucketForm.cs
similarity index 100%
rename from GreenshotPhotobucketPlugin/Forms/PhotobucketForm.cs
rename to src/GreenshotPhotobucketPlugin/Forms/PhotobucketForm.cs
diff --git a/GreenshotPhotobucketPlugin/Forms/SettingsForm.Designer.cs b/src/GreenshotPhotobucketPlugin/Forms/SettingsForm.Designer.cs
similarity index 100%
rename from GreenshotPhotobucketPlugin/Forms/SettingsForm.Designer.cs
rename to src/GreenshotPhotobucketPlugin/Forms/SettingsForm.Designer.cs
diff --git a/GreenshotPhotobucketPlugin/Forms/SettingsForm.cs b/src/GreenshotPhotobucketPlugin/Forms/SettingsForm.cs
similarity index 100%
rename from GreenshotPhotobucketPlugin/Forms/SettingsForm.cs
rename to src/GreenshotPhotobucketPlugin/Forms/SettingsForm.cs
diff --git a/GreenshotPhotobucketPlugin/GreenshotPhotobucketPlugin.Credentials.template b/src/GreenshotPhotobucketPlugin/GreenshotPhotobucketPlugin.Credentials.template
similarity index 100%
rename from GreenshotPhotobucketPlugin/GreenshotPhotobucketPlugin.Credentials.template
rename to src/GreenshotPhotobucketPlugin/GreenshotPhotobucketPlugin.Credentials.template
diff --git a/GreenshotPhotobucketPlugin/GreenshotPhotobucketPlugin.csproj b/src/GreenshotPhotobucketPlugin/GreenshotPhotobucketPlugin.csproj
similarity index 100%
rename from GreenshotPhotobucketPlugin/GreenshotPhotobucketPlugin.csproj
rename to src/GreenshotPhotobucketPlugin/GreenshotPhotobucketPlugin.csproj
diff --git a/GreenshotPhotobucketPlugin/LanguageKeys.cs b/src/GreenshotPhotobucketPlugin/LanguageKeys.cs
similarity index 100%
rename from GreenshotPhotobucketPlugin/LanguageKeys.cs
rename to src/GreenshotPhotobucketPlugin/LanguageKeys.cs
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-cs-CZ.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-cs-CZ.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-cs-CZ.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-cs-CZ.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-de-DE.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-de-DE.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-de-DE.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-de-DE.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-en-US.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-en-US.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-en-US.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-en-US.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-fr_FR.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-fr_FR.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-fr_FR.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-fr_FR.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-id-ID.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-id-ID.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-id-ID.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-id-ID.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-it-IT.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-it-IT.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-it-IT.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-it-IT.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-ja-JP.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-ja-JP.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-ja-JP.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-ja-JP.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-kab-DZ.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-kab-DZ.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-kab-DZ.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-kab-DZ.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-ko-KR.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-ko-KR.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-ko-KR.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-ko-KR.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-lv-LV.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-lv-LV.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-lv-LV.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-lv-LV.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-nl-NL.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-nl-NL.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-nl-NL.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-nl-NL.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-pl-PL.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-pl-PL.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-pl-PL.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-pl-PL.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-pt-PT.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-pt-PT.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-pt-PT.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-pt-PT.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-ru-RU.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-ru-RU.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-ru-RU.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-ru-RU.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-sv-SE.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-sv-SE.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-sv-SE.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-sv-SE.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-uk-UA.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-uk-UA.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-uk-UA.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-uk-UA.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-zh-CN.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-zh-CN.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-zh-CN.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-zh-CN.xml
diff --git a/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-zh-TW.xml b/src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-zh-TW.xml
similarity index 100%
rename from GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-zh-TW.xml
rename to src/GreenshotPhotobucketPlugin/Languages/language_photobucketplugin-zh-TW.xml
diff --git a/GreenshotPhotobucketPlugin/PhotobucketConfiguration.cs b/src/GreenshotPhotobucketPlugin/PhotobucketConfiguration.cs
similarity index 100%
rename from GreenshotPhotobucketPlugin/PhotobucketConfiguration.cs
rename to src/GreenshotPhotobucketPlugin/PhotobucketConfiguration.cs
diff --git a/GreenshotPhotobucketPlugin/PhotobucketDestination.cs b/src/GreenshotPhotobucketPlugin/PhotobucketDestination.cs
similarity index 100%
rename from GreenshotPhotobucketPlugin/PhotobucketDestination.cs
rename to src/GreenshotPhotobucketPlugin/PhotobucketDestination.cs
diff --git a/GreenshotPhotobucketPlugin/PhotobucketInfo.cs b/src/GreenshotPhotobucketPlugin/PhotobucketInfo.cs
similarity index 100%
rename from GreenshotPhotobucketPlugin/PhotobucketInfo.cs
rename to src/GreenshotPhotobucketPlugin/PhotobucketInfo.cs
diff --git a/GreenshotPhotobucketPlugin/PhotobucketPlugin.cs b/src/GreenshotPhotobucketPlugin/PhotobucketPlugin.cs
similarity index 100%
rename from GreenshotPhotobucketPlugin/PhotobucketPlugin.cs
rename to src/GreenshotPhotobucketPlugin/PhotobucketPlugin.cs
diff --git a/GreenshotPhotobucketPlugin/PhotobucketPlugin.resx b/src/GreenshotPhotobucketPlugin/PhotobucketPlugin.resx
similarity index 100%
rename from GreenshotPhotobucketPlugin/PhotobucketPlugin.resx
rename to src/GreenshotPhotobucketPlugin/PhotobucketPlugin.resx
diff --git a/GreenshotPhotobucketPlugin/PhotobucketUtils.cs b/src/GreenshotPhotobucketPlugin/PhotobucketUtils.cs
similarity index 100%
rename from GreenshotPhotobucketPlugin/PhotobucketUtils.cs
rename to src/GreenshotPhotobucketPlugin/PhotobucketUtils.cs
diff --git a/GreenshotPhotobucketPlugin/Properties/AssemblyInfo.cs b/src/GreenshotPhotobucketPlugin/Properties/AssemblyInfo.cs
similarity index 100%
rename from GreenshotPhotobucketPlugin/Properties/AssemblyInfo.cs
rename to src/GreenshotPhotobucketPlugin/Properties/AssemblyInfo.cs
diff --git a/GreenshotPlugin/Controls/AnimatingForm.cs b/src/GreenshotPlugin/Controls/AnimatingForm.cs
similarity index 100%
rename from GreenshotPlugin/Controls/AnimatingForm.cs
rename to src/GreenshotPlugin/Controls/AnimatingForm.cs
diff --git a/GreenshotPlugin/Controls/BackgroundForm.Designer.cs b/src/GreenshotPlugin/Controls/BackgroundForm.Designer.cs
similarity index 100%
rename from GreenshotPlugin/Controls/BackgroundForm.Designer.cs
rename to src/GreenshotPlugin/Controls/BackgroundForm.Designer.cs
diff --git a/GreenshotPlugin/Controls/BackgroundForm.cs b/src/GreenshotPlugin/Controls/BackgroundForm.cs
similarity index 100%
rename from GreenshotPlugin/Controls/BackgroundForm.cs
rename to src/GreenshotPlugin/Controls/BackgroundForm.cs
diff --git a/GreenshotPlugin/Controls/ExtendedWebBrowser.cs b/src/GreenshotPlugin/Controls/ExtendedWebBrowser.cs
similarity index 100%
rename from GreenshotPlugin/Controls/ExtendedWebBrowser.cs
rename to src/GreenshotPlugin/Controls/ExtendedWebBrowser.cs
diff --git a/GreenshotPlugin/Controls/FormWithoutActivation.cs b/src/GreenshotPlugin/Controls/FormWithoutActivation.cs
similarity index 100%
rename from GreenshotPlugin/Controls/FormWithoutActivation.cs
rename to src/GreenshotPlugin/Controls/FormWithoutActivation.cs
diff --git a/GreenshotPlugin/Controls/GreenshotButton.cs b/src/GreenshotPlugin/Controls/GreenshotButton.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotButton.cs
rename to src/GreenshotPlugin/Controls/GreenshotButton.cs
diff --git a/GreenshotPlugin/Controls/GreenshotCheckBox.cs b/src/GreenshotPlugin/Controls/GreenshotCheckBox.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotCheckBox.cs
rename to src/GreenshotPlugin/Controls/GreenshotCheckBox.cs
diff --git a/GreenshotPlugin/Controls/GreenshotColumnSorter.cs b/src/GreenshotPlugin/Controls/GreenshotColumnSorter.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotColumnSorter.cs
rename to src/GreenshotPlugin/Controls/GreenshotColumnSorter.cs
diff --git a/GreenshotPlugin/Controls/GreenshotComboBox.cs b/src/GreenshotPlugin/Controls/GreenshotComboBox.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotComboBox.cs
rename to src/GreenshotPlugin/Controls/GreenshotComboBox.cs
diff --git a/GreenshotPlugin/Controls/GreenshotForm.cs b/src/GreenshotPlugin/Controls/GreenshotForm.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotForm.cs
rename to src/GreenshotPlugin/Controls/GreenshotForm.cs
diff --git a/GreenshotPlugin/Controls/GreenshotGroupBox.cs b/src/GreenshotPlugin/Controls/GreenshotGroupBox.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotGroupBox.cs
rename to src/GreenshotPlugin/Controls/GreenshotGroupBox.cs
diff --git a/GreenshotPlugin/Controls/GreenshotLabel.cs b/src/GreenshotPlugin/Controls/GreenshotLabel.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotLabel.cs
rename to src/GreenshotPlugin/Controls/GreenshotLabel.cs
diff --git a/GreenshotPlugin/Controls/GreenshotRadioButton.cs b/src/GreenshotPlugin/Controls/GreenshotRadioButton.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotRadioButton.cs
rename to src/GreenshotPlugin/Controls/GreenshotRadioButton.cs
diff --git a/GreenshotPlugin/Controls/GreenshotTabPage.cs b/src/GreenshotPlugin/Controls/GreenshotTabPage.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotTabPage.cs
rename to src/GreenshotPlugin/Controls/GreenshotTabPage.cs
diff --git a/GreenshotPlugin/Controls/GreenshotTextBox.cs b/src/GreenshotPlugin/Controls/GreenshotTextBox.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotTextBox.cs
rename to src/GreenshotPlugin/Controls/GreenshotTextBox.cs
diff --git a/GreenshotPlugin/Controls/GreenshotToolDropDownButton.cs b/src/GreenshotPlugin/Controls/GreenshotToolDropDownButton.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotToolDropDownButton.cs
rename to src/GreenshotPlugin/Controls/GreenshotToolDropDownButton.cs
diff --git a/GreenshotPlugin/Controls/GreenshotToolStripButton.cs b/src/GreenshotPlugin/Controls/GreenshotToolStripButton.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotToolStripButton.cs
rename to src/GreenshotPlugin/Controls/GreenshotToolStripButton.cs
diff --git a/GreenshotPlugin/Controls/GreenshotToolStripLabel.cs b/src/GreenshotPlugin/Controls/GreenshotToolStripLabel.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotToolStripLabel.cs
rename to src/GreenshotPlugin/Controls/GreenshotToolStripLabel.cs
diff --git a/GreenshotPlugin/Controls/GreenshotToolStripMenuItem.cs b/src/GreenshotPlugin/Controls/GreenshotToolStripMenuItem.cs
similarity index 100%
rename from GreenshotPlugin/Controls/GreenshotToolStripMenuItem.cs
rename to src/GreenshotPlugin/Controls/GreenshotToolStripMenuItem.cs
diff --git a/GreenshotPlugin/Controls/HotkeyControl.cs b/src/GreenshotPlugin/Controls/HotkeyControl.cs
similarity index 100%
rename from GreenshotPlugin/Controls/HotkeyControl.cs
rename to src/GreenshotPlugin/Controls/HotkeyControl.cs
diff --git a/GreenshotPlugin/Controls/IGreenshotConfigBindable.cs b/src/GreenshotPlugin/Controls/IGreenshotConfigBindable.cs
similarity index 100%
rename from GreenshotPlugin/Controls/IGreenshotConfigBindable.cs
rename to src/GreenshotPlugin/Controls/IGreenshotConfigBindable.cs
diff --git a/GreenshotPlugin/Controls/IGreenshotLanguageBindable.cs b/src/GreenshotPlugin/Controls/IGreenshotLanguageBindable.cs
similarity index 100%
rename from GreenshotPlugin/Controls/IGreenshotLanguageBindable.cs
rename to src/GreenshotPlugin/Controls/IGreenshotLanguageBindable.cs
diff --git a/GreenshotPlugin/Controls/OAuthLoginForm.Designer.cs b/src/GreenshotPlugin/Controls/OAuthLoginForm.Designer.cs
similarity index 100%
rename from GreenshotPlugin/Controls/OAuthLoginForm.Designer.cs
rename to src/GreenshotPlugin/Controls/OAuthLoginForm.Designer.cs
diff --git a/GreenshotPlugin/Controls/OAuthLoginForm.cs b/src/GreenshotPlugin/Controls/OAuthLoginForm.cs
similarity index 100%
rename from GreenshotPlugin/Controls/OAuthLoginForm.cs
rename to src/GreenshotPlugin/Controls/OAuthLoginForm.cs
diff --git a/GreenshotPlugin/Controls/PleaseWaitForm.Designer.cs b/src/GreenshotPlugin/Controls/PleaseWaitForm.Designer.cs
similarity index 100%
rename from GreenshotPlugin/Controls/PleaseWaitForm.Designer.cs
rename to src/GreenshotPlugin/Controls/PleaseWaitForm.Designer.cs
diff --git a/GreenshotPlugin/Controls/PleaseWaitForm.cs b/src/GreenshotPlugin/Controls/PleaseWaitForm.cs
similarity index 100%
rename from GreenshotPlugin/Controls/PleaseWaitForm.cs
rename to src/GreenshotPlugin/Controls/PleaseWaitForm.cs
diff --git a/GreenshotPlugin/Controls/QualityDialog.Designer.cs b/src/GreenshotPlugin/Controls/QualityDialog.Designer.cs
similarity index 100%
rename from GreenshotPlugin/Controls/QualityDialog.Designer.cs
rename to src/GreenshotPlugin/Controls/QualityDialog.Designer.cs
diff --git a/GreenshotPlugin/Controls/QualityDialog.cs b/src/GreenshotPlugin/Controls/QualityDialog.cs
similarity index 100%
rename from GreenshotPlugin/Controls/QualityDialog.cs
rename to src/GreenshotPlugin/Controls/QualityDialog.cs
diff --git a/GreenshotPlugin/Controls/SaveImageFileDialog.cs b/src/GreenshotPlugin/Controls/SaveImageFileDialog.cs
similarity index 100%
rename from GreenshotPlugin/Controls/SaveImageFileDialog.cs
rename to src/GreenshotPlugin/Controls/SaveImageFileDialog.cs
diff --git a/GreenshotPlugin/Controls/ThumbnailForm.cs b/src/GreenshotPlugin/Controls/ThumbnailForm.cs
similarity index 100%
rename from GreenshotPlugin/Controls/ThumbnailForm.cs
rename to src/GreenshotPlugin/Controls/ThumbnailForm.cs
diff --git a/GreenshotPlugin/Core/AbstractDestination.cs b/src/GreenshotPlugin/Core/AbstractDestination.cs
similarity index 100%
rename from GreenshotPlugin/Core/AbstractDestination.cs
rename to src/GreenshotPlugin/Core/AbstractDestination.cs
diff --git a/GreenshotPlugin/Core/AbstractProcessor.cs b/src/GreenshotPlugin/Core/AbstractProcessor.cs
similarity index 100%
rename from GreenshotPlugin/Core/AbstractProcessor.cs
rename to src/GreenshotPlugin/Core/AbstractProcessor.cs
diff --git a/GreenshotPlugin/Core/AccessibleHelper.cs b/src/GreenshotPlugin/Core/AccessibleHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/AccessibleHelper.cs
rename to src/GreenshotPlugin/Core/AccessibleHelper.cs
diff --git a/GreenshotPlugin/Core/AnimationHelpers.cs b/src/GreenshotPlugin/Core/AnimationHelpers.cs
similarity index 100%
rename from GreenshotPlugin/Core/AnimationHelpers.cs
rename to src/GreenshotPlugin/Core/AnimationHelpers.cs
diff --git a/GreenshotPlugin/Core/BinaryStructHelper.cs b/src/GreenshotPlugin/Core/BinaryStructHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/BinaryStructHelper.cs
rename to src/GreenshotPlugin/Core/BinaryStructHelper.cs
diff --git a/GreenshotPlugin/Core/Cache.cs b/src/GreenshotPlugin/Core/Cache.cs
similarity index 100%
rename from GreenshotPlugin/Core/Cache.cs
rename to src/GreenshotPlugin/Core/Cache.cs
diff --git a/GreenshotPlugin/Core/Capture.cs b/src/GreenshotPlugin/Core/Capture.cs
similarity index 100%
rename from GreenshotPlugin/Core/Capture.cs
rename to src/GreenshotPlugin/Core/Capture.cs
diff --git a/GreenshotPlugin/Core/CaptureDetails.cs b/src/GreenshotPlugin/Core/CaptureDetails.cs
similarity index 100%
rename from GreenshotPlugin/Core/CaptureDetails.cs
rename to src/GreenshotPlugin/Core/CaptureDetails.cs
diff --git a/GreenshotPlugin/Core/CaptureHandler.cs b/src/GreenshotPlugin/Core/CaptureHandler.cs
similarity index 100%
rename from GreenshotPlugin/Core/CaptureHandler.cs
rename to src/GreenshotPlugin/Core/CaptureHandler.cs
diff --git a/GreenshotPlugin/Core/ClipboardHelper.cs b/src/GreenshotPlugin/Core/ClipboardHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/ClipboardHelper.cs
rename to src/GreenshotPlugin/Core/ClipboardHelper.cs
diff --git a/GreenshotPlugin/Core/CoreConfiguration.cs b/src/GreenshotPlugin/Core/CoreConfiguration.cs
similarity index 100%
rename from GreenshotPlugin/Core/CoreConfiguration.cs
rename to src/GreenshotPlugin/Core/CoreConfiguration.cs
diff --git a/GreenshotPlugin/Core/CredentialsHelper.cs b/src/GreenshotPlugin/Core/CredentialsHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/CredentialsHelper.cs
rename to src/GreenshotPlugin/Core/CredentialsHelper.cs
diff --git a/GreenshotPlugin/Core/DisplayKeyAttribute.cs b/src/GreenshotPlugin/Core/DisplayKeyAttribute.cs
similarity index 100%
rename from GreenshotPlugin/Core/DisplayKeyAttribute.cs
rename to src/GreenshotPlugin/Core/DisplayKeyAttribute.cs
diff --git a/GreenshotPlugin/Core/DpiHelper.cs b/src/GreenshotPlugin/Core/DpiHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/DpiHelper.cs
rename to src/GreenshotPlugin/Core/DpiHelper.cs
diff --git a/GreenshotPlugin/Core/EffectConverter.cs b/src/GreenshotPlugin/Core/EffectConverter.cs
similarity index 100%
rename from GreenshotPlugin/Core/EffectConverter.cs
rename to src/GreenshotPlugin/Core/EffectConverter.cs
diff --git a/GreenshotPlugin/Core/Enums/HResult.cs b/src/GreenshotPlugin/Core/Enums/HResult.cs
similarity index 100%
rename from GreenshotPlugin/Core/Enums/HResult.cs
rename to src/GreenshotPlugin/Core/Enums/HResult.cs
diff --git a/GreenshotPlugin/Core/Enums/MonitorDpiType.cs b/src/GreenshotPlugin/Core/Enums/MonitorDpiType.cs
similarity index 100%
rename from GreenshotPlugin/Core/Enums/MonitorDpiType.cs
rename to src/GreenshotPlugin/Core/Enums/MonitorDpiType.cs
diff --git a/GreenshotPlugin/Core/Enums/MonitorFrom.cs b/src/GreenshotPlugin/Core/Enums/MonitorFrom.cs
similarity index 100%
rename from GreenshotPlugin/Core/Enums/MonitorFrom.cs
rename to src/GreenshotPlugin/Core/Enums/MonitorFrom.cs
diff --git a/GreenshotPlugin/Core/EnvironmentInfo.cs b/src/GreenshotPlugin/Core/EnvironmentInfo.cs
similarity index 100%
rename from GreenshotPlugin/Core/EnvironmentInfo.cs
rename to src/GreenshotPlugin/Core/EnvironmentInfo.cs
diff --git a/GreenshotPlugin/Core/EventDelay.cs b/src/GreenshotPlugin/Core/EventDelay.cs
similarity index 100%
rename from GreenshotPlugin/Core/EventDelay.cs
rename to src/GreenshotPlugin/Core/EventDelay.cs
diff --git a/GreenshotPlugin/Core/ExplorerHelper.cs b/src/GreenshotPlugin/Core/ExplorerHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/ExplorerHelper.cs
rename to src/GreenshotPlugin/Core/ExplorerHelper.cs
diff --git a/GreenshotPlugin/Core/FastBitmap.cs b/src/GreenshotPlugin/Core/FastBitmap.cs
similarity index 100%
rename from GreenshotPlugin/Core/FastBitmap.cs
rename to src/GreenshotPlugin/Core/FastBitmap.cs
diff --git a/GreenshotPlugin/Core/FilenameHelper.cs b/src/GreenshotPlugin/Core/FilenameHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/FilenameHelper.cs
rename to src/GreenshotPlugin/Core/FilenameHelper.cs
diff --git a/GreenshotPlugin/Core/Fraction.cs b/src/GreenshotPlugin/Core/Fraction.cs
similarity index 100%
rename from GreenshotPlugin/Core/Fraction.cs
rename to src/GreenshotPlugin/Core/Fraction.cs
diff --git a/GreenshotPlugin/Core/GreenshotResources.cs b/src/GreenshotPlugin/Core/GreenshotResources.cs
similarity index 100%
rename from GreenshotPlugin/Core/GreenshotResources.cs
rename to src/GreenshotPlugin/Core/GreenshotResources.cs
diff --git a/GreenshotPlugin/Core/GreenshotResources.resx b/src/GreenshotPlugin/Core/GreenshotResources.resx
similarity index 100%
rename from GreenshotPlugin/Core/GreenshotResources.resx
rename to src/GreenshotPlugin/Core/GreenshotResources.resx
diff --git a/GreenshotPlugin/Core/HResultExtensions.cs b/src/GreenshotPlugin/Core/HResultExtensions.cs
similarity index 100%
rename from GreenshotPlugin/Core/HResultExtensions.cs
rename to src/GreenshotPlugin/Core/HResultExtensions.cs
diff --git a/GreenshotPlugin/Core/IEHelper.cs b/src/GreenshotPlugin/Core/IEHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/IEHelper.cs
rename to src/GreenshotPlugin/Core/IEHelper.cs
diff --git a/GreenshotPlugin/Core/IImage.cs b/src/GreenshotPlugin/Core/IImage.cs
similarity index 100%
rename from GreenshotPlugin/Core/IImage.cs
rename to src/GreenshotPlugin/Core/IImage.cs
diff --git a/GreenshotPlugin/Core/ImageHelper.cs b/src/GreenshotPlugin/Core/ImageHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/ImageHelper.cs
rename to src/GreenshotPlugin/Core/ImageHelper.cs
diff --git a/GreenshotPlugin/Core/ImageOutput.cs b/src/GreenshotPlugin/Core/ImageOutput.cs
similarity index 100%
rename from GreenshotPlugin/Core/ImageOutput.cs
rename to src/GreenshotPlugin/Core/ImageOutput.cs
diff --git a/GreenshotPlugin/Core/ImageWrapper.cs b/src/GreenshotPlugin/Core/ImageWrapper.cs
similarity index 100%
rename from GreenshotPlugin/Core/ImageWrapper.cs
rename to src/GreenshotPlugin/Core/ImageWrapper.cs
diff --git a/GreenshotPlugin/Core/InterfaceUtils.cs b/src/GreenshotPlugin/Core/InterfaceUtils.cs
similarity index 100%
rename from GreenshotPlugin/Core/InterfaceUtils.cs
rename to src/GreenshotPlugin/Core/InterfaceUtils.cs
diff --git a/GreenshotPlugin/Core/JSONHelper.cs b/src/GreenshotPlugin/Core/JSONHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/JSONHelper.cs
rename to src/GreenshotPlugin/Core/JSONHelper.cs
diff --git a/GreenshotPlugin/Core/Language.cs b/src/GreenshotPlugin/Core/Language.cs
similarity index 100%
rename from GreenshotPlugin/Core/Language.cs
rename to src/GreenshotPlugin/Core/Language.cs
diff --git a/GreenshotPlugin/Core/LanguageChangedHandler.cs b/src/GreenshotPlugin/Core/LanguageChangedHandler.cs
similarity index 100%
rename from GreenshotPlugin/Core/LanguageChangedHandler.cs
rename to src/GreenshotPlugin/Core/LanguageChangedHandler.cs
diff --git a/GreenshotPlugin/Core/LanguageFile.cs b/src/GreenshotPlugin/Core/LanguageFile.cs
similarity index 100%
rename from GreenshotPlugin/Core/LanguageFile.cs
rename to src/GreenshotPlugin/Core/LanguageFile.cs
diff --git a/GreenshotPlugin/Core/LogHelper.cs b/src/GreenshotPlugin/Core/LogHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/LogHelper.cs
rename to src/GreenshotPlugin/Core/LogHelper.cs
diff --git a/GreenshotPlugin/Core/NetworkHelper.cs b/src/GreenshotPlugin/Core/NetworkHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/NetworkHelper.cs
rename to src/GreenshotPlugin/Core/NetworkHelper.cs
diff --git a/GreenshotPlugin/Core/OAuth/LocalJsonReceiver.cs b/src/GreenshotPlugin/Core/OAuth/LocalJsonReceiver.cs
similarity index 100%
rename from GreenshotPlugin/Core/OAuth/LocalJsonReceiver.cs
rename to src/GreenshotPlugin/Core/OAuth/LocalJsonReceiver.cs
diff --git a/GreenshotPlugin/Core/OAuth/LocalServerCodeReceiver.cs b/src/GreenshotPlugin/Core/OAuth/LocalServerCodeReceiver.cs
similarity index 100%
rename from GreenshotPlugin/Core/OAuth/LocalServerCodeReceiver.cs
rename to src/GreenshotPlugin/Core/OAuth/LocalServerCodeReceiver.cs
diff --git a/GreenshotPlugin/Core/OAuth/OAuth2AuthorizeMode.cs b/src/GreenshotPlugin/Core/OAuth/OAuth2AuthorizeMode.cs
similarity index 100%
rename from GreenshotPlugin/Core/OAuth/OAuth2AuthorizeMode.cs
rename to src/GreenshotPlugin/Core/OAuth/OAuth2AuthorizeMode.cs
diff --git a/GreenshotPlugin/Core/OAuth/OAuth2Helper.cs b/src/GreenshotPlugin/Core/OAuth/OAuth2Helper.cs
similarity index 100%
rename from GreenshotPlugin/Core/OAuth/OAuth2Helper.cs
rename to src/GreenshotPlugin/Core/OAuth/OAuth2Helper.cs
diff --git a/GreenshotPlugin/Core/OAuth/OAuth2Settings.cs b/src/GreenshotPlugin/Core/OAuth/OAuth2Settings.cs
similarity index 100%
rename from GreenshotPlugin/Core/OAuth/OAuth2Settings.cs
rename to src/GreenshotPlugin/Core/OAuth/OAuth2Settings.cs
diff --git a/GreenshotPlugin/Core/OAuth/OAuthSession.cs b/src/GreenshotPlugin/Core/OAuth/OAuthSession.cs
similarity index 100%
rename from GreenshotPlugin/Core/OAuth/OAuthSession.cs
rename to src/GreenshotPlugin/Core/OAuth/OAuthSession.cs
diff --git a/GreenshotPlugin/Core/OAuth/OAuthSignatureTypes.cs b/src/GreenshotPlugin/Core/OAuth/OAuthSignatureTypes.cs
similarity index 100%
rename from GreenshotPlugin/Core/OAuth/OAuthSignatureTypes.cs
rename to src/GreenshotPlugin/Core/OAuth/OAuthSignatureTypes.cs
diff --git a/GreenshotPlugin/Core/ObjectExtensions.cs b/src/GreenshotPlugin/Core/ObjectExtensions.cs
similarity index 100%
rename from GreenshotPlugin/Core/ObjectExtensions.cs
rename to src/GreenshotPlugin/Core/ObjectExtensions.cs
diff --git a/GreenshotPlugin/Core/PluginUtils.cs b/src/GreenshotPlugin/Core/PluginUtils.cs
similarity index 100%
rename from GreenshotPlugin/Core/PluginUtils.cs
rename to src/GreenshotPlugin/Core/PluginUtils.cs
diff --git a/GreenshotPlugin/Core/QuantizerHelper.cs b/src/GreenshotPlugin/Core/QuantizerHelper.cs
similarity index 100%
rename from GreenshotPlugin/Core/QuantizerHelper.cs
rename to src/GreenshotPlugin/Core/QuantizerHelper.cs
diff --git a/GreenshotPlugin/Core/RegistryKeyExtensions.cs b/src/GreenshotPlugin/Core/RegistryKeyExtensions.cs
similarity index 100%
rename from GreenshotPlugin/Core/RegistryKeyExtensions.cs
rename to src/GreenshotPlugin/Core/RegistryKeyExtensions.cs
diff --git a/GreenshotPlugin/Core/SimpleServiceProvider.cs b/src/GreenshotPlugin/Core/SimpleServiceProvider.cs
similarity index 100%
rename from GreenshotPlugin/Core/SimpleServiceProvider.cs
rename to src/GreenshotPlugin/Core/SimpleServiceProvider.cs
diff --git a/GreenshotPlugin/Core/StringExtensions.cs b/src/GreenshotPlugin/Core/StringExtensions.cs
similarity index 100%
rename from GreenshotPlugin/Core/StringExtensions.cs
rename to src/GreenshotPlugin/Core/StringExtensions.cs
diff --git a/GreenshotPlugin/Core/SvgImage.cs b/src/GreenshotPlugin/Core/SvgImage.cs
similarity index 100%
rename from GreenshotPlugin/Core/SvgImage.cs
rename to src/GreenshotPlugin/Core/SvgImage.cs
diff --git a/GreenshotPlugin/Core/WindowCapture.cs b/src/GreenshotPlugin/Core/WindowCapture.cs
similarity index 100%
rename from GreenshotPlugin/Core/WindowCapture.cs
rename to src/GreenshotPlugin/Core/WindowCapture.cs
diff --git a/GreenshotPlugin/Core/WindowDetails.cs b/src/GreenshotPlugin/Core/WindowDetails.cs
similarity index 100%
rename from GreenshotPlugin/Core/WindowDetails.cs
rename to src/GreenshotPlugin/Core/WindowDetails.cs
diff --git a/GreenshotPlugin/Core/WindowsEnumerator.cs b/src/GreenshotPlugin/Core/WindowsEnumerator.cs
similarity index 100%
rename from GreenshotPlugin/Core/WindowsEnumerator.cs
rename to src/GreenshotPlugin/Core/WindowsEnumerator.cs
diff --git a/GreenshotPlugin/Core/WindowsVersion.cs b/src/GreenshotPlugin/Core/WindowsVersion.cs
similarity index 100%
rename from GreenshotPlugin/Core/WindowsVersion.cs
rename to src/GreenshotPlugin/Core/WindowsVersion.cs
diff --git a/GreenshotPlugin/Core/WmInputLangChangeRequestFilter.cs b/src/GreenshotPlugin/Core/WmInputLangChangeRequestFilter.cs
similarity index 100%
rename from GreenshotPlugin/Core/WmInputLangChangeRequestFilter.cs
rename to src/GreenshotPlugin/Core/WmInputLangChangeRequestFilter.cs
diff --git a/GreenshotPlugin/Effects/AdjustEffect.cs b/src/GreenshotPlugin/Effects/AdjustEffect.cs
similarity index 100%
rename from GreenshotPlugin/Effects/AdjustEffect.cs
rename to src/GreenshotPlugin/Effects/AdjustEffect.cs
diff --git a/GreenshotPlugin/Effects/BorderEffect.cs b/src/GreenshotPlugin/Effects/BorderEffect.cs
similarity index 100%
rename from GreenshotPlugin/Effects/BorderEffect.cs
rename to src/GreenshotPlugin/Effects/BorderEffect.cs
diff --git a/GreenshotPlugin/Effects/DropShadowEffect.cs b/src/GreenshotPlugin/Effects/DropShadowEffect.cs
similarity index 100%
rename from GreenshotPlugin/Effects/DropShadowEffect.cs
rename to src/GreenshotPlugin/Effects/DropShadowEffect.cs
diff --git a/GreenshotPlugin/Effects/GrayscaleEffect.cs b/src/GreenshotPlugin/Effects/GrayscaleEffect.cs
similarity index 100%
rename from GreenshotPlugin/Effects/GrayscaleEffect.cs
rename to src/GreenshotPlugin/Effects/GrayscaleEffect.cs
diff --git a/GreenshotPlugin/Effects/IEffect.cs b/src/GreenshotPlugin/Effects/IEffect.cs
similarity index 100%
rename from GreenshotPlugin/Effects/IEffect.cs
rename to src/GreenshotPlugin/Effects/IEffect.cs
diff --git a/GreenshotPlugin/Effects/InvertEffect.cs b/src/GreenshotPlugin/Effects/InvertEffect.cs
similarity index 100%
rename from GreenshotPlugin/Effects/InvertEffect.cs
rename to src/GreenshotPlugin/Effects/InvertEffect.cs
diff --git a/GreenshotPlugin/Effects/MonochromeEffect.cs b/src/GreenshotPlugin/Effects/MonochromeEffect.cs
similarity index 100%
rename from GreenshotPlugin/Effects/MonochromeEffect.cs
rename to src/GreenshotPlugin/Effects/MonochromeEffect.cs
diff --git a/GreenshotPlugin/Effects/ReduceColorsEffect.cs b/src/GreenshotPlugin/Effects/ReduceColorsEffect.cs
similarity index 100%
rename from GreenshotPlugin/Effects/ReduceColorsEffect.cs
rename to src/GreenshotPlugin/Effects/ReduceColorsEffect.cs
diff --git a/GreenshotPlugin/Effects/ResizeCanvasEffect.cs b/src/GreenshotPlugin/Effects/ResizeCanvasEffect.cs
similarity index 100%
rename from GreenshotPlugin/Effects/ResizeCanvasEffect.cs
rename to src/GreenshotPlugin/Effects/ResizeCanvasEffect.cs
diff --git a/GreenshotPlugin/Effects/ResizeEffect.cs b/src/GreenshotPlugin/Effects/ResizeEffect.cs
similarity index 100%
rename from GreenshotPlugin/Effects/ResizeEffect.cs
rename to src/GreenshotPlugin/Effects/ResizeEffect.cs
diff --git a/GreenshotPlugin/Effects/RotateEffect.cs b/src/GreenshotPlugin/Effects/RotateEffect.cs
similarity index 100%
rename from GreenshotPlugin/Effects/RotateEffect.cs
rename to src/GreenshotPlugin/Effects/RotateEffect.cs
diff --git a/GreenshotPlugin/Effects/TornEdgeEffect.cs b/src/GreenshotPlugin/Effects/TornEdgeEffect.cs
similarity index 100%
rename from GreenshotPlugin/Effects/TornEdgeEffect.cs
rename to src/GreenshotPlugin/Effects/TornEdgeEffect.cs
diff --git a/GreenshotPlugin/FileDescriptorReader.cs b/src/GreenshotPlugin/FileDescriptorReader.cs
similarity index 100%
rename from GreenshotPlugin/FileDescriptorReader.cs
rename to src/GreenshotPlugin/FileDescriptorReader.cs
diff --git a/GreenshotPlugin/GlobalSuppressions.cs b/src/GreenshotPlugin/GlobalSuppressions.cs
similarity index 100%
rename from GreenshotPlugin/GlobalSuppressions.cs
rename to src/GreenshotPlugin/GlobalSuppressions.cs
diff --git a/GreenshotPlugin/GreenshotPlugin.csproj b/src/GreenshotPlugin/GreenshotPlugin.csproj
similarity index 100%
rename from GreenshotPlugin/GreenshotPlugin.csproj
rename to src/GreenshotPlugin/GreenshotPlugin.csproj
diff --git a/GreenshotPlugin/Hooking/WindowsEventHook.cs b/src/GreenshotPlugin/Hooking/WindowsEventHook.cs
similarity index 100%
rename from GreenshotPlugin/Hooking/WindowsEventHook.cs
rename to src/GreenshotPlugin/Hooking/WindowsEventHook.cs
diff --git a/GreenshotPlugin/Hooking/WindowsOpenCloseMonitor.cs b/src/GreenshotPlugin/Hooking/WindowsOpenCloseMonitor.cs
similarity index 100%
rename from GreenshotPlugin/Hooking/WindowsOpenCloseMonitor.cs
rename to src/GreenshotPlugin/Hooking/WindowsOpenCloseMonitor.cs
diff --git a/GreenshotPlugin/Hooking/WindowsTitleMonitor.cs b/src/GreenshotPlugin/Hooking/WindowsTitleMonitor.cs
similarity index 100%
rename from GreenshotPlugin/Hooking/WindowsTitleMonitor.cs
rename to src/GreenshotPlugin/Hooking/WindowsTitleMonitor.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLBodyElement.cs b/src/GreenshotPlugin/IEInterop/IHTMLBodyElement.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLBodyElement.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLBodyElement.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLCurrentStyle.cs b/src/GreenshotPlugin/IEInterop/IHTMLCurrentStyle.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLCurrentStyle.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLCurrentStyle.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLDocument.cs b/src/GreenshotPlugin/IEInterop/IHTMLDocument.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLDocument.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLDocument.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLDocument2.cs b/src/GreenshotPlugin/IEInterop/IHTMLDocument2.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLDocument2.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLDocument2.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLDocument3.cs b/src/GreenshotPlugin/IEInterop/IHTMLDocument3.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLDocument3.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLDocument3.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLDocument4.cs b/src/GreenshotPlugin/IEInterop/IHTMLDocument4.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLDocument4.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLDocument4.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLDocument5.cs b/src/GreenshotPlugin/IEInterop/IHTMLDocument5.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLDocument5.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLDocument5.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLElement.cs b/src/GreenshotPlugin/IEInterop/IHTMLElement.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLElement.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLElement.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLElement2.cs b/src/GreenshotPlugin/IEInterop/IHTMLElement2.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLElement2.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLElement2.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLElementCollection.cs b/src/GreenshotPlugin/IEInterop/IHTMLElementCollection.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLElementCollection.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLElementCollection.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLFrameBase.cs b/src/GreenshotPlugin/IEInterop/IHTMLFrameBase.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLFrameBase.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLFrameBase.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLFramesCollection2.cs b/src/GreenshotPlugin/IEInterop/IHTMLFramesCollection2.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLFramesCollection2.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLFramesCollection2.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLRect.cs b/src/GreenshotPlugin/IEInterop/IHTMLRect.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLRect.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLRect.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLScreen.cs b/src/GreenshotPlugin/IEInterop/IHTMLScreen.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLScreen.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLScreen.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLScreen2.cs b/src/GreenshotPlugin/IEInterop/IHTMLScreen2.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLScreen2.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLScreen2.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLSelectionObject.cs b/src/GreenshotPlugin/IEInterop/IHTMLSelectionObject.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLSelectionObject.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLSelectionObject.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLStyle.cs b/src/GreenshotPlugin/IEInterop/IHTMLStyle.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLStyle.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLStyle.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLTxtRange.cs b/src/GreenshotPlugin/IEInterop/IHTMLTxtRange.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLTxtRange.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLTxtRange.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLWindow2.cs b/src/GreenshotPlugin/IEInterop/IHTMLWindow2.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLWindow2.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLWindow2.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLWindow3.cs b/src/GreenshotPlugin/IEInterop/IHTMLWindow3.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLWindow3.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLWindow3.cs
diff --git a/GreenshotPlugin/IEInterop/IHTMLWindow4.cs b/src/GreenshotPlugin/IEInterop/IHTMLWindow4.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IHTMLWindow4.cs
rename to src/GreenshotPlugin/IEInterop/IHTMLWindow4.cs
diff --git a/GreenshotPlugin/IEInterop/IWebBrowser2.cs b/src/GreenshotPlugin/IEInterop/IWebBrowser2.cs
similarity index 100%
rename from GreenshotPlugin/IEInterop/IWebBrowser2.cs
rename to src/GreenshotPlugin/IEInterop/IWebBrowser2.cs
diff --git a/GreenshotPlugin/IniFile/IniAttributes.cs b/src/GreenshotPlugin/IniFile/IniAttributes.cs
similarity index 100%
rename from GreenshotPlugin/IniFile/IniAttributes.cs
rename to src/GreenshotPlugin/IniFile/IniAttributes.cs
diff --git a/GreenshotPlugin/IniFile/IniConfig.cs b/src/GreenshotPlugin/IniFile/IniConfig.cs
similarity index 100%
rename from GreenshotPlugin/IniFile/IniConfig.cs
rename to src/GreenshotPlugin/IniFile/IniConfig.cs
diff --git a/GreenshotPlugin/IniFile/IniReader.cs b/src/GreenshotPlugin/IniFile/IniReader.cs
similarity index 100%
rename from GreenshotPlugin/IniFile/IniReader.cs
rename to src/GreenshotPlugin/IniFile/IniReader.cs
diff --git a/GreenshotPlugin/IniFile/IniSection.cs b/src/GreenshotPlugin/IniFile/IniSection.cs
similarity index 100%
rename from GreenshotPlugin/IniFile/IniSection.cs
rename to src/GreenshotPlugin/IniFile/IniSection.cs
diff --git a/GreenshotPlugin/IniFile/IniValue.cs b/src/GreenshotPlugin/IniFile/IniValue.cs
similarity index 100%
rename from GreenshotPlugin/IniFile/IniValue.cs
rename to src/GreenshotPlugin/IniFile/IniValue.cs
diff --git a/GreenshotPlugin/Interfaces/CaptureMode.cs b/src/GreenshotPlugin/Interfaces/CaptureMode.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/CaptureMode.cs
rename to src/GreenshotPlugin/Interfaces/CaptureMode.cs
diff --git a/GreenshotPlugin/Interfaces/Drawing/Adorners/IAdorner.cs b/src/GreenshotPlugin/Interfaces/Drawing/Adorners/IAdorner.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Drawing/Adorners/IAdorner.cs
rename to src/GreenshotPlugin/Interfaces/Drawing/Adorners/IAdorner.cs
diff --git a/GreenshotPlugin/Interfaces/Drawing/Container.cs b/src/GreenshotPlugin/Interfaces/Drawing/Container.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Drawing/Container.cs
rename to src/GreenshotPlugin/Interfaces/Drawing/Container.cs
diff --git a/GreenshotPlugin/Interfaces/Drawing/IField.cs b/src/GreenshotPlugin/Interfaces/Drawing/IField.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Drawing/IField.cs
rename to src/GreenshotPlugin/Interfaces/Drawing/IField.cs
diff --git a/GreenshotPlugin/Interfaces/Drawing/IFieldholder.cs b/src/GreenshotPlugin/Interfaces/Drawing/IFieldholder.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Drawing/IFieldholder.cs
rename to src/GreenshotPlugin/Interfaces/Drawing/IFieldholder.cs
diff --git a/GreenshotPlugin/Interfaces/Drawing/IMemento.cs b/src/GreenshotPlugin/Interfaces/Drawing/IMemento.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Drawing/IMemento.cs
rename to src/GreenshotPlugin/Interfaces/Drawing/IMemento.cs
diff --git a/GreenshotPlugin/Interfaces/DrawingModes.cs b/src/GreenshotPlugin/Interfaces/DrawingModes.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/DrawingModes.cs
rename to src/GreenshotPlugin/Interfaces/DrawingModes.cs
diff --git a/GreenshotPlugin/Interfaces/Forms/ImageEditor.cs b/src/GreenshotPlugin/Interfaces/Forms/ImageEditor.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Forms/ImageEditor.cs
rename to src/GreenshotPlugin/Interfaces/Forms/ImageEditor.cs
diff --git a/GreenshotPlugin/Interfaces/ICapture.cs b/src/GreenshotPlugin/Interfaces/ICapture.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/ICapture.cs
rename to src/GreenshotPlugin/Interfaces/ICapture.cs
diff --git a/GreenshotPlugin/Interfaces/ICaptureDetails.cs b/src/GreenshotPlugin/Interfaces/ICaptureDetails.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/ICaptureDetails.cs
rename to src/GreenshotPlugin/Interfaces/ICaptureDetails.cs
diff --git a/GreenshotPlugin/Interfaces/IDestination.cs b/src/GreenshotPlugin/Interfaces/IDestination.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/IDestination.cs
rename to src/GreenshotPlugin/Interfaces/IDestination.cs
diff --git a/GreenshotPlugin/Interfaces/INotificationService.cs b/src/GreenshotPlugin/Interfaces/INotificationService.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/INotificationService.cs
rename to src/GreenshotPlugin/Interfaces/INotificationService.cs
diff --git a/GreenshotPlugin/Interfaces/IProcessor.cs b/src/GreenshotPlugin/Interfaces/IProcessor.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/IProcessor.cs
rename to src/GreenshotPlugin/Interfaces/IProcessor.cs
diff --git a/GreenshotPlugin/Interfaces/IServiceLocator.cs b/src/GreenshotPlugin/Interfaces/IServiceLocator.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/IServiceLocator.cs
rename to src/GreenshotPlugin/Interfaces/IServiceLocator.cs
diff --git a/GreenshotPlugin/Interfaces/ISurface.cs b/src/GreenshotPlugin/Interfaces/ISurface.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/ISurface.cs
rename to src/GreenshotPlugin/Interfaces/ISurface.cs
diff --git a/GreenshotPlugin/Interfaces/Ocr/IOcrProvider.cs b/src/GreenshotPlugin/Interfaces/Ocr/IOcrProvider.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Ocr/IOcrProvider.cs
rename to src/GreenshotPlugin/Interfaces/Ocr/IOcrProvider.cs
diff --git a/GreenshotPlugin/Interfaces/Ocr/Line.cs b/src/GreenshotPlugin/Interfaces/Ocr/Line.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Ocr/Line.cs
rename to src/GreenshotPlugin/Interfaces/Ocr/Line.cs
diff --git a/GreenshotPlugin/Interfaces/Ocr/OcrInformation.cs b/src/GreenshotPlugin/Interfaces/Ocr/OcrInformation.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Ocr/OcrInformation.cs
rename to src/GreenshotPlugin/Interfaces/Ocr/OcrInformation.cs
diff --git a/GreenshotPlugin/Interfaces/Ocr/Word.cs b/src/GreenshotPlugin/Interfaces/Ocr/Word.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Ocr/Word.cs
rename to src/GreenshotPlugin/Interfaces/Ocr/Word.cs
diff --git a/GreenshotPlugin/Interfaces/Plugin/HotKeyHandler.cs b/src/GreenshotPlugin/Interfaces/Plugin/HotKeyHandler.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Plugin/HotKeyHandler.cs
rename to src/GreenshotPlugin/Interfaces/Plugin/HotKeyHandler.cs
diff --git a/GreenshotPlugin/Interfaces/Plugin/IGreenshotHost.cs b/src/GreenshotPlugin/Interfaces/Plugin/IGreenshotHost.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Plugin/IGreenshotHost.cs
rename to src/GreenshotPlugin/Interfaces/Plugin/IGreenshotHost.cs
diff --git a/GreenshotPlugin/Interfaces/Plugin/IGreenshotPlugin.cs b/src/GreenshotPlugin/Interfaces/Plugin/IGreenshotPlugin.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Plugin/IGreenshotPlugin.cs
rename to src/GreenshotPlugin/Interfaces/Plugin/IGreenshotPlugin.cs
diff --git a/GreenshotPlugin/Interfaces/Plugin/PluginAttribute.cs b/src/GreenshotPlugin/Interfaces/Plugin/PluginAttribute.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Plugin/PluginAttribute.cs
rename to src/GreenshotPlugin/Interfaces/Plugin/PluginAttribute.cs
diff --git a/GreenshotPlugin/Interfaces/Plugin/SurfaceOutputSettings.cs b/src/GreenshotPlugin/Interfaces/Plugin/SurfaceOutputSettings.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/Plugin/SurfaceOutputSettings.cs
rename to src/GreenshotPlugin/Interfaces/Plugin/SurfaceOutputSettings.cs
diff --git a/GreenshotPlugin/Interfaces/ScreenCaptureMode.cs b/src/GreenshotPlugin/Interfaces/ScreenCaptureMode.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/ScreenCaptureMode.cs
rename to src/GreenshotPlugin/Interfaces/ScreenCaptureMode.cs
diff --git a/GreenshotPlugin/Interfaces/SurfaceDrawingModeEventArgs.cs b/src/GreenshotPlugin/Interfaces/SurfaceDrawingModeEventArgs.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/SurfaceDrawingModeEventArgs.cs
rename to src/GreenshotPlugin/Interfaces/SurfaceDrawingModeEventArgs.cs
diff --git a/GreenshotPlugin/Interfaces/SurfaceDrawingModeEventHandler.cs b/src/GreenshotPlugin/Interfaces/SurfaceDrawingModeEventHandler.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/SurfaceDrawingModeEventHandler.cs
rename to src/GreenshotPlugin/Interfaces/SurfaceDrawingModeEventHandler.cs
diff --git a/GreenshotPlugin/Interfaces/SurfaceElementEventArgs.cs b/src/GreenshotPlugin/Interfaces/SurfaceElementEventArgs.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/SurfaceElementEventArgs.cs
rename to src/GreenshotPlugin/Interfaces/SurfaceElementEventArgs.cs
diff --git a/GreenshotPlugin/Interfaces/SurfaceElementEventHandler.cs b/src/GreenshotPlugin/Interfaces/SurfaceElementEventHandler.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/SurfaceElementEventHandler.cs
rename to src/GreenshotPlugin/Interfaces/SurfaceElementEventHandler.cs
diff --git a/GreenshotPlugin/Interfaces/SurfaceMessageEventArgs.cs b/src/GreenshotPlugin/Interfaces/SurfaceMessageEventArgs.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/SurfaceMessageEventArgs.cs
rename to src/GreenshotPlugin/Interfaces/SurfaceMessageEventArgs.cs
diff --git a/GreenshotPlugin/Interfaces/SurfaceMessageEventHandler.cs b/src/GreenshotPlugin/Interfaces/SurfaceMessageEventHandler.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/SurfaceMessageEventHandler.cs
rename to src/GreenshotPlugin/Interfaces/SurfaceMessageEventHandler.cs
diff --git a/GreenshotPlugin/Interfaces/SurfaceMessageTyp.cs b/src/GreenshotPlugin/Interfaces/SurfaceMessageTyp.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/SurfaceMessageTyp.cs
rename to src/GreenshotPlugin/Interfaces/SurfaceMessageTyp.cs
diff --git a/GreenshotPlugin/Interfaces/SurfaceSizeChangeEventHandler.cs b/src/GreenshotPlugin/Interfaces/SurfaceSizeChangeEventHandler.cs
similarity index 100%
rename from GreenshotPlugin/Interfaces/SurfaceSizeChangeEventHandler.cs
rename to src/GreenshotPlugin/Interfaces/SurfaceSizeChangeEventHandler.cs
diff --git a/GreenshotPlugin/Interop/Base.cs b/src/GreenshotPlugin/Interop/Base.cs
similarity index 100%
rename from GreenshotPlugin/Interop/Base.cs
rename to src/GreenshotPlugin/Interop/Base.cs
diff --git a/GreenshotPlugin/Interop/COMWrapper.cs b/src/GreenshotPlugin/Interop/COMWrapper.cs
similarity index 100%
rename from GreenshotPlugin/Interop/COMWrapper.cs
rename to src/GreenshotPlugin/Interop/COMWrapper.cs
diff --git a/GreenshotPlugin/Interop/ComProgIdAttribute.cs b/src/GreenshotPlugin/Interop/ComProgIdAttribute.cs
similarity index 100%
rename from GreenshotPlugin/Interop/ComProgIdAttribute.cs
rename to src/GreenshotPlugin/Interop/ComProgIdAttribute.cs
diff --git a/GreenshotPlugin/Interop/IAppVisibility.cs b/src/GreenshotPlugin/Interop/IAppVisibility.cs
similarity index 100%
rename from GreenshotPlugin/Interop/IAppVisibility.cs
rename to src/GreenshotPlugin/Interop/IAppVisibility.cs
diff --git a/GreenshotPlugin/Interop/IDispatch.cs b/src/GreenshotPlugin/Interop/IDispatch.cs
similarity index 100%
rename from GreenshotPlugin/Interop/IDispatch.cs
rename to src/GreenshotPlugin/Interop/IDispatch.cs
diff --git a/GreenshotPlugin/Interop/IOleCommandTarget.cs b/src/GreenshotPlugin/Interop/IOleCommandTarget.cs
similarity index 100%
rename from GreenshotPlugin/Interop/IOleCommandTarget.cs
rename to src/GreenshotPlugin/Interop/IOleCommandTarget.cs
diff --git a/GreenshotPlugin/Interop/IOleWindow.cs b/src/GreenshotPlugin/Interop/IOleWindow.cs
similarity index 100%
rename from GreenshotPlugin/Interop/IOleWindow.cs
rename to src/GreenshotPlugin/Interop/IOleWindow.cs
diff --git a/GreenshotPlugin/Interop/IServiceProvider.cs b/src/GreenshotPlugin/Interop/IServiceProvider.cs
similarity index 100%
rename from GreenshotPlugin/Interop/IServiceProvider.cs
rename to src/GreenshotPlugin/Interop/IServiceProvider.cs
diff --git a/GreenshotPlugin/Interop/IUnknown.cs b/src/GreenshotPlugin/Interop/IUnknown.cs
similarity index 100%
rename from GreenshotPlugin/Interop/IUnknown.cs
rename to src/GreenshotPlugin/Interop/IUnknown.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/DWM.cs b/src/GreenshotPlugin/UnmanagedHelpers/DWM.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/DWM.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/DWM.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/EnumWindowsProc.cs b/src/GreenshotPlugin/UnmanagedHelpers/EnumWindowsProc.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/EnumWindowsProc.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/EnumWindowsProc.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/ClassLongIndex.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/ClassLongIndex.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/ClassLongIndex.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/ClassLongIndex.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/DWMWINDOWATTRIBUTE.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/DWMWINDOWATTRIBUTE.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/DWMWINDOWATTRIBUTE.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/DWMWINDOWATTRIBUTE.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/DWM_THUMBNAIL_PROPERTIES.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/DWM_THUMBNAIL_PROPERTIES.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/DWM_THUMBNAIL_PROPERTIES.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/DWM_THUMBNAIL_PROPERTIES.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/DesktopAccessRight.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/DesktopAccessRight.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/DesktopAccessRight.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/DesktopAccessRight.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/DeviceCaps.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/DeviceCaps.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/DeviceCaps.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/DeviceCaps.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/EventObjects.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/EventObjects.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/EventObjects.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/EventObjects.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/ExtendedWindowStyleFlags.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/ExtendedWindowStyleFlags.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/ExtendedWindowStyleFlags.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/ExtendedWindowStyleFlags.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/ProcessAccessFlags.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/ProcessAccessFlags.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/ProcessAccessFlags.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/ProcessAccessFlags.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/RegionResult.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/RegionResult.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/RegionResult.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/RegionResult.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/SendMessageTimeoutFlags.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/SendMessageTimeoutFlags.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/SendMessageTimeoutFlags.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/SendMessageTimeoutFlags.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/ShowWindowCommand.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/ShowWindowCommand.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/ShowWindowCommand.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/ShowWindowCommand.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/SoundFlags.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/SoundFlags.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/SoundFlags.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/SoundFlags.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/ThreadAccess.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/ThreadAccess.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/ThreadAccess.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/ThreadAccess.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/Win32Error.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/Win32Error.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/Win32Error.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/Win32Error.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/WinEvent.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/WinEvent.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/WinEvent.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/WinEvent.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/WinEventHookFlags.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/WinEventHookFlags.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/WinEventHookFlags.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/WinEventHookFlags.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/WindowLongIndex.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/WindowLongIndex.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/WindowLongIndex.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/WindowLongIndex.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/WindowPlacementFlags.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/WindowPlacementFlags.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/WindowPlacementFlags.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/WindowPlacementFlags.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/WindowPos.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/WindowPos.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/WindowPos.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/WindowPos.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/WindowStyleFlags.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/WindowStyleFlags.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/WindowStyleFlags.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/WindowStyleFlags.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Enums/WindowsMessages.cs b/src/GreenshotPlugin/UnmanagedHelpers/Enums/WindowsMessages.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Enums/WindowsMessages.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Enums/WindowsMessages.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/GDI32.cs b/src/GreenshotPlugin/UnmanagedHelpers/GDI32.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/GDI32.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/GDI32.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/GDIplus.cs b/src/GreenshotPlugin/UnmanagedHelpers/GDIplus.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/GDIplus.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/GDIplus.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Kernel32.cs b/src/GreenshotPlugin/UnmanagedHelpers/Kernel32.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Kernel32.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Kernel32.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/PsAPI.cs b/src/GreenshotPlugin/UnmanagedHelpers/PsAPI.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/PsAPI.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/PsAPI.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/SafeCurrentInputDesktopHandle.cs b/src/GreenshotPlugin/UnmanagedHelpers/SafeCurrentInputDesktopHandle.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/SafeCurrentInputDesktopHandle.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/SafeCurrentInputDesktopHandle.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/SafeIconHandle.cs b/src/GreenshotPlugin/UnmanagedHelpers/SafeIconHandle.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/SafeIconHandle.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/SafeIconHandle.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/SafeWindowDcHandle.cs b/src/GreenshotPlugin/UnmanagedHelpers/SafeWindowDcHandle.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/SafeWindowDcHandle.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/SafeWindowDcHandle.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Shell32.cs b/src/GreenshotPlugin/UnmanagedHelpers/Shell32.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Shell32.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Shell32.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Structs/CursorInfo.cs b/src/GreenshotPlugin/UnmanagedHelpers/Structs/CursorInfo.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Structs/CursorInfo.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Structs/CursorInfo.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Structs/IconInfo.cs b/src/GreenshotPlugin/UnmanagedHelpers/Structs/IconInfo.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Structs/IconInfo.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Structs/IconInfo.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Structs/POINT.cs b/src/GreenshotPlugin/UnmanagedHelpers/Structs/POINT.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Structs/POINT.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Structs/POINT.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Structs/RECT.cs b/src/GreenshotPlugin/UnmanagedHelpers/Structs/RECT.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Structs/RECT.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Structs/RECT.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Structs/RECTF.cs b/src/GreenshotPlugin/UnmanagedHelpers/Structs/RECTF.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Structs/RECTF.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Structs/RECTF.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Structs/SCROLLINFO.cs b/src/GreenshotPlugin/UnmanagedHelpers/Structs/SCROLLINFO.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Structs/SCROLLINFO.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Structs/SCROLLINFO.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Structs/SIZE.cs b/src/GreenshotPlugin/UnmanagedHelpers/Structs/SIZE.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Structs/SIZE.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Structs/SIZE.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Structs/WindowInfo.cs b/src/GreenshotPlugin/UnmanagedHelpers/Structs/WindowInfo.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Structs/WindowInfo.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Structs/WindowInfo.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Structs/WindowPlacement.cs b/src/GreenshotPlugin/UnmanagedHelpers/Structs/WindowPlacement.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Structs/WindowPlacement.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Structs/WindowPlacement.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/User32.cs b/src/GreenshotPlugin/UnmanagedHelpers/User32.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/User32.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/User32.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/Win32.cs b/src/GreenshotPlugin/UnmanagedHelpers/Win32.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/Win32.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/Win32.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/WinEventDelegate.cs b/src/GreenshotPlugin/UnmanagedHelpers/WinEventDelegate.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/WinEventDelegate.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/WinEventDelegate.cs
diff --git a/GreenshotPlugin/UnmanagedHelpers/WinMM.cs b/src/GreenshotPlugin/UnmanagedHelpers/WinMM.cs
similarity index 100%
rename from GreenshotPlugin/UnmanagedHelpers/WinMM.cs
rename to src/GreenshotPlugin/UnmanagedHelpers/WinMM.cs
diff --git a/GreenshotPlugin/log4net-embedded.xml b/src/GreenshotPlugin/log4net-embedded.xml
similarity index 100%
rename from GreenshotPlugin/log4net-embedded.xml
rename to src/GreenshotPlugin/log4net-embedded.xml
diff --git a/GreenshotWin10Plugin/Destinations/Win10OcrDestination.cs b/src/GreenshotWin10Plugin/Destinations/Win10OcrDestination.cs
similarity index 100%
rename from GreenshotWin10Plugin/Destinations/Win10OcrDestination.cs
rename to src/GreenshotWin10Plugin/Destinations/Win10OcrDestination.cs
diff --git a/GreenshotWin10Plugin/Destinations/Win10ShareDestination.cs b/src/GreenshotWin10Plugin/Destinations/Win10ShareDestination.cs
similarity index 100%
rename from GreenshotWin10Plugin/Destinations/Win10ShareDestination.cs
rename to src/GreenshotWin10Plugin/Destinations/Win10ShareDestination.cs
diff --git a/GreenshotWin10Plugin/GreenshotWin10Plugin.csproj b/src/GreenshotWin10Plugin/GreenshotWin10Plugin.csproj
similarity index 100%
rename from GreenshotWin10Plugin/GreenshotWin10Plugin.csproj
rename to src/GreenshotWin10Plugin/GreenshotWin10Plugin.csproj
diff --git a/GreenshotWin10Plugin/Internal/MemoryRandomAccessStream.cs b/src/GreenshotWin10Plugin/Internal/MemoryRandomAccessStream.cs
similarity index 100%
rename from GreenshotWin10Plugin/Internal/MemoryRandomAccessStream.cs
rename to src/GreenshotWin10Plugin/Internal/MemoryRandomAccessStream.cs
diff --git a/GreenshotWin10Plugin/Internal/ShareInfo.cs b/src/GreenshotWin10Plugin/Internal/ShareInfo.cs
similarity index 100%
rename from GreenshotWin10Plugin/Internal/ShareInfo.cs
rename to src/GreenshotWin10Plugin/Internal/ShareInfo.cs
diff --git a/GreenshotWin10Plugin/Native/DataTransferManagerHelper.cs b/src/GreenshotWin10Plugin/Native/DataTransferManagerHelper.cs
similarity index 100%
rename from GreenshotWin10Plugin/Native/DataTransferManagerHelper.cs
rename to src/GreenshotWin10Plugin/Native/DataTransferManagerHelper.cs
diff --git a/GreenshotWin10Plugin/Native/IDataTransferManagerInterOp.cs b/src/GreenshotWin10Plugin/Native/IDataTransferManagerInterOp.cs
similarity index 100%
rename from GreenshotWin10Plugin/Native/IDataTransferManagerInterOp.cs
rename to src/GreenshotWin10Plugin/Native/IDataTransferManagerInterOp.cs
diff --git a/GreenshotWin10Plugin/Processors/Win10OcrProcessor.cs b/src/GreenshotWin10Plugin/Processors/Win10OcrProcessor.cs
similarity index 100%
rename from GreenshotWin10Plugin/Processors/Win10OcrProcessor.cs
rename to src/GreenshotWin10Plugin/Processors/Win10OcrProcessor.cs
diff --git a/GreenshotWin10Plugin/Properties/AssemblyInfo.cs b/src/GreenshotWin10Plugin/Properties/AssemblyInfo.cs
similarity index 100%
rename from GreenshotWin10Plugin/Properties/AssemblyInfo.cs
rename to src/GreenshotWin10Plugin/Properties/AssemblyInfo.cs
diff --git a/GreenshotWin10Plugin/ToastNotificationService.cs b/src/GreenshotWin10Plugin/ToastNotificationService.cs
similarity index 100%
rename from GreenshotWin10Plugin/ToastNotificationService.cs
rename to src/GreenshotWin10Plugin/ToastNotificationService.cs
diff --git a/GreenshotWin10Plugin/Win10Configuration.cs b/src/GreenshotWin10Plugin/Win10Configuration.cs
similarity index 100%
rename from GreenshotWin10Plugin/Win10Configuration.cs
rename to src/GreenshotWin10Plugin/Win10Configuration.cs
diff --git a/GreenshotWin10Plugin/Win10OcrProvider.cs b/src/GreenshotWin10Plugin/Win10OcrProvider.cs
similarity index 100%
rename from GreenshotWin10Plugin/Win10OcrProvider.cs
rename to src/GreenshotWin10Plugin/Win10OcrProvider.cs
diff --git a/GreenshotWin10Plugin/Win10Plugin.cs b/src/GreenshotWin10Plugin/Win10Plugin.cs
similarity index 100%
rename from GreenshotWin10Plugin/Win10Plugin.cs
rename to src/GreenshotWin10Plugin/Win10Plugin.cs
diff --git a/src/version.json b/src/version.json
new file mode 100644
index 000000000..5138f352c
--- /dev/null
+++ b/src/version.json
@@ -0,0 +1,21 @@
+{
+ "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
+ "version": "1.3",
+ "publicReleaseRefSpec": [
+ ".*/release/*$"
+ ],
+ "nugetPackageVersion": {
+ "semVer": 2
+ },
+ "cloudBuild": {
+ "setVersionVariables": true,
+ "setAllVariables": true,
+ "buildNumber": {
+ "enabled": true,
+ "includeCommitId": {
+ "when": "never"
+ }
+ }
+ },
+ "inherit": false
+}
\ No newline at end of file