Tede.Data.sln 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.28803.352
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CA84A415-DF00-4499-A537-3BD3F0A7588D}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DBF48143-87FE-456A-98DE-13A7E2154B33}"
  9. EndProject
  10. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2665ABBF-D294-487E-A9AD-A9BA4B75CB30}"
  11. ProjectSection(SolutionItems) = preProject
  12. .gitattributes = .gitattributes
  13. .gitignore = .gitignore
  14. LICENSE = LICENSE
  15. README.md = README.md
  16. Tede.Data.nuspec = Tede.Data.nuspec
  17. EndProjectSection
  18. EndProject
  19. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tede.Data", "src\Tede.Data\Tede.Data.csproj", "{7E1C1565-9102-4E7E-AF16-9924EC5E725E}"
  20. EndProject
  21. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tede.Data.Tests", "tests\Tede.Data.Tests\Tede.Data.Tests.csproj", "{3EBA206E-89E2-4228-B4BD-3220D9F9A699}"
  22. EndProject
  23. Global
  24. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  25. Debug|Any CPU = Debug|Any CPU
  26. Release|Any CPU = Release|Any CPU
  27. EndGlobalSection
  28. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  29. {7E1C1565-9102-4E7E-AF16-9924EC5E725E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  30. {7E1C1565-9102-4E7E-AF16-9924EC5E725E}.Debug|Any CPU.Build.0 = Debug|Any CPU
  31. {7E1C1565-9102-4E7E-AF16-9924EC5E725E}.Release|Any CPU.ActiveCfg = Release|Any CPU
  32. {7E1C1565-9102-4E7E-AF16-9924EC5E725E}.Release|Any CPU.Build.0 = Release|Any CPU
  33. {3EBA206E-89E2-4228-B4BD-3220D9F9A699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  34. {3EBA206E-89E2-4228-B4BD-3220D9F9A699}.Debug|Any CPU.Build.0 = Debug|Any CPU
  35. {3EBA206E-89E2-4228-B4BD-3220D9F9A699}.Release|Any CPU.ActiveCfg = Release|Any CPU
  36. {3EBA206E-89E2-4228-B4BD-3220D9F9A699}.Release|Any CPU.Build.0 = Release|Any CPU
  37. EndGlobalSection
  38. GlobalSection(SolutionProperties) = preSolution
  39. HideSolutionNode = FALSE
  40. EndGlobalSection
  41. GlobalSection(NestedProjects) = preSolution
  42. {7E1C1565-9102-4E7E-AF16-9924EC5E725E} = {CA84A415-DF00-4499-A537-3BD3F0A7588D}
  43. {3EBA206E-89E2-4228-B4BD-3220D9F9A699} = {DBF48143-87FE-456A-98DE-13A7E2154B33}
  44. EndGlobalSection
  45. GlobalSection(ExtensibilityGlobals) = postSolution
  46. SolutionGuid = {8990A474-798A-4121-A8AF-DBA1E78DB839}
  47. EndGlobalSection
  48. EndGlobal