-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sigmabeat2.sln
39 lines (39 loc) · 1.81 KB
/
Sigmabeat2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sigmabeat2", "Sigmabeat2\Sigmabeat2.vcxproj", "{EB63FF1D-9EBB-42C8-8C5F-BE3825FD578D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1ED7FFFE-5229-49A6-827C-673DD4A37D49}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Controller", "Controller\Controller.vcxproj", "{A014FC9A-2477-4F8C-A563-52AEE314FA03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB63FF1D-9EBB-42C8-8C5F-BE3825FD578D}.Debug|x64.ActiveCfg = Debug|x64
{EB63FF1D-9EBB-42C8-8C5F-BE3825FD578D}.Debug|x64.Build.0 = Debug|x64
{EB63FF1D-9EBB-42C8-8C5F-BE3825FD578D}.Release|x64.ActiveCfg = Release|x64
{EB63FF1D-9EBB-42C8-8C5F-BE3825FD578D}.Release|x64.Build.0 = Release|x64
{A014FC9A-2477-4F8C-A563-52AEE314FA03}.Debug|x64.ActiveCfg = Debug|x64
{A014FC9A-2477-4F8C-A563-52AEE314FA03}.Debug|x64.Build.0 = Debug|x64
{A014FC9A-2477-4F8C-A563-52AEE314FA03}.Release|x64.ActiveCfg = Release|x64
{A014FC9A-2477-4F8C-A563-52AEE314FA03}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {200787B9-B8B0-4E83-9733-8D2108783AF3}
EndGlobalSection
EndGlobal