forked from mholec/fio-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FioSdkCsharp.sln
78 lines (78 loc) · 4.43 KB
/
FioSdkCsharp.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26014.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FioSdkCsharp", "Src\FioSdkCsharp\FioSdkCsharp.csproj", "{EED8B91E-106F-4FC7-8548-65AC9198E11E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{36737FA5-1628-4A96-89A7-54822A653C9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{A0B4478F-7EAE-41F2-BC8C-EDCE77658139}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FioSampleConsoleApp", "Samples\FioSampleConsoleApp\FioSampleConsoleApp.csproj", "{201D671B-281A-4570-A0FF-2E4B2E295883}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B5161BFC-6D0D-4396-A2D0-F0CB49CF6DD9}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{32390660-A8E6-4FCA-A9B3-12402DE58264}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Debug|ARM.ActiveCfg = Debug|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Debug|ARM.Build.0 = Debug|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Debug|x64.ActiveCfg = Debug|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Debug|x64.Build.0 = Debug|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Debug|x86.ActiveCfg = Debug|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Debug|x86.Build.0 = Debug|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Release|Any CPU.Build.0 = Release|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Release|ARM.ActiveCfg = Release|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Release|ARM.Build.0 = Release|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Release|x64.ActiveCfg = Release|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Release|x64.Build.0 = Release|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Release|x86.ActiveCfg = Release|Any CPU
{EED8B91E-106F-4FC7-8548-65AC9198E11E}.Release|x86.Build.0 = Release|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Debug|Any CPU.Build.0 = Debug|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Debug|ARM.ActiveCfg = Debug|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Debug|ARM.Build.0 = Debug|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Debug|x64.ActiveCfg = Debug|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Debug|x64.Build.0 = Debug|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Debug|x86.ActiveCfg = Debug|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Debug|x86.Build.0 = Debug|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Release|Any CPU.ActiveCfg = Release|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Release|Any CPU.Build.0 = Release|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Release|ARM.ActiveCfg = Release|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Release|ARM.Build.0 = Release|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Release|x64.ActiveCfg = Release|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Release|x64.Build.0 = Release|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Release|x86.ActiveCfg = Release|Any CPU
{201D671B-281A-4570-A0FF-2E4B2E295883}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EED8B91E-106F-4FC7-8548-65AC9198E11E} = {A0B4478F-7EAE-41F2-BC8C-EDCE77658139}
{201D671B-281A-4570-A0FF-2E4B2E295883} = {36737FA5-1628-4A96-89A7-54822A653C9B}
EndGlobalSection
EndGlobal