-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlugins.Csv.sln
More file actions
39 lines (39 loc) · 2.05 KB
/
Plugins.Csv.sln
File metadata and controls
39 lines (39 loc) · 2.05 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
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11222.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowSynx.Plugins.Csv", "src\FlowSynx.Plugins.Csv.csproj", "{ECD2DE21-BABA-4282-BD92-716CB6754967}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{090AF7A6-591F-434D-980A-C5CEF59FC206}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{AB101817-0D53-4EED-8CD4-9150EA5CF692}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowSynx.Pluigns.Csv.UnitTests", "tests\FlowSynx.Pluigns.Csv.UnitTests.csproj", "{535535BE-029E-4E1A-96F2-D14DE17A08E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECD2DE21-BABA-4282-BD92-716CB6754967}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECD2DE21-BABA-4282-BD92-716CB6754967}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECD2DE21-BABA-4282-BD92-716CB6754967}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECD2DE21-BABA-4282-BD92-716CB6754967}.Release|Any CPU.Build.0 = Release|Any CPU
{535535BE-029E-4E1A-96F2-D14DE17A08E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{535535BE-029E-4E1A-96F2-D14DE17A08E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{535535BE-029E-4E1A-96F2-D14DE17A08E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{535535BE-029E-4E1A-96F2-D14DE17A08E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ECD2DE21-BABA-4282-BD92-716CB6754967} = {090AF7A6-591F-434D-980A-C5CEF59FC206}
{535535BE-029E-4E1A-96F2-D14DE17A08E8} = {AB101817-0D53-4EED-8CD4-9150EA5CF692}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E475AAEF-3830-486C-A5B3-E92B6EBBE1C6}
EndGlobalSection
EndGlobal