This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Pandorian.sln
40 lines (40 loc) · 2.16 KB
/
Pandorian.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pandorian", "Pandorian\Pandorian.vbproj", "{65EAF21A-E7B1-40B6-9248-BA6A86D44FD9}"
ProjectSection(ProjectDependencies) = postProject
{9CB9994B-4B1E-4EF2-8491-C242564350E2} = {9CB9994B-4B1E-4EF2-8491-C242564350E2}
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Engine", "Engine\Engine.vbproj", "{9CB9994B-4B1E-4EF2-8491-C242564350E2}"
ProjectSection(ProjectDependencies) = postProject
{33BA7144-6EB6-49D5-B711-6475EE248A8D} = {33BA7144-6EB6-49D5-B711-6475EE248A8D}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blowfish", "Blowfish\Blowfish.csproj", "{33BA7144-6EB6-49D5-B711-6475EE248A8D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65EAF21A-E7B1-40B6-9248-BA6A86D44FD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65EAF21A-E7B1-40B6-9248-BA6A86D44FD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65EAF21A-E7B1-40B6-9248-BA6A86D44FD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65EAF21A-E7B1-40B6-9248-BA6A86D44FD9}.Release|Any CPU.Build.0 = Release|Any CPU
{9CB9994B-4B1E-4EF2-8491-C242564350E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CB9994B-4B1E-4EF2-8491-C242564350E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CB9994B-4B1E-4EF2-8491-C242564350E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CB9994B-4B1E-4EF2-8491-C242564350E2}.Release|Any CPU.Build.0 = Release|Any CPU
{33BA7144-6EB6-49D5-B711-6475EE248A8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33BA7144-6EB6-49D5-B711-6475EE248A8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33BA7144-6EB6-49D5-B711-6475EE248A8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33BA7144-6EB6-49D5-B711-6475EE248A8D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal