-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcanary.sln
35 lines (35 loc) · 1.96 KB
/
canary.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "canary", "canary\canary.csproj", "{4BE5F494-1C92-4971-A1CE-AF9C963E65D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "canary.tests", "canary.tests\canary.tests.csproj", "{7FC69F42-F7F2-4900-99A3-EF79535750FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
ExeRelease|Any CPU = ExeRelease|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BE5F494-1C92-4971-A1CE-AF9C963E65D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BE5F494-1C92-4971-A1CE-AF9C963E65D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BE5F494-1C92-4971-A1CE-AF9C963E65D0}.ExeRelease|Any CPU.ActiveCfg = ExeRelease|Any CPU
{4BE5F494-1C92-4971-A1CE-AF9C963E65D0}.ExeRelease|Any CPU.Build.0 = ExeRelease|Any CPU
{4BE5F494-1C92-4971-A1CE-AF9C963E65D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BE5F494-1C92-4971-A1CE-AF9C963E65D0}.Release|Any CPU.Build.0 = Release|Any CPU
{7FC69F42-F7F2-4900-99A3-EF79535750FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FC69F42-F7F2-4900-99A3-EF79535750FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FC69F42-F7F2-4900-99A3-EF79535750FF}.ExeRelease|Any CPU.ActiveCfg = Release|Any CPU
{7FC69F42-F7F2-4900-99A3-EF79535750FF}.ExeRelease|Any CPU.Build.0 = Release|Any CPU
{7FC69F42-F7F2-4900-99A3-EF79535750FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FC69F42-F7F2-4900-99A3-EF79535750FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E9DF74D-20EA-4E8B-925B-8097E1A15086}
EndGlobalSection
EndGlobal