This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
forked from Raspberryfloof/FortuneAvenue
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFortuneAvenue.sln
46 lines (46 loc) · 2.65 KB
/
FortuneAvenue.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
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomStreetMapManager", "CSMM\CustomStreetMapManager.csproj", "{31523BF2-718C-4D10-AA7B-EC5EE1621BF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Editor", "Editor\Editor.csproj", "{CB881E61-DC8A-4CA0-999D-9A6D65AB6F3E}"
ProjectSection(ProjectDependencies) = postProject
{C47E2DA7-100F-4868-A9F3-7B25B4FBD36C} = {C47E2DA7-100F-4868-A9F3-7B25B4FBD36C}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lib", "Lib\Lib.csproj", "{E776207C-A1A9-435D-A874-EEC2DCCFA694}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomStreetMapManagerGui", "CSMMGUI\CustomStreetMapManagerGui.csproj", "{C47E2DA7-100F-4868-A9F3-7B25B4FBD36C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31523BF2-718C-4D10-AA7B-EC5EE1621BF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31523BF2-718C-4D10-AA7B-EC5EE1621BF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31523BF2-718C-4D10-AA7B-EC5EE1621BF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31523BF2-718C-4D10-AA7B-EC5EE1621BF7}.Release|Any CPU.Build.0 = Release|Any CPU
{CB881E61-DC8A-4CA0-999D-9A6D65AB6F3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB881E61-DC8A-4CA0-999D-9A6D65AB6F3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB881E61-DC8A-4CA0-999D-9A6D65AB6F3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB881E61-DC8A-4CA0-999D-9A6D65AB6F3E}.Release|Any CPU.Build.0 = Release|Any CPU
{E776207C-A1A9-435D-A874-EEC2DCCFA694}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E776207C-A1A9-435D-A874-EEC2DCCFA694}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E776207C-A1A9-435D-A874-EEC2DCCFA694}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E776207C-A1A9-435D-A874-EEC2DCCFA694}.Release|Any CPU.Build.0 = Release|Any CPU
{C47E2DA7-100F-4868-A9F3-7B25B4FBD36C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C47E2DA7-100F-4868-A9F3-7B25B4FBD36C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C47E2DA7-100F-4868-A9F3-7B25B4FBD36C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C47E2DA7-100F-4868-A9F3-7B25B4FBD36C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D89E9B0-8622-46F7-A5DD-A33B26FFDD13}
EndGlobalSection
EndGlobal