-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeviantArtFs.sln
67 lines (67 loc) · 4.26 KB
/
DeviantArtFs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "DeviantArtFs", "DeviantArtFs\DeviantArtFs.fsproj", "{32448E41-C600-46D2-98C4-F9DDB4118691}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C6199353-1198-47B7-ABF7-625A5B939F45}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ExampleConsoleApp", "ExampleConsoleApp\ExampleConsoleApp.fsproj", "{6AD4E98A-8A8F-409E-8B98-8741354BFFBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleWebApp", "ExampleWebApp\ExampleWebApp.csproj", "{846433B4-DEC8-437B-B40A-62BA63876B9E}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "GalleryViewer", "GalleryViewer\GalleryViewer.vbproj", "{4E9F4FB6-7DA2-4C22-B807-401B1B751FEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleConsoleApp2", "ExampleConsoleApp2\ExampleConsoleApp2.csproj", "{D16EE00F-33E3-4B06-950A-AA41F523EDCC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeviantArtFs.WinForms", "DeviantArtFs.WinForms\DeviantArtFs.WinForms.csproj", "{75B54961-2B75-460A-A13F-92003092F956}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ExampleConsoleApp3", "ExampleConsoleApp3\ExampleConsoleApp3.fsproj", "{69473FF0-6CB8-480A-BC14-F0A5FBCFF4F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32448E41-C600-46D2-98C4-F9DDB4118691}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32448E41-C600-46D2-98C4-F9DDB4118691}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32448E41-C600-46D2-98C4-F9DDB4118691}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32448E41-C600-46D2-98C4-F9DDB4118691}.Release|Any CPU.Build.0 = Release|Any CPU
{6AD4E98A-8A8F-409E-8B98-8741354BFFBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AD4E98A-8A8F-409E-8B98-8741354BFFBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AD4E98A-8A8F-409E-8B98-8741354BFFBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AD4E98A-8A8F-409E-8B98-8741354BFFBF}.Release|Any CPU.Build.0 = Release|Any CPU
{846433B4-DEC8-437B-B40A-62BA63876B9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{846433B4-DEC8-437B-B40A-62BA63876B9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{846433B4-DEC8-437B-B40A-62BA63876B9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{846433B4-DEC8-437B-B40A-62BA63876B9E}.Release|Any CPU.Build.0 = Release|Any CPU
{4E9F4FB6-7DA2-4C22-B807-401B1B751FEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E9F4FB6-7DA2-4C22-B807-401B1B751FEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E9F4FB6-7DA2-4C22-B807-401B1B751FEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E9F4FB6-7DA2-4C22-B807-401B1B751FEB}.Release|Any CPU.Build.0 = Release|Any CPU
{D16EE00F-33E3-4B06-950A-AA41F523EDCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D16EE00F-33E3-4B06-950A-AA41F523EDCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D16EE00F-33E3-4B06-950A-AA41F523EDCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D16EE00F-33E3-4B06-950A-AA41F523EDCC}.Release|Any CPU.Build.0 = Release|Any CPU
{75B54961-2B75-460A-A13F-92003092F956}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75B54961-2B75-460A-A13F-92003092F956}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75B54961-2B75-460A-A13F-92003092F956}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75B54961-2B75-460A-A13F-92003092F956}.Release|Any CPU.Build.0 = Release|Any CPU
{69473FF0-6CB8-480A-BC14-F0A5FBCFF4F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69473FF0-6CB8-480A-BC14-F0A5FBCFF4F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69473FF0-6CB8-480A-BC14-F0A5FBCFF4F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69473FF0-6CB8-480A-BC14-F0A5FBCFF4F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67584305-0A4F-439D-93E9-9CD899CE5B87}
EndGlobalSection
EndGlobal