-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfs-csv.sln
20 lines (20 loc) · 873 Bytes
/
fs-csv.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "fs-csv", "fs-csv\fs-csv.fsproj", "{30C54B70-71A8-4D6D-A3E8-0ADA592B3097}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30C54B70-71A8-4D6D-A3E8-0ADA592B3097}.Debug|x86.ActiveCfg = Debug|x86
{30C54B70-71A8-4D6D-A3E8-0ADA592B3097}.Debug|x86.Build.0 = Debug|x86
{30C54B70-71A8-4D6D-A3E8-0ADA592B3097}.Release|x86.ActiveCfg = Release|x86
{30C54B70-71A8-4D6D-A3E8-0ADA592B3097}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = fs-csv\fs-csv.fsproj
EndGlobalSection
EndGlobal