This repository was archived by the owner on Sep 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTOCropViewController.Xamarin.sln
43 lines (42 loc) · 2.92 KB
/
TOCropViewController.Xamarin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TOCropViewController.Xamarin", "TOCropViewController.Xamarin\TOCropViewController.Xamarin.csproj", "{F57D284A-B91C-44D8-84C3-97A4498BF244}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TOCropViewController.Xamarin.Demo", "TOCropViewController.Xamarin.Demo\TOCropViewController.Xamarin.Demo.csproj", "{16A29080-BF15-40D8-9823-F348D2F4660A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F57D284A-B91C-44D8-84C3-97A4498BF244}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F57D284A-B91C-44D8-84C3-97A4498BF244}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F57D284A-B91C-44D8-84C3-97A4498BF244}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F57D284A-B91C-44D8-84C3-97A4498BF244}.Release|Any CPU.Build.0 = Release|Any CPU
{F57D284A-B91C-44D8-84C3-97A4498BF244}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{F57D284A-B91C-44D8-84C3-97A4498BF244}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{F57D284A-B91C-44D8-84C3-97A4498BF244}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{F57D284A-B91C-44D8-84C3-97A4498BF244}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{F57D284A-B91C-44D8-84C3-97A4498BF244}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{F57D284A-B91C-44D8-84C3-97A4498BF244}.Debug|iPhone.Build.0 = Debug|Any CPU
{F57D284A-B91C-44D8-84C3-97A4498BF244}.Release|iPhone.ActiveCfg = Release|Any CPU
{F57D284A-B91C-44D8-84C3-97A4498BF244}.Release|iPhone.Build.0 = Release|Any CPU
{16A29080-BF15-40D8-9823-F348D2F4660A}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{16A29080-BF15-40D8-9823-F348D2F4660A}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{16A29080-BF15-40D8-9823-F348D2F4660A}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{16A29080-BF15-40D8-9823-F348D2F4660A}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{16A29080-BF15-40D8-9823-F348D2F4660A}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{16A29080-BF15-40D8-9823-F348D2F4660A}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{16A29080-BF15-40D8-9823-F348D2F4660A}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{16A29080-BF15-40D8-9823-F348D2F4660A}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{16A29080-BF15-40D8-9823-F348D2F4660A}.Debug|iPhone.ActiveCfg = Debug|iPhone
{16A29080-BF15-40D8-9823-F348D2F4660A}.Debug|iPhone.Build.0 = Debug|iPhone
{16A29080-BF15-40D8-9823-F348D2F4660A}.Release|iPhone.ActiveCfg = Release|iPhone
{16A29080-BF15-40D8-9823-F348D2F4660A}.Release|iPhone.Build.0 = Release|iPhone
EndGlobalSection
EndGlobal