- Funtion zum Aufteilen langer Texte in Teilstücke mit definierter Länge - Definition für Länge der ersten Zeile - Definition für Länge der nachfolgenden Zeilen oder Länge des Einzuges
32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.10.34916.146
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormattingLongStrings", "FormattingLongStrings\FormattingLongStrings.csproj", "{243D4699-2C31-4F12-9B6F-1A9692BB60C2}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HE-Test_Dll", "HE-Test_Dll\HE-Test_Dll.csproj", "{990D8654-0CFA-4009-A00D-1F8F95882D52}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{243D4699-2C31-4F12-9B6F-1A9692BB60C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{243D4699-2C31-4F12-9B6F-1A9692BB60C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{243D4699-2C31-4F12-9B6F-1A9692BB60C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{243D4699-2C31-4F12-9B6F-1A9692BB60C2}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{990D8654-0CFA-4009-A00D-1F8F95882D52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{990D8654-0CFA-4009-A00D-1F8F95882D52}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{990D8654-0CFA-4009-A00D-1F8F95882D52}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{990D8654-0CFA-4009-A00D-1F8F95882D52}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {6DB22A4E-2B0C-46F0-9BB0-F405595B509A}
|
|
EndGlobalSection
|
|
EndGlobal
|