-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEnigma.sln
42 lines (42 loc) · 2.24 KB
/
Enigma.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enigma.Wpf", "Enigma.Wpf\Enigma.Wpf.csproj", "{FB882450-20D1-4561-856F-E7013A9305A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enigma.Tests", "Enigma.Tests\Enigma.Tests.csproj", "{AC22A494-ACAE-4915-AB25-3391EC199FDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7D96586C-F076-4AE6-8B3F-7325BC396427}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enigma", "Enigma\Enigma.csproj", "{7914B5E2-70B6-4455-8E82-05FA2D13EC89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB882450-20D1-4561-856F-E7013A9305A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB882450-20D1-4561-856F-E7013A9305A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB882450-20D1-4561-856F-E7013A9305A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB882450-20D1-4561-856F-E7013A9305A3}.Release|Any CPU.Build.0 = Release|Any CPU
{AC22A494-ACAE-4915-AB25-3391EC199FDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC22A494-ACAE-4915-AB25-3391EC199FDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC22A494-ACAE-4915-AB25-3391EC199FDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC22A494-ACAE-4915-AB25-3391EC199FDC}.Release|Any CPU.Build.0 = Release|Any CPU
{7914B5E2-70B6-4455-8E82-05FA2D13EC89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7914B5E2-70B6-4455-8E82-05FA2D13EC89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7914B5E2-70B6-4455-8E82-05FA2D13EC89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7914B5E2-70B6-4455-8E82-05FA2D13EC89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B8A248B-0D5A-4200-9003-C73BD3DBC756}
EndGlobalSection
EndGlobal