You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DocX.sln 1.5KB

12345678910111213141516171819202122232425262728293031323334
  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 = 3
  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. SccProjectUniqueName2 = ConsoleApplication1\\ConsoleApplication1.csproj
  17. SccProjectName2 = ConsoleApplication1
  18. SccLocalPath2 = ConsoleApplication1
  19. EndGlobalSection
  20. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  21. Debug|Any CPU = Debug|Any CPU
  22. Release|Any CPU = Release|Any CPU
  23. EndGlobalSection
  24. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  25. {E863D072-AA8B-4108-B5F1-785241B37F67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  26. {E863D072-AA8B-4108-B5F1-785241B37F67}.Debug|Any CPU.Build.0 = Debug|Any CPU
  27. {E863D072-AA8B-4108-B5F1-785241B37F67}.Release|Any CPU.ActiveCfg = Release|Any CPU
  28. {E863D072-AA8B-4108-B5F1-785241B37F67}.Release|Any CPU.Build.0 = Release|Any CPU
  29. EndGlobalSection
  30. GlobalSection(SolutionProperties) = preSolution
  31. HideSolutionNode = FALSE
  32. EndGlobalSection
  33. EndGlobal