-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuralFixation.sln
44 lines (44 loc) · 2.37 KB
/
AuralFixation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CCCFFA8B-BD15-49F7-96BE-0590434B4399}"
ProjectSection(SolutionItems) = preProject
AuralFixation.png = AuralFixation.png
LICENSE = LICENSE
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuralFixation.App", "AuralFixation.App\AuralFixation.App.csproj", "{338BFE67-6F39-4AB6-BCA0-47D01EDB79E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuralFixation.Api", "AuralFixation.Api\AuralFixation.Api.csproj", "{B019456B-7943-4378-A7B6-8352CB680BF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuralFixation.Win", "AuralFixation.Win\AuralFixation.Win.csproj", "{B529D4C4-8AD9-4004-B13A-2B046A80A41D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{338BFE67-6F39-4AB6-BCA0-47D01EDB79E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{338BFE67-6F39-4AB6-BCA0-47D01EDB79E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{338BFE67-6F39-4AB6-BCA0-47D01EDB79E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{338BFE67-6F39-4AB6-BCA0-47D01EDB79E8}.Release|Any CPU.Build.0 = Release|Any CPU
{B019456B-7943-4378-A7B6-8352CB680BF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B019456B-7943-4378-A7B6-8352CB680BF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B019456B-7943-4378-A7B6-8352CB680BF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B019456B-7943-4378-A7B6-8352CB680BF5}.Release|Any CPU.Build.0 = Release|Any CPU
{B529D4C4-8AD9-4004-B13A-2B046A80A41D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B529D4C4-8AD9-4004-B13A-2B046A80A41D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B529D4C4-8AD9-4004-B13A-2B046A80A41D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B529D4C4-8AD9-4004-B13A-2B046A80A41D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D5AF929-0056-4EB2-9F71-94CAF0363DBF}
EndGlobalSection
EndGlobal