-
Notifications
You must be signed in to change notification settings - Fork 6
/
PermuteMMO.sln
37 lines (37 loc) · 2.08 KB
/
PermuteMMO.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PermuteMMO.ConsoleApp", "PermuteMMO.ConsoleApp\PermuteMMO.ConsoleApp.csproj", "{D35AAC6B-C2BA-4573-8C2F-F3F135E0902F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PermuteMMO.Lib", "PermuteMMO.Lib\PermuteMMO.Lib.csproj", "{91D75103-E981-4FCC-9D3F-F5086641B057}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PermuteMMO.Tests", "PermuteMMO.Tests\PermuteMMO.Tests.csproj", "{C72B86A5-539B-41D0-B18E-852BA72E1A66}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D35AAC6B-C2BA-4573-8C2F-F3F135E0902F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D35AAC6B-C2BA-4573-8C2F-F3F135E0902F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D35AAC6B-C2BA-4573-8C2F-F3F135E0902F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D35AAC6B-C2BA-4573-8C2F-F3F135E0902F}.Release|Any CPU.Build.0 = Release|Any CPU
{91D75103-E981-4FCC-9D3F-F5086641B057}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91D75103-E981-4FCC-9D3F-F5086641B057}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91D75103-E981-4FCC-9D3F-F5086641B057}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91D75103-E981-4FCC-9D3F-F5086641B057}.Release|Any CPU.Build.0 = Release|Any CPU
{C72B86A5-539B-41D0-B18E-852BA72E1A66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C72B86A5-539B-41D0-B18E-852BA72E1A66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C72B86A5-539B-41D0-B18E-852BA72E1A66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C72B86A5-539B-41D0-B18E-852BA72E1A66}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5BBB609-5402-45D3-A04E-D0F6779D4888}
EndGlobalSection
EndGlobal