-
Notifications
You must be signed in to change notification settings - Fork 0
/
VisGist.sln
60 lines (60 loc) · 3.21 KB
/
VisGist.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisGist", "VisGist\VisGist.csproj", "{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{24B1EF80-3F11-413A-AEA4-29D96C5ED368}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dev", "dev", "{68D852F0-CD29-4CAF-8985-74789A9B38A6}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Documentation", "Documentation\Documentation.shproj", "{EC3BEF43-3253-4B2A-A553-E5150204A0BB}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "DevFiles", "DevFiles\DevFiles.shproj", "{45D3565F-480E-49A4-9072-CBF055B83873}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|arm64 = Debug|arm64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|arm64 = Release|arm64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Debug|arm64.ActiveCfg = Debug|arm64
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Debug|arm64.Build.0 = Debug|arm64
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Debug|x64.ActiveCfg = Debug|x64
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Debug|x64.Build.0 = Debug|x64
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Debug|x86.ActiveCfg = Debug|x86
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Debug|x86.Build.0 = Debug|x86
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Release|Any CPU.Build.0 = Release|Any CPU
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Release|arm64.ActiveCfg = Release|arm64
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Release|arm64.Build.0 = Release|arm64
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Release|x64.ActiveCfg = Release|x64
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Release|x64.Build.0 = Release|x64
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Release|x86.ActiveCfg = Release|x86
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5BFC6F85-3B42-4AEF-8795-2D22A3A5D9C6} = {24B1EF80-3F11-413A-AEA4-29D96C5ED368}
{EC3BEF43-3253-4B2A-A553-E5150204A0BB} = {68D852F0-CD29-4CAF-8985-74789A9B38A6}
{45D3565F-480E-49A4-9072-CBF055B83873} = {68D852F0-CD29-4CAF-8985-74789A9B38A6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52623EA6-AB42-4172-A22D-D66F8A42F701}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
DevFiles\DevFiles.projitems*{45d3565f-480e-49a4-9072-cbf055b83873}*SharedItemsImports = 13
Documentation\Documentation.projitems*{ec3bef43-3253-4b2a-a553-e5150204a0bb}*SharedItemsImports = 13
EndGlobalSection
EndGlobal