|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio 2012 |
| 4 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataTablesParser", "DatatablesParser\DataTablesParser.csproj", "{5456F8EA-3388-4A75-92C0-2E0F238FD88C}" |
| 5 | +EndProject |
| 6 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataTablesParser.Tests", "DatatablesParser.Tests\DataTablesParser.Tests.csproj", "{E14171E3-D7B0-4882-90B4-B34A04916AFA}" |
| 7 | +EndProject |
| 8 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataTablesParser.WebSample", "DataTablesParser.WebSample\DataTablesParser.WebSample.csproj", "{90BBA1C6-8D82-49CB-B805-6096565400EC}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D765B1F8-DF56-4D6E-9600-3E671F431ED2}" |
| 11 | + ProjectSection(SolutionItems) = preProject |
| 12 | + .nuget\NuGet.Config = .nuget\NuGet.Config |
| 13 | + .nuget\NuGet.exe = .nuget\NuGet.exe |
| 14 | + .nuget\NuGet.targets = .nuget\NuGet.targets |
| 15 | + EndProjectSection |
| 16 | +EndProject |
| 17 | +Global |
| 18 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 19 | + Debug|Any CPU = Debug|Any CPU |
| 20 | + Release|Any CPU = Release|Any CPU |
| 21 | + EndGlobalSection |
| 22 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 23 | + {5456F8EA-3388-4A75-92C0-2E0F238FD88C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 24 | + {5456F8EA-3388-4A75-92C0-2E0F238FD88C}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 25 | + {5456F8EA-3388-4A75-92C0-2E0F238FD88C}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 26 | + {5456F8EA-3388-4A75-92C0-2E0F238FD88C}.Release|Any CPU.Build.0 = Release|Any CPU |
| 27 | + {E14171E3-D7B0-4882-90B4-B34A04916AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 28 | + {E14171E3-D7B0-4882-90B4-B34A04916AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 29 | + {E14171E3-D7B0-4882-90B4-B34A04916AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 30 | + {E14171E3-D7B0-4882-90B4-B34A04916AFA}.Release|Any CPU.Build.0 = Release|Any CPU |
| 31 | + {90BBA1C6-8D82-49CB-B805-6096565400EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 32 | + {90BBA1C6-8D82-49CB-B805-6096565400EC}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 33 | + {90BBA1C6-8D82-49CB-B805-6096565400EC}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 34 | + {90BBA1C6-8D82-49CB-B805-6096565400EC}.Release|Any CPU.Build.0 = Release|Any CPU |
| 35 | + EndGlobalSection |
| 36 | + GlobalSection(SolutionProperties) = preSolution |
| 37 | + HideSolutionNode = FALSE |
| 38 | + EndGlobalSection |
| 39 | +EndGlobal |
0 commit comments