-
Notifications
You must be signed in to change notification settings - Fork 0
/
Enigma.sln
31 lines (31 loc) · 1.6 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enigma", "Enigma\Enigma.csproj", "{D56EE6D6-22A9-4F45-9696-63141596CA2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enigma.Tests", "Enigma.Tests\Enigma.Tests.csproj", "{0B8B5CE5-75C9-4F41-827F-6CA26C398F3B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D1AB3F14-BE4D-437B-A9B1-8DB4D8AF8941}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D56EE6D6-22A9-4F45-9696-63141596CA2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D56EE6D6-22A9-4F45-9696-63141596CA2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D56EE6D6-22A9-4F45-9696-63141596CA2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D56EE6D6-22A9-4F45-9696-63141596CA2B}.Release|Any CPU.Build.0 = Release|Any CPU
{0B8B5CE5-75C9-4F41-827F-6CA26C398F3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B8B5CE5-75C9-4F41-827F-6CA26C398F3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B8B5CE5-75C9-4F41-827F-6CA26C398F3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B8B5CE5-75C9-4F41-827F-6CA26C398F3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal