diff --git a/.vs/PTConverter.Plugin/FileContentIndex/aee093cf-38db-41cc-9c93-613cfb0acc47.vsidx b/.vs/PTConverter.Plugin/FileContentIndex/aee093cf-38db-41cc-9c93-613cfb0acc47.vsidx new file mode 100644 index 0000000..70c0788 Binary files /dev/null and b/.vs/PTConverter.Plugin/FileContentIndex/aee093cf-38db-41cc-9c93-613cfb0acc47.vsidx differ diff --git a/.vs/PTConverter.Plugin/FileContentIndex/d0fe5bfa-bdb8-4995-989f-c4fef12acf6c.vsidx b/.vs/PTConverter.Plugin/FileContentIndex/d0fe5bfa-bdb8-4995-989f-c4fef12acf6c.vsidx new file mode 100644 index 0000000..9c4620d Binary files /dev/null and b/.vs/PTConverter.Plugin/FileContentIndex/d0fe5bfa-bdb8-4995-989f-c4fef12acf6c.vsidx differ diff --git a/.vs/PTConverter.Plugin/FileContentIndex/read.lock b/.vs/PTConverter.Plugin/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/PTConverter.Plugin/v17/.suo b/.vs/PTConverter.Plugin/v17/.suo new file mode 100644 index 0000000..9de7b13 Binary files /dev/null and b/.vs/PTConverter.Plugin/v17/.suo differ diff --git a/PTConverter.Plugin.sln b/PTConverter.Plugin.sln new file mode 100644 index 0000000..78ab887 --- /dev/null +++ b/PTConverter.Plugin.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.2.32526.322 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PTConverter.Plugin", "PTConverter.Plugin\PTConverter.Plugin.csproj", "{F6384BCA-C5A7-4DBA-A051-D15A9494CB3B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F6384BCA-C5A7-4DBA-A051-D15A9494CB3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F6384BCA-C5A7-4DBA-A051-D15A9494CB3B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F6384BCA-C5A7-4DBA-A051-D15A9494CB3B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F6384BCA-C5A7-4DBA-A051-D15A9494CB3B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F7A0D954-781C-4BAA-B51D-17021D849F7D} + EndGlobalSection +EndGlobal diff --git a/.gitattributes b/PTConverter.Plugin/.gitattributes similarity index 100% rename from .gitattributes rename to PTConverter.Plugin/.gitattributes diff --git a/.gitignore b/PTConverter.Plugin/.gitignore similarity index 100% rename from .gitignore rename to PTConverter.Plugin/.gitignore diff --git a/IPage.cs b/PTConverter.Plugin/IPage.cs similarity index 100% rename from IPage.cs rename to PTConverter.Plugin/IPage.cs diff --git a/IPlugin.cs b/PTConverter.Plugin/IPlugin.cs similarity index 100% rename from IPlugin.cs rename to PTConverter.Plugin/IPlugin.cs diff --git a/LICENSE.txt b/PTConverter.Plugin/LICENSE.txt similarity index 100% rename from LICENSE.txt rename to PTConverter.Plugin/LICENSE.txt diff --git a/PTConverter.Plugin.csproj b/PTConverter.Plugin/PTConverter.Plugin.csproj similarity index 100% rename from PTConverter.Plugin.csproj rename to PTConverter.Plugin/PTConverter.Plugin.csproj diff --git a/PTConverter.Plugin.nuspec b/PTConverter.Plugin/PTConverter.Plugin.nuspec similarity index 100% rename from PTConverter.Plugin.nuspec rename to PTConverter.Plugin/PTConverter.Plugin.nuspec diff --git a/Properties/AssemblyInfo.cs b/PTConverter.Plugin/Properties/AssemblyInfo.cs similarity index 100% rename from Properties/AssemblyInfo.cs rename to PTConverter.Plugin/Properties/AssemblyInfo.cs