-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCsvMatrix.sln
More file actions
38 lines (38 loc) · 2.15 KB
/
Copy pathCsvMatrix.sln
File metadata and controls
38 lines (38 loc) · 2.15 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsvMatrix", "CsvMatrix\CsvMatrix.csproj", "{AD8DF80C-6970-4778-861B-4DD29BAED1E8}"
ProjectSection(ProjectDependencies) = postProject
{F79CBE4B-77D2-4202-9F6F-B8F58DD02BEA} = {F79CBE4B-77D2-4202-9F6F-B8F58DD02BEA}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsvMatrix.Tests.Common", "CsvMatrix.Tests\CsvMatrix.Tests.Common.csproj", "{16EB99FB-33C8-4C05-826C-9772E54087E7}"
ProjectSection(ProjectDependencies) = postProject
{F79CBE4B-77D2-4202-9F6F-B8F58DD02BEA} = {F79CBE4B-77D2-4202-9F6F-B8F58DD02BEA}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsvMatrix.Common", "CsvMatrix.Common\CsvMatrix.Common.csproj", "{F79CBE4B-77D2-4202-9F6F-B8F58DD02BEA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD8DF80C-6970-4778-861B-4DD29BAED1E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD8DF80C-6970-4778-861B-4DD29BAED1E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD8DF80C-6970-4778-861B-4DD29BAED1E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD8DF80C-6970-4778-861B-4DD29BAED1E8}.Release|Any CPU.Build.0 = Release|Any CPU
{16EB99FB-33C8-4C05-826C-9772E54087E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16EB99FB-33C8-4C05-826C-9772E54087E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16EB99FB-33C8-4C05-826C-9772E54087E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16EB99FB-33C8-4C05-826C-9772E54087E7}.Release|Any CPU.Build.0 = Release|Any CPU
{F79CBE4B-77D2-4202-9F6F-B8F58DD02BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F79CBE4B-77D2-4202-9F6F-B8F58DD02BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F79CBE4B-77D2-4202-9F6F-B8F58DD02BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F79CBE4B-77D2-4202-9F6F-B8F58DD02BEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal