-
Notifications
You must be signed in to change notification settings - Fork 0
/
Evergreen.sln
42 lines (42 loc) · 2.45 KB
/
Evergreen.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 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Evergreen.App", "Evergreen.App\Evergreen.App.csproj", "{051575B5-21EF-4B34-BA60-5CF40DB332C1}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Evergreen.Installer", "Evergreen.Installer\Evergreen.Installer.vdproj", "{96D99596-C44E-43E0-A56A-2037BCF2730B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Evergreen.Game", "Evergreen.Game\Evergreen.Game.csproj", "{15E05BF7-5618-4D9B-88DB-5AE1A6422351}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Evergreen.Lib", "Evergreen.Lib\Evergreen.Lib.csproj", "{7675A6A5-25F4-4C66-AB2B-2BB6539967E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{051575B5-21EF-4B34-BA60-5CF40DB332C1}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{051575B5-21EF-4B34-BA60-5CF40DB332C1}.Debug|Any CPU.Build.0 = Release|Any CPU
{051575B5-21EF-4B34-BA60-5CF40DB332C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{051575B5-21EF-4B34-BA60-5CF40DB332C1}.Release|Any CPU.Build.0 = Release|Any CPU
{96D99596-C44E-43E0-A56A-2037BCF2730B}.Debug|Any CPU.ActiveCfg = Release
{96D99596-C44E-43E0-A56A-2037BCF2730B}.Debug|Any CPU.Build.0 = Release
{96D99596-C44E-43E0-A56A-2037BCF2730B}.Release|Any CPU.ActiveCfg = Release
{15E05BF7-5618-4D9B-88DB-5AE1A6422351}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{15E05BF7-5618-4D9B-88DB-5AE1A6422351}.Debug|Any CPU.Build.0 = Release|Any CPU
{15E05BF7-5618-4D9B-88DB-5AE1A6422351}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15E05BF7-5618-4D9B-88DB-5AE1A6422351}.Release|Any CPU.Build.0 = Release|Any CPU
{7675A6A5-25F4-4C66-AB2B-2BB6539967E5}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{7675A6A5-25F4-4C66-AB2B-2BB6539967E5}.Debug|Any CPU.Build.0 = Release|Any CPU
{7675A6A5-25F4-4C66-AB2B-2BB6539967E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7675A6A5-25F4-4C66-AB2B-2BB6539967E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3CD7B4C2-24B2-4C55-944A-20A8D4299E83}
EndGlobalSection
EndGlobal