-
Notifications
You must be signed in to change notification settings - Fork 0
/
Beholder.sln
32 lines (32 loc) · 1.3 KB
/
Beholder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Beholder", "Beholder.csproj", "{A6650B63-BCF2-4FE8-BF84-40884E178D71}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57394638-44DC-4242-A239-397FE45F8E4F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6650B63-BCF2-4FE8-BF84-40884E178D71}.Debug|x64.ActiveCfg = Debug|x64
{A6650B63-BCF2-4FE8-BF84-40884E178D71}.Debug|x64.Build.0 = Debug|x64
{A6650B63-BCF2-4FE8-BF84-40884E178D71}.Release|x64.ActiveCfg = Release|x64
{A6650B63-BCF2-4FE8-BF84-40884E178D71}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C92F824-7FF6-4399-A326-5F924D3911B7}
EndGlobalSection
EndGlobal