-
Notifications
You must be signed in to change notification settings - Fork 11
/
SvgImageSource.sln
32 lines (31 loc) · 2.04 KB
/
SvgImageSource.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 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SvgImageSource", "SvgImageSource\SvgImageSource.csproj", "{B264FB6A-2A37-46A1-8EB7-6287422360D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SvgImageSource.iOS", "SvgImageSource.iOS\SvgImageSource.iOS.csproj", "{9E5E35F4-F9AE-4E17-B2AE-6A068AF80B6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SvgImageSource.Droid", "SvgImageSource.Droid\SvgImageSource.Droid.csproj", "{D594E0E9-0616-4537-86D7-4A70E59C03F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B264FB6A-2A37-46A1-8EB7-6287422360D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B264FB6A-2A37-46A1-8EB7-6287422360D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B264FB6A-2A37-46A1-8EB7-6287422360D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B264FB6A-2A37-46A1-8EB7-6287422360D4}.Release|Any CPU.Build.0 = Release|Any CPU
{9E5E35F4-F9AE-4E17-B2AE-6A068AF80B6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E5E35F4-F9AE-4E17-B2AE-6A068AF80B6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E5E35F4-F9AE-4E17-B2AE-6A068AF80B6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E5E35F4-F9AE-4E17-B2AE-6A068AF80B6E}.Release|Any CPU.Build.0 = Release|Any CPU
{9E5E35F4-F9AE-4E17-B2AE-6A068AF80B6E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9E5E35F4-F9AE-4E17-B2AE-6A068AF80B6E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{D594E0E9-0616-4537-86D7-4A70E59C03F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D594E0E9-0616-4537-86D7-4A70E59C03F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D594E0E9-0616-4537-86D7-4A70E59C03F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D594E0E9-0616-4537-86D7-4A70E59C03F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal