-
Notifications
You must be signed in to change notification settings - Fork 1
/
Perpetuality.sln
34 lines (34 loc) · 2 KB
/
Perpetuality.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Perpetuality", "Perpetuality\Perpetuality.csproj", "{54A4A17C-750C-42D6-A85C-9817F9DDB15F}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "Database", "Database\Database.sqlproj", "{A1812B68-FDF5-48D1-A73E-72E303C7C937}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Resources", "Resources\Resources.csproj", "{5C991680-52FA-4E9E-B432-205B863BE479}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54A4A17C-750C-42D6-A85C-9817F9DDB15F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54A4A17C-750C-42D6-A85C-9817F9DDB15F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54A4A17C-750C-42D6-A85C-9817F9DDB15F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54A4A17C-750C-42D6-A85C-9817F9DDB15F}.Release|Any CPU.Build.0 = Release|Any CPU
{A1812B68-FDF5-48D1-A73E-72E303C7C937}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1812B68-FDF5-48D1-A73E-72E303C7C937}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1812B68-FDF5-48D1-A73E-72E303C7C937}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{A1812B68-FDF5-48D1-A73E-72E303C7C937}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1812B68-FDF5-48D1-A73E-72E303C7C937}.Release|Any CPU.Build.0 = Release|Any CPU
{A1812B68-FDF5-48D1-A73E-72E303C7C937}.Release|Any CPU.Deploy.0 = Release|Any CPU
{5C991680-52FA-4E9E-B432-205B863BE479}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C991680-52FA-4E9E-B432-205B863BE479}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C991680-52FA-4E9E-B432-205B863BE479}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C991680-52FA-4E9E-B432-205B863BE479}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal