-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Kasa.sln
43 lines (43 loc) · 2.5 KB
/
Kasa.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 Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kasa", "Kasa\Kasa.csproj", "{36D781F7-F8B9-473E-B49D-0A245F187393}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{85B50207-3B69-4249-9676-653049A58F98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "Sample\Sample.csproj", "{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimezoneGenerator", "TimezoneGenerator\TimezoneGenerator.csproj", "{599C181C-A93D-4486-BC3F-6B0DE80CA07A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36D781F7-F8B9-473E-B49D-0A245F187393}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36D781F7-F8B9-473E-B49D-0A245F187393}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36D781F7-F8B9-473E-B49D-0A245F187393}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36D781F7-F8B9-473E-B49D-0A245F187393}.Release|Any CPU.Build.0 = Release|Any CPU
{85B50207-3B69-4249-9676-653049A58F98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85B50207-3B69-4249-9676-653049A58F98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85B50207-3B69-4249-9676-653049A58F98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85B50207-3B69-4249-9676-653049A58F98}.Release|Any CPU.Build.0 = Release|Any CPU
{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD8F7E1B-F477-444B-8F26-6AEAE57C403C}.Release|Any CPU.Build.0 = Release|Any CPU
{599C181C-A93D-4486-BC3F-6B0DE80CA07A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{599C181C-A93D-4486-BC3F-6B0DE80CA07A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{599C181C-A93D-4486-BC3F-6B0DE80CA07A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{599C181C-A93D-4486-BC3F-6B0DE80CA07A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E2B22DD-87E5-4DC4-9E1B-B5F7CFC09B0C}
EndGlobalSection
EndGlobal