-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectNice.sln
More file actions
43 lines (43 loc) · 2.47 KB
/
ProjectNice.sln
File metadata and controls
43 lines (43 loc) · 2.47 KB
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.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kernel", "Kernel\Kernel.csproj", "{CA3F2D2A-29C3-4D5A-9049-6710B77AABED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "ConsoleApp\ConsoleApp.csproj", "{75E38D2C-A200-496A-9A4D-80DA13351B02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApp2", "WpfApp2\WpfApp2.csproj", "{2E2BC169-9A96-41E3-AC6E-EFD5C75E74C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KernelTests", "KernelTests\KernelTests.csproj", "{84406EFE-6F22-4F17-ADCE-CC4BAB328C38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA3F2D2A-29C3-4D5A-9049-6710B77AABED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA3F2D2A-29C3-4D5A-9049-6710B77AABED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA3F2D2A-29C3-4D5A-9049-6710B77AABED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA3F2D2A-29C3-4D5A-9049-6710B77AABED}.Release|Any CPU.Build.0 = Release|Any CPU
{75E38D2C-A200-496A-9A4D-80DA13351B02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75E38D2C-A200-496A-9A4D-80DA13351B02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75E38D2C-A200-496A-9A4D-80DA13351B02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75E38D2C-A200-496A-9A4D-80DA13351B02}.Release|Any CPU.Build.0 = Release|Any CPU
{2E2BC169-9A96-41E3-AC6E-EFD5C75E74C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E2BC169-9A96-41E3-AC6E-EFD5C75E74C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E2BC169-9A96-41E3-AC6E-EFD5C75E74C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E2BC169-9A96-41E3-AC6E-EFD5C75E74C7}.Release|Any CPU.Build.0 = Release|Any CPU
{84406EFE-6F22-4F17-ADCE-CC4BAB328C38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84406EFE-6F22-4F17-ADCE-CC4BAB328C38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84406EFE-6F22-4F17-ADCE-CC4BAB328C38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84406EFE-6F22-4F17-ADCE-CC4BAB328C38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B27E54B8-FB67-420E-8287-B90C3E4E84EA}
EndGlobalSection
EndGlobal