This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EPaczucha.sln
49 lines (49 loc) · 3.03 KB
/
EPaczucha.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 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPaczucha.database", "EPaczucha.database\EPaczucha.database.csproj", "{12EFE72E-AE72-48B5-B931-F7E7F70FE434}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPaczuchaWeb", "EPaczuchaWeb\EPaczuchaWeb.csproj", "{EA6A2F9A-FB78-4221-AE73-66037A77761E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPaczucha.core", "EPaczucha.core\EPaczucha.core.csproj", "{CF6F5321-7391-4F2A-9055-8759B8335517}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPaczucha.test", "EPaczucha.test\EPaczucha.test.csproj", "{0E873E8A-9223-4246-84C8-C84642EA525C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EPaczucha.desktop", "EPaczucha.desktop\EPaczucha.desktop.csproj", "{4ACBA4FD-6758-4F93-940E-7B2CC28E19A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12EFE72E-AE72-48B5-B931-F7E7F70FE434}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12EFE72E-AE72-48B5-B931-F7E7F70FE434}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12EFE72E-AE72-48B5-B931-F7E7F70FE434}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12EFE72E-AE72-48B5-B931-F7E7F70FE434}.Release|Any CPU.Build.0 = Release|Any CPU
{EA6A2F9A-FB78-4221-AE73-66037A77761E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA6A2F9A-FB78-4221-AE73-66037A77761E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA6A2F9A-FB78-4221-AE73-66037A77761E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA6A2F9A-FB78-4221-AE73-66037A77761E}.Release|Any CPU.Build.0 = Release|Any CPU
{CF6F5321-7391-4F2A-9055-8759B8335517}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF6F5321-7391-4F2A-9055-8759B8335517}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF6F5321-7391-4F2A-9055-8759B8335517}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF6F5321-7391-4F2A-9055-8759B8335517}.Release|Any CPU.Build.0 = Release|Any CPU
{0E873E8A-9223-4246-84C8-C84642EA525C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E873E8A-9223-4246-84C8-C84642EA525C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E873E8A-9223-4246-84C8-C84642EA525C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E873E8A-9223-4246-84C8-C84642EA525C}.Release|Any CPU.Build.0 = Release|Any CPU
{4ACBA4FD-6758-4F93-940E-7B2CC28E19A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ACBA4FD-6758-4F93-940E-7B2CC28E19A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ACBA4FD-6758-4F93-940E-7B2CC28E19A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ACBA4FD-6758-4F93-940E-7B2CC28E19A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46E51A5C-C230-4DBC-8F23-9991D5C96992}
EndGlobalSection
EndGlobal