12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.28803.352
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CA84A415-DF00-4499-A537-3BD3F0A7588D}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DBF48143-87FE-456A-98DE-13A7E2154B33}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2665ABBF-D294-487E-A9AD-A9BA4B75CB30}"
- ProjectSection(SolutionItems) = preProject
- .gitattributes = .gitattributes
- .gitignore = .gitignore
- LICENSE = LICENSE
- README.md = README.md
- Tede.Data.nuspec = Tede.Data.nuspec
- EndProjectSection
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tede.Data", "src\Tede.Data\Tede.Data.csproj", "{7E1C1565-9102-4E7E-AF16-9924EC5E725E}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tede.Data.Tests", "tests\Tede.Data.Tests\Tede.Data.Tests.csproj", "{3EBA206E-89E2-4228-B4BD-3220D9F9A699}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7E1C1565-9102-4E7E-AF16-9924EC5E725E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {7E1C1565-9102-4E7E-AF16-9924EC5E725E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {7E1C1565-9102-4E7E-AF16-9924EC5E725E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {7E1C1565-9102-4E7E-AF16-9924EC5E725E}.Release|Any CPU.Build.0 = Release|Any CPU
- {3EBA206E-89E2-4228-B4BD-3220D9F9A699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3EBA206E-89E2-4228-B4BD-3220D9F9A699}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3EBA206E-89E2-4228-B4BD-3220D9F9A699}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3EBA206E-89E2-4228-B4BD-3220D9F9A699}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(NestedProjects) = preSolution
- {7E1C1565-9102-4E7E-AF16-9924EC5E725E} = {CA84A415-DF00-4499-A537-3BD3F0A7588D}
- {3EBA206E-89E2-4228-B4BD-3220D9F9A699} = {DBF48143-87FE-456A-98DE-13A7E2154B33}
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {8990A474-798A-4121-A8AF-DBA1E78DB839}
- EndGlobalSection
- EndGlobal
|