This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GuitarTuner.sln
47 lines (47 loc) · 2.42 KB
/
GuitarTuner.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
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GuitarTuner.Library", "Library\GuitarTuner.Library.csproj", "{6A306C6F-A379-4582-8AEF-094B63D0B1E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{54BB9E91-D937-47E6-8AC7-48BA96C452CB}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GuitarTuner.Tests", "Tests\GuitarTuner.Tests.csproj", "{9E4CA369-2FB4-482E-9A37-240B0449D5D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GuitarTuner.Destop", "Desktop\GuitarTuner.Desktop.csproj", "{5473FEA4-E73C-4395-A4CE-421CC7C8279E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A306C6F-A379-4582-8AEF-094B63D0B1E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A306C6F-A379-4582-8AEF-094B63D0B1E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A306C6F-A379-4582-8AEF-094B63D0B1E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A306C6F-A379-4582-8AEF-094B63D0B1E1}.Release|Any CPU.Build.0 = Release|Any CPU
{9E4CA369-2FB4-482E-9A37-240B0449D5D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E4CA369-2FB4-482E-9A37-240B0449D5D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E4CA369-2FB4-482E-9A37-240B0449D5D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E4CA369-2FB4-482E-9A37-240B0449D5D6}.Release|Any CPU.Build.0 = Release|Any CPU
{5473FEA4-E73C-4395-A4CE-421CC7C8279E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5473FEA4-E73C-4395-A4CE-421CC7C8279E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5473FEA4-E73C-4395-A4CE-421CC7C8279E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5473FEA4-E73C-4395-A4CE-421CC7C8279E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {75670170-EF56-4C8F-96EF-E2DE8E64CC16}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal