-
Notifications
You must be signed in to change notification settings - Fork 0
/
ShinySwitch.sln
38 lines (38 loc) · 1.83 KB
/
ShinySwitch.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34616.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShinySwitch", "ShinySwitch\ShinySwitch.csproj", "{F2879FFB-218B-4BC1-9826-F240C2FB461F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShinySwitch.Tests", "ShinySwitch.Tests\ShinySwitch.Tests.csproj", "{09D59D73-DBB0-44BB-994E-BD7730F858D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0. Items", "0. Items", "{E13DDC84-96FA-455F-9A7A-487A7879A519}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2879FFB-218B-4BC1-9826-F240C2FB461F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2879FFB-218B-4BC1-9826-F240C2FB461F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2879FFB-218B-4BC1-9826-F240C2FB461F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2879FFB-218B-4BC1-9826-F240C2FB461F}.Release|Any CPU.Build.0 = Release|Any CPU
{09D59D73-DBB0-44BB-994E-BD7730F858D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09D59D73-DBB0-44BB-994E-BD7730F858D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09D59D73-DBB0-44BB-994E-BD7730F858D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09D59D73-DBB0-44BB-994E-BD7730F858D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DDE2C355-407A-4191-87D1-4E4B78E0F968}
EndGlobalSection
EndGlobal