-
Notifications
You must be signed in to change notification settings - Fork 5
/
hellomap-winphone.sln
38 lines (38 loc) · 2 KB
/
hellomap-winphone.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "hellomap-winphone", "hellomap-winphone\hellomap-winphone.csproj", "{4E24F372-F271-439C-A236-456C2CF9FD22}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "hellomap-shared", "hellomap-shared\hellomap-shared.shproj", "{21BC8F77-A115-4841-A970-EEEB31208A58}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
hellomap-shared\hellomap-shared.projitems*{4e24f372-f271-439c-a236-456c2cf9fd22}*SharedItemsImports = 4
hellomap-shared\hellomap-shared.projitems*{21bc8f77-a115-4841-a970-eeeb31208a58}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E24F372-F271-439C-A236-456C2CF9FD22}.Debug|ARM.ActiveCfg = Debug|ARM
{4E24F372-F271-439C-A236-456C2CF9FD22}.Debug|ARM.Build.0 = Debug|ARM
{4E24F372-F271-439C-A236-456C2CF9FD22}.Debug|ARM.Deploy.0 = Debug|ARM
{4E24F372-F271-439C-A236-456C2CF9FD22}.Debug|x86.ActiveCfg = Debug|x86
{4E24F372-F271-439C-A236-456C2CF9FD22}.Debug|x86.Build.0 = Debug|x86
{4E24F372-F271-439C-A236-456C2CF9FD22}.Debug|x86.Deploy.0 = Debug|x86
{4E24F372-F271-439C-A236-456C2CF9FD22}.Release|ARM.ActiveCfg = Release|ARM
{4E24F372-F271-439C-A236-456C2CF9FD22}.Release|ARM.Build.0 = Release|ARM
{4E24F372-F271-439C-A236-456C2CF9FD22}.Release|ARM.Deploy.0 = Release|ARM
{4E24F372-F271-439C-A236-456C2CF9FD22}.Release|x86.ActiveCfg = Release|x86
{4E24F372-F271-439C-A236-456C2CF9FD22}.Release|x86.Build.0 = Release|x86
{4E24F372-F271-439C-A236-456C2CF9FD22}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal