-
Notifications
You must be signed in to change notification settings - Fork 0
/
TheKey.sln
31 lines (31 loc) · 1.57 KB
/
TheKey.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2016
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheKey", "TheKeyAPI\TheKey.csproj", "{4AB96605-B3C6-47E4-8299-9FF2701BB93E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheKeyTest", "TheKeyTest\TheKeyTest.csproj", "{A3E50D13-23B3-4586-8D00-21B94EEDF97C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AB96605-B3C6-47E4-8299-9FF2701BB93E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AB96605-B3C6-47E4-8299-9FF2701BB93E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AB96605-B3C6-47E4-8299-9FF2701BB93E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AB96605-B3C6-47E4-8299-9FF2701BB93E}.Release|Any CPU.Build.0 = Release|Any CPU
{A3E50D13-23B3-4586-8D00-21B94EEDF97C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3E50D13-23B3-4586-8D00-21B94EEDF97C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3E50D13-23B3-4586-8D00-21B94EEDF97C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3E50D13-23B3-4586-8D00-21B94EEDF97C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6159FDB3-6743-4452-8C2E-705D2FF1A622}
EndGlobalSection
EndGlobal