-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjektGraficzny.sln
47 lines (47 loc) · 2.83 KB
/
ProjektGraficzny.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjektGraficzny", "ProjektGraficzny\ProjektGraficzny.csproj", "{1A3378D1-D94C-4005-9C31-649623B0138F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fractals", "Fractals\Fractals.csproj", "{E5FD81F5-6C0E-4D4E-8969-FFF79700EC08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceMonitoringService", "PerformanceMonitoringService\PerformanceMonitoringService.csproj", "{D960B4CB-90E3-47B8-B7C9-5AA0657B59BC}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup2", "Setup2\Setup2.vdproj", "{0F8B916D-1666-4D9A-9118-550F00EA9806}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "ProjektGraficznyTests\Tests.csproj", "{29197217-BAEA-4B3C-A0A0-1EAFADE546B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A3378D1-D94C-4005-9C31-649623B0138F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A3378D1-D94C-4005-9C31-649623B0138F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A3378D1-D94C-4005-9C31-649623B0138F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A3378D1-D94C-4005-9C31-649623B0138F}.Release|Any CPU.Build.0 = Release|Any CPU
{E5FD81F5-6C0E-4D4E-8969-FFF79700EC08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5FD81F5-6C0E-4D4E-8969-FFF79700EC08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5FD81F5-6C0E-4D4E-8969-FFF79700EC08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5FD81F5-6C0E-4D4E-8969-FFF79700EC08}.Release|Any CPU.Build.0 = Release|Any CPU
{D960B4CB-90E3-47B8-B7C9-5AA0657B59BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D960B4CB-90E3-47B8-B7C9-5AA0657B59BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D960B4CB-90E3-47B8-B7C9-5AA0657B59BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D960B4CB-90E3-47B8-B7C9-5AA0657B59BC}.Release|Any CPU.Build.0 = Release|Any CPU
{0F8B916D-1666-4D9A-9118-550F00EA9806}.Debug|Any CPU.ActiveCfg = Debug
{0F8B916D-1666-4D9A-9118-550F00EA9806}.Release|Any CPU.ActiveCfg = Release
{29197217-BAEA-4B3C-A0A0-1EAFADE546B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29197217-BAEA-4B3C-A0A0-1EAFADE546B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29197217-BAEA-4B3C-A0A0-1EAFADE546B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29197217-BAEA-4B3C-A0A0-1EAFADE546B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {978E43A3-EF41-45F0-BE95-F8F71C052E09}
EndGlobalSection
EndGlobal