1 2Microsoft Visual Studio Solution File, Format Version 11.00 3# Visual C# Express 2010 4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "stDokuWikiConnector", "stExtLib\stDokuWikiConnector-dll\stDokuWikiConnector.csproj", "{6A270155-DE22-4BC5-B049-20DFAF61ED0A}" 5EndProject 6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDokuWikiConnector", "stTest\TestDokuWikiConnector\TestDokuWikiConnector.csproj", "{646971E5-A681-4EDC-AE8A-33FB0B6CD55E}" 7EndProject 8Global 9 GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 Debug|Any CPU = Debug|Any CPU 11 Debug|Mixed Platforms = Debug|Mixed Platforms 12 Debug|x86 = Debug|x86 13 Release|Any CPU = Release|Any CPU 14 Release|Mixed Platforms = Release|Mixed Platforms 15 Release|x86 = Release|x86 16 EndGlobalSection 17 GlobalSection(ProjectConfigurationPlatforms) = postSolution 18 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 19 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Any CPU.Build.0 = Debug|Any CPU 20 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 21 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 22 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|x86.ActiveCfg = Debug|Any CPU 23 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Release|Any CPU.ActiveCfg = Release|Any CPU 24 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Release|Any CPU.Build.0 = Release|Any CPU 25 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU 26 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Release|Mixed Platforms.Build.0 = Release|Any CPU 27 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Release|x86.ActiveCfg = Release|Any CPU 28 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Debug|Any CPU.ActiveCfg = Debug|x86 29 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 30 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Debug|Mixed Platforms.Build.0 = Debug|x86 31 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Debug|x86.ActiveCfg = Debug|x86 32 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Debug|x86.Build.0 = Debug|x86 33 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Release|Any CPU.ActiveCfg = Release|x86 34 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Release|Mixed Platforms.ActiveCfg = Release|x86 35 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Release|Mixed Platforms.Build.0 = Release|x86 36 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Release|x86.ActiveCfg = Release|x86 37 {646971E5-A681-4EDC-AE8A-33FB0B6CD55E}.Release|x86.Build.0 = Release|x86 38 EndGlobalSection 39 GlobalSection(SolutionProperties) = preSolution 40 HideSolutionNode = FALSE 41 EndGlobalSection 42EndGlobal 43