-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFiveChecks.sln
54 lines (54 loc) · 3.08 KB
/
FiveChecks.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
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39AE3E33-820E-4272-8137-3E80DD28167C}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FiveChecks.Tests", "src\test\FiveChecks.Tests\FiveChecks.Tests.csproj", "{6830D185-FED7-44C1-8EF5-F5E5096F1DC3}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "FiveChecks.Setup", "src\setup\FiveChecks.Setup\FiveChecks.Setup.wixproj", "{A00611C2-6D49-4B18-B610-1CE1E0544772}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FiveChecks", "src\app\FiveChecks\FiveChecks.csproj", "{C58962EB-583F-4436-B63A-F918D099C567}"
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
{6830D185-FED7-44C1-8EF5-F5E5096F1DC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6830D185-FED7-44C1-8EF5-F5E5096F1DC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6830D185-FED7-44C1-8EF5-F5E5096F1DC3}.Debug|x86.ActiveCfg = Debug|Any CPU
{6830D185-FED7-44C1-8EF5-F5E5096F1DC3}.Debug|x86.Build.0 = Debug|Any CPU
{6830D185-FED7-44C1-8EF5-F5E5096F1DC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6830D185-FED7-44C1-8EF5-F5E5096F1DC3}.Release|Any CPU.Build.0 = Release|Any CPU
{6830D185-FED7-44C1-8EF5-F5E5096F1DC3}.Release|x86.ActiveCfg = Release|Any CPU
{6830D185-FED7-44C1-8EF5-F5E5096F1DC3}.Release|x86.Build.0 = Release|Any CPU
{A00611C2-6D49-4B18-B610-1CE1E0544772}.Debug|Any CPU.ActiveCfg = Debug|x86
{A00611C2-6D49-4B18-B610-1CE1E0544772}.Debug|x86.ActiveCfg = Debug|x86
{A00611C2-6D49-4B18-B610-1CE1E0544772}.Debug|x86.Build.0 = Debug|x86
{A00611C2-6D49-4B18-B610-1CE1E0544772}.Release|Any CPU.ActiveCfg = Release|x86
{A00611C2-6D49-4B18-B610-1CE1E0544772}.Release|x86.ActiveCfg = Release|x86
{A00611C2-6D49-4B18-B610-1CE1E0544772}.Release|x86.Build.0 = Release|x86
{C58962EB-583F-4436-B63A-F918D099C567}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C58962EB-583F-4436-B63A-F918D099C567}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C58962EB-583F-4436-B63A-F918D099C567}.Debug|x86.ActiveCfg = Debug|Any CPU
{C58962EB-583F-4436-B63A-F918D099C567}.Debug|x86.Build.0 = Debug|Any CPU
{C58962EB-583F-4436-B63A-F918D099C567}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C58962EB-583F-4436-B63A-F918D099C567}.Release|Any CPU.Build.0 = Release|Any CPU
{C58962EB-583F-4436-B63A-F918D099C567}.Release|x86.ActiveCfg = Release|Any CPU
{C58962EB-583F-4436-B63A-F918D099C567}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A440F91D-7065-4FF8-8D7F-901ABB1A8D49}
EndGlobalSection
EndGlobal