-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathSaveToGame.sln
35 lines (35 loc) · 1.83 KB
/
SaveToGame.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SaveToGame", "SaveToGame\SaveToGame.csproj", "{F83C7E54-E4D6-4B43-BD0E-637FDA928802}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Interfaces", "Interfaces\Interfaces.shproj", "{EDDC2212-7E90-4ED4-9DE4-3540BE53C094}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedData", "SharedData\SharedData.shproj", "{926F596F-6158-4306-8DA8-CECE1ABFB09A}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SharedData\SharedData.projitems*{926f596f-6158-4306-8da8-cece1abfb09a}*SharedItemsImports = 13
Interfaces\Interfaces.projitems*{eddc2212-7e90-4ed4-9de4-3540be53c094}*SharedItemsImports = 13
Interfaces\Interfaces.projitems*{f83c7e54-e4d6-4b43-bd0e-637fda928802}*SharedItemsImports = 5
SharedData\SharedData.projitems*{f83c7e54-e4d6-4b43-bd0e-637fda928802}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F83C7E54-E4D6-4B43-BD0E-637FDA928802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F83C7E54-E4D6-4B43-BD0E-637FDA928802}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F83C7E54-E4D6-4B43-BD0E-637FDA928802}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F83C7E54-E4D6-4B43-BD0E-637FDA928802}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9CAE6ED3-3512-446D-9CD1-B2C08DFDDABE}
EndGlobalSection
EndGlobal