Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

DocX.sln 1.4KB

12345678910111213141516171819202122232425262728293031
  1. Microsoft Visual Studio Solution File, Format Version 10.00
  2. # Visual Studio 2008
  3. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocX", "DocX\DocX.csproj", "{E863D072-AA8B-4108-B5F1-785241B37F67}"
  4. EndProject
  5. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF41F5CE-8BCB-40CC-835F-54A3DB7D802F}"
  6. EndProject
  7. Global
  8. GlobalSection(TeamFoundationVersionControl) = preSolution
  9. SccNumberOfProjects = 2
  10. SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
  11. SccTeamFoundationServer = https://tfs08.codeplex.com/
  12. SccLocalPath0 = .
  13. SccProjectUniqueName1 = DocX\\DocX.csproj
  14. SccProjectName1 = DocX
  15. SccLocalPath1 = DocX
  16. EndGlobalSection
  17. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  18. Debug|Any CPU = Debug|Any CPU
  19. Release|Any CPU = Release|Any CPU
  20. EndGlobalSection
  21. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  22. {E863D072-AA8B-4108-B5F1-785241B37F67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  23. {E863D072-AA8B-4108-B5F1-785241B37F67}.Debug|Any CPU.Build.0 = Debug|Any CPU
  24. {E863D072-AA8B-4108-B5F1-785241B37F67}.Release|Any CPU.ActiveCfg = Release|Any CPU
  25. {E863D072-AA8B-4108-B5F1-785241B37F67}.Release|Any CPU.Build.0 = Release|Any CPU
  26. EndGlobalSection
  27. GlobalSection(SolutionProperties) = preSolution
  28. HideSolutionNode = FALSE
  29. EndGlobalSection
  30. EndGlobal