-
Notifications
You must be signed in to change notification settings - Fork 1
/
eKasaPackage.sln
49 lines (49 loc) · 3 KB
/
eKasaPackage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eKasa.Library", "eKasa.Library\eKasa.Library.csproj", "{97B20618-3F99-4B89-9021-E47653472105}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eKasa.Core", "eKasa.Core\eKasa.Core.csproj", "{50BB0FC6-D2F9-4252-BBF2-C785F1986594}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eKasa.Installer", "eKasa.Installer\eKasa.Installer.csproj", "{76F82D94-20CC-410A-A85C-CACA6915D9A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eKasa.Uninstaller", "eKasa.Uninstaller\eKasa.Uninstaller.csproj", "{D745DB37-D890-4515-93E4-B9DD928851A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eKasa.Patcher", "eKasa.Patcher\eKasa.Patcher.csproj", "{C8C8E3F2-C7E4-4A9F-991F-0B3A6D3A9D63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97B20618-3F99-4B89-9021-E47653472105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97B20618-3F99-4B89-9021-E47653472105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97B20618-3F99-4B89-9021-E47653472105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97B20618-3F99-4B89-9021-E47653472105}.Release|Any CPU.Build.0 = Release|Any CPU
{50BB0FC6-D2F9-4252-BBF2-C785F1986594}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50BB0FC6-D2F9-4252-BBF2-C785F1986594}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50BB0FC6-D2F9-4252-BBF2-C785F1986594}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50BB0FC6-D2F9-4252-BBF2-C785F1986594}.Release|Any CPU.Build.0 = Release|Any CPU
{76F82D94-20CC-410A-A85C-CACA6915D9A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76F82D94-20CC-410A-A85C-CACA6915D9A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76F82D94-20CC-410A-A85C-CACA6915D9A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76F82D94-20CC-410A-A85C-CACA6915D9A5}.Release|Any CPU.Build.0 = Release|Any CPU
{D745DB37-D890-4515-93E4-B9DD928851A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D745DB37-D890-4515-93E4-B9DD928851A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D745DB37-D890-4515-93E4-B9DD928851A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D745DB37-D890-4515-93E4-B9DD928851A9}.Release|Any CPU.Build.0 = Release|Any CPU
{C8C8E3F2-C7E4-4A9F-991F-0B3A6D3A9D63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8C8E3F2-C7E4-4A9F-991F-0B3A6D3A9D63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8C8E3F2-C7E4-4A9F-991F-0B3A6D3A9D63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8C8E3F2-C7E4-4A9F-991F-0B3A6D3A9D63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BB3A3BC7-78B3-4E72-BD84-E7B738BA6633}
EndGlobalSection
EndGlobal