forked from mperdeck/LINQtoCSV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LINQtoCSV.sln
48 lines (48 loc) · 2.77 KB
/
LINQtoCSV.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsoleApplication", "TestConsoleApplication\TestConsoleApplication.csproj", "{C3FE8ACB-688B-47E4-9E62-0EE09B0435E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LINQtoCSV", "LINQtoCSV\LINQtoCSV.csproj", "{07058BF9-6F86-40FF-AE33-2A4F89B5758A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleCode", "SampleCode\SampleCode.csproj", "{EEFD875B-5D48-41F4-80FD-5FAE3725ED83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LINQtoCSV.Tests", "LINQtoCSV.Tests\LINQtoCSV.Tests.csproj", "{04EE17CD-E7B3-4D58-BF84-E553F5332A14}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{23664B5F-ED48-4718-94B7-C1A65CDA45EE}"
ProjectSection(SolutionItems) = preProject
LINQtoCSV.vsmdi = LINQtoCSV.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = LINQtoCSV.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3FE8ACB-688B-47E4-9E62-0EE09B0435E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3FE8ACB-688B-47E4-9E62-0EE09B0435E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3FE8ACB-688B-47E4-9E62-0EE09B0435E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3FE8ACB-688B-47E4-9E62-0EE09B0435E1}.Release|Any CPU.Build.0 = Release|Any CPU
{07058BF9-6F86-40FF-AE33-2A4F89B5758A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07058BF9-6F86-40FF-AE33-2A4F89B5758A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07058BF9-6F86-40FF-AE33-2A4F89B5758A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07058BF9-6F86-40FF-AE33-2A4F89B5758A}.Release|Any CPU.Build.0 = Release|Any CPU
{EEFD875B-5D48-41F4-80FD-5FAE3725ED83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEFD875B-5D48-41F4-80FD-5FAE3725ED83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEFD875B-5D48-41F4-80FD-5FAE3725ED83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEFD875B-5D48-41F4-80FD-5FAE3725ED83}.Release|Any CPU.Build.0 = Release|Any CPU
{04EE17CD-E7B3-4D58-BF84-E553F5332A14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04EE17CD-E7B3-4D58-BF84-E553F5332A14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04EE17CD-E7B3-4D58-BF84-E553F5332A14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04EE17CD-E7B3-4D58-BF84-E553F5332A14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal