This repository has been archived by the owner on Feb 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathPlaces.sln
32 lines (32 loc) · 1.52 KB
/
Places.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Places", "Places\Places.csproj", "{5C4ED5AE-8857-4A55-9C66-F3700EC00224}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C4ED5AE-8857-4A55-9C66-F3700EC00224}.Debug|ARM.ActiveCfg = Debug|ARM
{5C4ED5AE-8857-4A55-9C66-F3700EC00224}.Debug|ARM.Build.0 = Debug|ARM
{5C4ED5AE-8857-4A55-9C66-F3700EC00224}.Debug|ARM.Deploy.0 = Debug|ARM
{5C4ED5AE-8857-4A55-9C66-F3700EC00224}.Debug|x86.ActiveCfg = Debug|x86
{5C4ED5AE-8857-4A55-9C66-F3700EC00224}.Debug|x86.Build.0 = Debug|x86
{5C4ED5AE-8857-4A55-9C66-F3700EC00224}.Debug|x86.Deploy.0 = Debug|x86
{5C4ED5AE-8857-4A55-9C66-F3700EC00224}.Release|ARM.ActiveCfg = Release|ARM
{5C4ED5AE-8857-4A55-9C66-F3700EC00224}.Release|ARM.Build.0 = Release|ARM
{5C4ED5AE-8857-4A55-9C66-F3700EC00224}.Release|ARM.Deploy.0 = Release|ARM
{5C4ED5AE-8857-4A55-9C66-F3700EC00224}.Release|x86.ActiveCfg = Release|x86
{5C4ED5AE-8857-4A55-9C66-F3700EC00224}.Release|x86.Build.0 = Release|x86
{5C4ED5AE-8857-4A55-9C66-F3700EC00224}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal