-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathJSonToCSV.sln
More file actions
60 lines (60 loc) · 3.56 KB
/
JSonToCSV.sln
File metadata and controls
60 lines (60 loc) · 3.56 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSonToCSV", "JSonToCSV\JSonToCSV.csproj", "{31E3455B-012B-46E5-A3D5-4C2679C761D4}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "JSonToCSVSetup", "JSonToCSVSetup\JSonToCSVSetup.vdproj", "{CC567A01-C999-4F17-92DD-FF99C1EE9244}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinkControl", "LinkControl\LinkControl.csproj", "{EC1BAF7A-604D-4875-AEE5-D56CF7261119}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31E3455B-012B-46E5-A3D5-4C2679C761D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31E3455B-012B-46E5-A3D5-4C2679C761D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31E3455B-012B-46E5-A3D5-4C2679C761D4}.Debug|x64.ActiveCfg = Debug|x64
{31E3455B-012B-46E5-A3D5-4C2679C761D4}.Debug|x64.Build.0 = Debug|x64
{31E3455B-012B-46E5-A3D5-4C2679C761D4}.Debug|x86.ActiveCfg = Debug|x86
{31E3455B-012B-46E5-A3D5-4C2679C761D4}.Debug|x86.Build.0 = Debug|x86
{31E3455B-012B-46E5-A3D5-4C2679C761D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31E3455B-012B-46E5-A3D5-4C2679C761D4}.Release|Any CPU.Build.0 = Release|Any CPU
{31E3455B-012B-46E5-A3D5-4C2679C761D4}.Release|x64.ActiveCfg = Release|x64
{31E3455B-012B-46E5-A3D5-4C2679C761D4}.Release|x64.Build.0 = Release|x64
{31E3455B-012B-46E5-A3D5-4C2679C761D4}.Release|x86.ActiveCfg = Release|x86
{31E3455B-012B-46E5-A3D5-4C2679C761D4}.Release|x86.Build.0 = Release|x86
{CC567A01-C999-4F17-92DD-FF99C1EE9244}.Debug|Any CPU.ActiveCfg = Debug
{CC567A01-C999-4F17-92DD-FF99C1EE9244}.Debug|x64.ActiveCfg = Debug
{CC567A01-C999-4F17-92DD-FF99C1EE9244}.Debug|x64.Build.0 = Debug
{CC567A01-C999-4F17-92DD-FF99C1EE9244}.Debug|x86.ActiveCfg = Debug
{CC567A01-C999-4F17-92DD-FF99C1EE9244}.Debug|x86.Build.0 = Debug
{CC567A01-C999-4F17-92DD-FF99C1EE9244}.Release|Any CPU.ActiveCfg = Release
{CC567A01-C999-4F17-92DD-FF99C1EE9244}.Release|x64.ActiveCfg = Release
{CC567A01-C999-4F17-92DD-FF99C1EE9244}.Release|x64.Build.0 = Release
{CC567A01-C999-4F17-92DD-FF99C1EE9244}.Release|x86.ActiveCfg = Release
{CC567A01-C999-4F17-92DD-FF99C1EE9244}.Release|x86.Build.0 = Release
{EC1BAF7A-604D-4875-AEE5-D56CF7261119}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC1BAF7A-604D-4875-AEE5-D56CF7261119}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC1BAF7A-604D-4875-AEE5-D56CF7261119}.Debug|x64.ActiveCfg = Debug|Any CPU
{EC1BAF7A-604D-4875-AEE5-D56CF7261119}.Debug|x64.Build.0 = Debug|Any CPU
{EC1BAF7A-604D-4875-AEE5-D56CF7261119}.Debug|x86.ActiveCfg = Debug|Any CPU
{EC1BAF7A-604D-4875-AEE5-D56CF7261119}.Debug|x86.Build.0 = Debug|Any CPU
{EC1BAF7A-604D-4875-AEE5-D56CF7261119}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC1BAF7A-604D-4875-AEE5-D56CF7261119}.Release|Any CPU.Build.0 = Release|Any CPU
{EC1BAF7A-604D-4875-AEE5-D56CF7261119}.Release|x64.ActiveCfg = Release|Any CPU
{EC1BAF7A-604D-4875-AEE5-D56CF7261119}.Release|x64.Build.0 = Release|Any CPU
{EC1BAF7A-604D-4875-AEE5-D56CF7261119}.Release|x86.ActiveCfg = Release|Any CPU
{EC1BAF7A-604D-4875-AEE5-D56CF7261119}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal