->Better Structure

This commit is contained in:
Kevin Krüger
2022-06-01 14:14:18 +02:00
parent c66c939707
commit deeeb2d0a3
13 changed files with 25 additions and 0 deletions

25
PTConverter.Plugin.sln Normal file
View File

@@ -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