-
Notifications
You must be signed in to change notification settings - Fork 16
/
RegionVision.sln
30 lines (30 loc) · 1.27 KB
/
RegionVision.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegionVision", "RegionVision\RegionVision.csproj", "{1B8D1F14-56E9-49D5-A1E4-98C78A3A719D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{58F560A8-5BE5-4182-8BB4-AB97F815F916}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B8D1F14-56E9-49D5-A1E4-98C78A3A719D}.Debug|x86.ActiveCfg = Debug|x86
{1B8D1F14-56E9-49D5-A1E4-98C78A3A719D}.Debug|x86.Build.0 = Debug|x86
{1B8D1F14-56E9-49D5-A1E4-98C78A3A719D}.Release|x86.ActiveCfg = Release|x86
{1B8D1F14-56E9-49D5-A1E4-98C78A3A719D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1BA0B386-D631-48D3-A972-8AF4991545A5}
EndGlobalSection
EndGlobal