-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArcadeConnector.sln
More file actions
31 lines (31 loc) · 1.44 KB
/
ArcadeConnector.sln
File metadata and controls
31 lines (31 loc) · 1.44 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36203.30
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArcadeConnector", "ArcadeConnector\ArcadeConnector.csproj", "{FAEC7DDA-603B-4FD0-B9A7-A5F397694B7F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAEC7DDA-603B-4FD0-B9A7-A5F397694B7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAEC7DDA-603B-4FD0-B9A7-A5F397694B7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAEC7DDA-603B-4FD0-B9A7-A5F397694B7F}.Debug|x86.ActiveCfg = Debug|x86
{FAEC7DDA-603B-4FD0-B9A7-A5F397694B7F}.Debug|x86.Build.0 = Debug|x86
{FAEC7DDA-603B-4FD0-B9A7-A5F397694B7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAEC7DDA-603B-4FD0-B9A7-A5F397694B7F}.Release|Any CPU.Build.0 = Release|Any CPU
{FAEC7DDA-603B-4FD0-B9A7-A5F397694B7F}.Release|x86.ActiveCfg = Release|x86
{FAEC7DDA-603B-4FD0-B9A7-A5F397694B7F}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7176C728-6187-4DED-AE0C-556107137B73}
EndGlobalSection
EndGlobal