-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathAudiometry.sln
43 lines (43 loc) · 2.32 KB
/
Audiometry.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Audiometry", "Audiometry\Audiometry.csproj", "{DEBA15D7-28D4-493E-897D-7C8A913644EC}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AudiometryInstaller", "AudiometryInstaller\AudiometryInstaller.vdproj", "{35E08800-CA3D-4AE4-8DC6-E9EFF279D9B8}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "AudiometryWixInstaller", "AudiometryWixInstaller\AudiometryWixInstaller.wixproj", "{36930A5A-F352-4465-BB23-379BD5561C45}"
EndProject
Global
GlobalSection(NDepend) = preSolution
Project = ".\Audiometry1.ndproj"
EndGlobalSection
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
{DEBA15D7-28D4-493E-897D-7C8A913644EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEBA15D7-28D4-493E-897D-7C8A913644EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEBA15D7-28D4-493E-897D-7C8A913644EC}.Debug|x86.ActiveCfg = Debug|x86
{DEBA15D7-28D4-493E-897D-7C8A913644EC}.Debug|x86.Build.0 = Debug|x86
{DEBA15D7-28D4-493E-897D-7C8A913644EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEBA15D7-28D4-493E-897D-7C8A913644EC}.Release|Any CPU.Build.0 = Release|Any CPU
{DEBA15D7-28D4-493E-897D-7C8A913644EC}.Release|x86.ActiveCfg = Release|x86
{DEBA15D7-28D4-493E-897D-7C8A913644EC}.Release|x86.Build.0 = Release|x86
{35E08800-CA3D-4AE4-8DC6-E9EFF279D9B8}.Debug|Any CPU.ActiveCfg = Debug
{35E08800-CA3D-4AE4-8DC6-E9EFF279D9B8}.Debug|x86.ActiveCfg = Debug
{35E08800-CA3D-4AE4-8DC6-E9EFF279D9B8}.Release|Any CPU.ActiveCfg = Release
{35E08800-CA3D-4AE4-8DC6-E9EFF279D9B8}.Release|x86.ActiveCfg = Release
{36930A5A-F352-4465-BB23-379BD5561C45}.Debug|Any CPU.ActiveCfg = Debug|x86
{36930A5A-F352-4465-BB23-379BD5561C45}.Debug|x86.ActiveCfg = Debug|x86
{36930A5A-F352-4465-BB23-379BD5561C45}.Release|Any CPU.ActiveCfg = Release|x86
{36930A5A-F352-4465-BB23-379BD5561C45}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal