-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathFrends.Csv.sln
37 lines (37 loc) · 1.86 KB
/
Frends.Csv.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9265819D-05AB-44D2-A9B9-2DE91ADBEFF2}"
ProjectSection(SolutionItems) = preProject
Frends.Csv\FrendsTaskMetadata.json = Frends.Csv\FrendsTaskMetadata.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Frends.Csv", "Frends.Csv\Frends.Csv.csproj", "{78DB1B77-79E2-470C-BFD3-6D93FBBE28DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Frends.Csv.Tests", "Frends.Csv.Tests\Frends.Csv.Tests.csproj", "{32E70B3B-2A24-4006-BE0E-E2F6247A0EC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78DB1B77-79E2-470C-BFD3-6D93FBBE28DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78DB1B77-79E2-470C-BFD3-6D93FBBE28DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78DB1B77-79E2-470C-BFD3-6D93FBBE28DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78DB1B77-79E2-470C-BFD3-6D93FBBE28DD}.Release|Any CPU.Build.0 = Release|Any CPU
{32E70B3B-2A24-4006-BE0E-E2F6247A0EC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32E70B3B-2A24-4006-BE0E-E2F6247A0EC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32E70B3B-2A24-4006-BE0E-E2F6247A0EC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32E70B3B-2A24-4006-BE0E-E2F6247A0EC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1558B005-4A23-4ACA-995D-2588AA22F13C}
EndGlobalSection
EndGlobal